aboutsummaryrefslogtreecommitdiff
path: root/source/ta/android/sdremote/res
diff options
context:
space:
mode:
Diffstat (limited to 'source/ta/android/sdremote/res')
-rw-r--r--source/ta/android/sdremote/res/values.po54
1 files changed, 50 insertions, 4 deletions
diff --git a/source/ta/android/sdremote/res/values.po b/source/ta/android/sdremote/res/values.po
index 6e2b74fe33f..ff2414033c2 100644
--- a/source/ta/android/sdremote/res/values.po
+++ b/source/ta/android/sdremote/res/values.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-03-11 18:24+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: 2013-03-25 10:08+0000\n"
"Last-Translator: Shantha <shantha.thamizh@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0-beta1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1364206134.0\n"
@@ -67,6 +67,14 @@ msgstr "விருப்பங்கள்"
#: strings.xml
msgctxt ""
"strings.xml\n"
+"reconnect\n"
+"string.text"
+msgid "Reconnect..."
+msgstr ""
+
+#: strings.xml
+msgctxt ""
+"strings.xml\n"
"actionbar_timeformat\n"
"string.text"
msgid "h:mmaa"
@@ -131,6 +139,26 @@ msgstr "அழைப்புகளை நிராகரி"
#: strings.xml
msgctxt ""
"strings.xml\n"
+"help\n"
+"string.text"
+msgid "Help"
+msgstr "உதவி"
+
+#: strings.xml
+msgctxt ""
+"strings.xml\n"
+"ConnectionFailedHelp\n"
+"string.text"
+msgid ""
+"#1 Verify Impress is running \n"
+"#2 For Bluetooth user, enable \"Preference\"-\"LibreOffice Impress\"-\"General\"-\"Enable remote control\"\n"
+"#3 For WiFi user, tick \"Preferece\"-\"LibreOffice\"-\"Advanced\"-\"Enable Experimental Features\" \n"
+" "
+msgstr ""
+
+#: strings.xml
+msgctxt ""
+"strings.xml\n"
"options_description\n"
"string.text"
msgid "Automatically decline all incoming calls."
@@ -419,5 +447,23 @@ msgctxt ""
"strings.xml\n"
"reconnect_description2\n"
"string.text"
-msgid "Attempting to reconnect…"
-msgstr "மீண்டும் இணைக்க முயற்சிக்கிறது…"
+msgid "Please try to reconnect"
+msgstr ""
+
+#: strings.xml
+msgctxt ""
+"strings.xml\n"
+"wifiAlertMsg\n"
+"string.text"
+msgid ""
+"This is still an experimental feature. You need to \"enable experimental features\" in \"Preference\"-\"LibreOffice\"-\"Advanced\" on your computer. \n"
+"The use over Bluetooth is recommanded."
+msgstr ""
+
+#: strings.xml
+msgctxt ""
+"strings.xml\n"
+"wrong_time_format\n"
+"string.text"
+msgid "You have entered wrong time format"
+msgstr ""
-6'>libreoffice-4-0-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galobj.cxx
AgeCommit message (Expand)Author
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-25convert SgaObjKind to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-29WaE: declaration of ‘FILE’ shadows a global declarationDavid Tardon
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe