mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Added store content to the repo so it can be translated
This commit is contained in:
18
store/StaticMessages.sh
Normal file
18
store/StaticMessages.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# The name of catalog we create (without the.pot extension), sourced from the scripty scripts
|
||||
FILENAME="kdeconnect-android-store"
|
||||
|
||||
function export_pot_file # First parameter will be the path of the pot file we have to create, includes $FILENAME
|
||||
{
|
||||
potfile=$1
|
||||
cp store-texts.po $potfile
|
||||
}
|
||||
|
||||
function import_po_files # First parameter will be a path that will contain several .po files with the format LANG.po
|
||||
{
|
||||
podir=$1
|
||||
cp $podir/* translations/
|
||||
}
|
||||
|
||||
|
BIN
store/header.png
Normal file
BIN
store/header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
49
store/store-texts.po
Normal file
49
store/store-texts.po
Normal file
@@ -0,0 +1,49 @@
|
||||
# KDE Connect store listing texts
|
||||
# Copyright (C) 2014 Albert Vaca Cintora
|
||||
# This file is distributed under the same license as kdeconnect-android.
|
||||
# Albert Vaca Cintora <albertvaka@gmail.com>, 2014.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2014-11-23 22:02-0800\n"
|
||||
"PO-Revision-Date: 2014-11-23 22:02-0800\n"
|
||||
"Last-Translator: Albert Vaca Cintora <albertvaka@gmail.com>\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: Short description
|
||||
msgid "Integrate Android with the KDE Plasma Desktop."
|
||||
msgstr ""
|
||||
|
||||
#: Long description
|
||||
msgid ""
|
||||
"KDE Connect provides several features to integrate your phone and your "
|
||||
"computer:\n"
|
||||
"\n"
|
||||
"- Share files and URLs to KDE from any app, without wires.\n"
|
||||
"- Touchpad emulation: Use your phone screen as your computer's touchpad*.\n"
|
||||
"- Notifications sync (4.3+): Read your Android notifications from the "
|
||||
"desktop.\n"
|
||||
"- Shared clipboard: copy and paste between your phone and your computer.\n"
|
||||
"- Multimedia remote control: Use your phone as a remote for Linux media "
|
||||
"players.\n"
|
||||
"- WiFi connection: no usb wire or bluetooth needed.\n"
|
||||
"- RSA Encryption: your information is safe.\n"
|
||||
"\n"
|
||||
"Please note you will need to install KDE Connect on your computer for this "
|
||||
"app to work, and keep the desktop version up-to-date with the Android "
|
||||
"version for the latest features to work.\n"
|
||||
"\n"
|
||||
"*NOTE for Ubuntu users: The Ubuntu folks are not updating their repos as "
|
||||
"fast as this app gets updated. Some features will not work if the KDE "
|
||||
"Connect version in you desktop doesn't match the one in your phone. To make "
|
||||
"sure you always have the latest version on your desktop, use this PPA "
|
||||
"repository: https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/\n"
|
||||
"\n"
|
||||
"This app is part of an open source project, visit the website to grab the "
|
||||
"sources.\n"
|
||||
msgstr ""
|
1
store/translations/.gitkeep
Normal file
1
store/translations/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user