diff --git a/store/StaticMessages.sh b/store/StaticMessages.sh new file mode 100644 index 00000000..f8e00103 --- /dev/null +++ b/store/StaticMessages.sh @@ -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/ +} + + diff --git a/store/header.png b/store/header.png new file mode 100644 index 00000000..43fc1ba1 Binary files /dev/null and b/store/header.png differ diff --git a/store/store-texts.po b/store/store-texts.po new file mode 100644 index 00000000..70c4fbb6 --- /dev/null +++ b/store/store-texts.po @@ -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 , 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 \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 "" diff --git a/store/translations/.gitkeep b/store/translations/.gitkeep new file mode 100644 index 00000000..8d1c8b69 --- /dev/null +++ b/store/translations/.gitkeep @@ -0,0 +1 @@ +