summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/br.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/de.po11
-rw-r--r--po/fa.po2
-rw-r--r--po/he.po2
-rw-r--r--po/ig.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/kk.po2
-rw-r--r--po/kn.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/yo.po2
13 files changed, 18 insertions, 17 deletions
diff --git a/po/br.po b/po/br.po
index dfb4bdf..2fa0179 100644
--- a/po/br.po
+++ b/po/br.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: br\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/cs.po b/po/cs.po
index a504706..d746d7a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/de.po b/po/de.po
index 672ca46..e9230c1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,13 +4,14 @@
#
# Translators:
# Stefan Schroeder <ondekoza@gmail.com>, 2016
+# XorgMC <xorgmc@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: eos-sdk\n"
"Report-Msgid-Bugs-To: philip@endlessm.com\n"
"POT-Creation-Date: 2017-05-30 02:27+0000\n"
-"PO-Revision-Date: 2017-09-23 11:13+0000\n"
-"Last-Translator: Stefan Schroeder <ondekoza@gmail.com>\n"
+"PO-Revision-Date: 2018-05-20 21:08+0000\n"
+"Last-Translator: XorgMC <xorgmc@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/endless-os/eos-sdk/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
#: endless/eosapplication.c:291
msgid "Image credits"
-msgstr "Bilderquelle"
+msgstr "Bildquelle"
#. TRANSLATORS: %s will be replaced with the name of an image license,
#. such as "Public domain" or "Creative Commons Attribution". These names are
@@ -37,7 +38,7 @@ msgstr "%s."
#. greater-than signs (>).
#: endless/eosattribution.c:244
msgid "Click for image license."
-msgstr "Bildlizenz durch klicken"
+msgstr "Für Bildlizenz anklicken"
#. TRANSLATORS: %s will be replaced with the name or account name of the
#. person that the image should be credited to. Make sure %s is still in the
@@ -46,7 +47,7 @@ msgstr "Bildlizenz durch klicken"
#: endless/eosattribution.c:275
#, c-format
msgid "Image credit: %s."
-msgstr "Bilderquelle: %s."
+msgstr "Bildquelle: %s."
#. TRANSLATORS: %d will be replaced with the copyright year, %s with
#. the copyright holder. Make sure these tokens are in the translated
diff --git a/po/fa.po b/po/fa.po
index 19267f6..63e5e30 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/he.po b/po/he.po
index 7ad0565..dee8948 100644
--- a/po/he.po
+++ b/po/he.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/ig.po b/po/ig.po
index f361eee..dc11742 100644
--- a/po/ig.po
+++ b/po/ig.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ig\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/ka.po b/po/ka.po
index 052480b..6400f70 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ka\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/kk.po b/po/kk.po
index b13c71d..b158e8a 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kk\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/kn.po b/po/kn.po
index aadb511..3d458fe 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kn\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/lt.po b/po/lt.po
index cf0a20e..8fc0b96 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lt\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/sk.po b/po/sk.po
index bc4c017..9db6958 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/uk.po b/po/uk.po
index 65c5248..f65301f 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
#: endless/eosapplication.c:291
msgid "Image credits"
diff --git a/po/yo.po b/po/yo.po
index b443a69..5b3f21a 100644
--- a/po/yo.po
+++ b/po/yo.po
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: yo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: endless/eosapplication.c:291
msgid "Image credits"