summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-24 00:48:27 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-24 00:48:27 -0400
commit7d17c1d6a56cdd9997a45728615b702e41876dc3 (patch)
treee7f7674404c948e78bf4f98a7dbc9b8159a4b7cc /l10n
parent1bb6693b2aa60e7a530bde0412f7dacf2c33db79 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs_CZ.js4
-rw-r--r--l10n/cs_CZ.json4
-rw-r--r--l10n/da.js4
-rw-r--r--l10n/da.json4
-rw-r--r--l10n/de.js5
-rw-r--r--l10n/de.json5
-rw-r--r--l10n/de_DE.js5
-rw-r--r--l10n/de_DE.json5
-rw-r--r--l10n/el.js6
-rw-r--r--l10n/el.json6
-rw-r--r--l10n/en_GB.js4
-rw-r--r--l10n/en_GB.json4
-rw-r--r--l10n/es.js4
-rw-r--r--l10n/es.json4
-rw-r--r--l10n/et_EE.js4
-rw-r--r--l10n/et_EE.json4
-rw-r--r--l10n/fi_FI.js4
-rw-r--r--l10n/fi_FI.json4
-rw-r--r--l10n/fr.js4
-rw-r--r--l10n/fr.json4
-rw-r--r--l10n/he.js4
-rw-r--r--l10n/he.json4
-rw-r--r--l10n/hu_HU.js4
-rw-r--r--l10n/hu_HU.json4
-rw-r--r--l10n/is.js4
-rw-r--r--l10n/is.json4
-rw-r--r--l10n/it.js5
-rw-r--r--l10n/it.json5
-rw-r--r--l10n/ja.js4
-rw-r--r--l10n/ja.json4
-rw-r--r--l10n/ko.js4
-rw-r--r--l10n/ko.json4
-rw-r--r--l10n/nb_NO.js4
-rw-r--r--l10n/nb_NO.json4
-rw-r--r--l10n/nl.js4
-rw-r--r--l10n/nl.json4
-rw-r--r--l10n/pl.js4
-rw-r--r--l10n/pl.json4
-rw-r--r--l10n/pt_BR.js4
-rw-r--r--l10n/pt_BR.json4
-rw-r--r--l10n/pt_PT.js4
-rw-r--r--l10n/pt_PT.json4
-rw-r--r--l10n/ru.js4
-rw-r--r--l10n/ru.json4
-rw-r--r--l10n/sl.js4
-rw-r--r--l10n/sl.json4
-rw-r--r--l10n/sq.js4
-rw-r--r--l10n/sq.json4
-rw-r--r--l10n/sv.js4
-rw-r--r--l10n/sv.json4
50 files changed, 160 insertions, 50 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index ee118e5c..b824d5b7 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "Fax domů",
"Fax work" : "Fax do práce",
"Pager" : "Pager",
- "Voice" : "Hlas"
+ "Voice" : "Hlas",
+ "Settings" : "Nastavení",
+ "Import" : "Importovat"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index e943b624..7f86583a 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -34,6 +34,8 @@
"Fax home" : "Fax domů",
"Fax work" : "Fax do práce",
"Pager" : "Pager",
- "Voice" : "Hlas"
+ "Voice" : "Hlas",
+ "Settings" : "Nastavení",
+ "Import" : "Importovat"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/da.js b/l10n/da.js
index 37ad7f68..b50c6e64 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -33,6 +33,8 @@ OC.L10N.register(
"Fax home" : "Fax hjemme",
"Fax work" : "Fax arbejde",
"Pager" : "Personsøger",
- "Voice" : "Telefonsvarer"
+ "Voice" : "Telefonsvarer",
+ "Settings" : "Indstillinger",
+ "Import" : "Importér"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/da.json b/l10n/da.json
index 2f1c7e10..158fd662 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -31,6 +31,8 @@
"Fax home" : "Fax hjemme",
"Fax work" : "Fax arbejde",
"Pager" : "Personsøger",
- "Voice" : "Telefonsvarer"
+ "Voice" : "Telefonsvarer",
+ "Settings" : "Indstillinger",
+ "Import" : "Importér"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de.js b/l10n/de.js
index 17a90668..ce95ff11 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"contacts",
{
"Contacts" : "Kontakte",
+ "Address book name" : "Adressbuch Name",
"No contacts in here" : "Keine Kontakte gefunden",
"Name" : "Name",
"Organization" : "Organisation",
@@ -36,6 +37,8 @@ OC.L10N.register(
"Fax home" : "Fax persönlich",
"Fax work" : "Fax geschäftlich",
"Pager" : "Pager",
- "Voice" : "Anruf"
+ "Voice" : "Anruf",
+ "Settings" : "Einstellungen",
+ "Import" : "Importieren"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 87dc01d8..5777e5b3 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,5 +1,6 @@
{ "translations": {
"Contacts" : "Kontakte",
+ "Address book name" : "Adressbuch Name",
"No contacts in here" : "Keine Kontakte gefunden",
"Name" : "Name",
"Organization" : "Organisation",
@@ -34,6 +35,8 @@
"Fax home" : "Fax persönlich",
"Fax work" : "Fax geschäftlich",
"Pager" : "Pager",
- "Voice" : "Anruf"
+ "Voice" : "Anruf",
+ "Settings" : "Einstellungen",
+ "Import" : "Importieren"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index eff98a48..d9ac354f 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"contacts",
{
"Contacts" : "Kontakte",
+ "Address book name" : "Adressbuch Name",
"No contacts in here" : "Keine Kontakte vorhanden",
"Name" : "Name",
"Organization" : "Organisation",
@@ -36,6 +37,8 @@ OC.L10N.register(
"Fax home" : "Fax persönlich",
"Fax work" : "Fax geschäftlich",
"Pager" : "Pager",
- "Voice" : "Anruf"
+ "Voice" : "Anruf",
+ "Settings" : "Einstellungen",
+ "Import" : "Importieren"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 675dea9c..837f252c 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,5 +1,6 @@
{ "translations": {
"Contacts" : "Kontakte",
+ "Address book name" : "Adressbuch Name",
"No contacts in here" : "Keine Kontakte vorhanden",
"Name" : "Name",
"Organization" : "Organisation",
@@ -34,6 +35,8 @@
"Fax home" : "Fax persönlich",
"Fax work" : "Fax geschäftlich",
"Pager" : "Pager",
- "Voice" : "Anruf"
+ "Voice" : "Anruf",
+ "Settings" : "Einstellungen",
+ "Import" : "Importieren"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/el.js b/l10n/el.js
index cf294f65..1ac04a73 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"contacts",
{
"Contacts" : "Επαφές",
+ "Address book name" : "Όνομα βιβλίου διευθύνσεων",
"No contacts in here" : "Δεν υπάρχουν επαφές εδώ",
"Name" : "Όνομα",
"Organization" : "Οργανισμός",
@@ -10,6 +11,7 @@ OC.L10N.register(
"Add contact" : "Προσθήκη επαφής",
"All contacts" : "Όλες οι επαφές",
"Not grouped" : "Οχι ομαδοποιημένα",
+ "Postal Code" : "Ταχυδρομικός Κωδικός",
"City" : "Πόλη",
"State or province" : "Νομός ή περιφέρεια",
"Country" : "Χώρα",
@@ -30,6 +32,8 @@ OC.L10N.register(
"Mobile" : "Κινητό",
"Fax" : "Φαξ",
"Pager" : "Βομβητής",
- "Voice" : "Ομιλία"
+ "Voice" : "Ομιλία",
+ "Settings" : "Ρυθμίσεις",
+ "Import" : "Εισαγωγή"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/el.json b/l10n/el.json
index c8f17871..323334c8 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -1,5 +1,6 @@
{ "translations": {
"Contacts" : "Επαφές",
+ "Address book name" : "Όνομα βιβλίου διευθύνσεων",
"No contacts in here" : "Δεν υπάρχουν επαφές εδώ",
"Name" : "Όνομα",
"Organization" : "Οργανισμός",
@@ -8,6 +9,7 @@
"Add contact" : "Προσθήκη επαφής",
"All contacts" : "Όλες οι επαφές",
"Not grouped" : "Οχι ομαδοποιημένα",
+ "Postal Code" : "Ταχυδρομικός Κωδικός",
"City" : "Πόλη",
"State or province" : "Νομός ή περιφέρεια",
"Country" : "Χώρα",
@@ -28,6 +30,8 @@
"Mobile" : "Κινητό",
"Fax" : "Φαξ",
"Pager" : "Βομβητής",
- "Voice" : "Ομιλία"
+ "Voice" : "Ομιλία",
+ "Settings" : "Ρυθμίσεις",
+ "Import" : "Εισαγωγή"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index ac7e171f..7799a45e 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "Fax home",
"Fax work" : "Fax work",
"Pager" : "Pager",
- "Voice" : "Voice"
+ "Voice" : "Voice",
+ "Settings" : "Settings",
+ "Import" : "Import"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 69f95564..8cbf3d4d 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -34,6 +34,8 @@
"Fax home" : "Fax home",
"Fax work" : "Fax work",
"Pager" : "Pager",
- "Voice" : "Voice"
+ "Voice" : "Voice",
+ "Settings" : "Settings",
+ "Import" : "Import"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es.js b/l10n/es.js
index 7e8ab05a..639b0182 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -34,6 +34,8 @@ OC.L10N.register(
"Fax home" : "nº de Fax",
"Fax work" : "Fax del trabajo",
"Pager" : "Localizador",
- "Voice" : "Voz"
+ "Voice" : "Voz",
+ "Settings" : "Ajustes",
+ "Import" : "Importar"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es.json b/l10n/es.json
index d3f01487..6a92bc28 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -32,6 +32,8 @@
"Fax home" : "nº de Fax",
"Fax work" : "Fax del trabajo",
"Pager" : "Localizador",
- "Voice" : "Voz"
+ "Voice" : "Voz",
+ "Settings" : "Ajustes",
+ "Import" : "Importar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/et_EE.js b/l10n/et_EE.js
index 7c9b80d1..f670763b 100644
--- a/l10n/et_EE.js
+++ b/l10n/et_EE.js
@@ -34,6 +34,8 @@ OC.L10N.register(
"Fax home" : "Faks kodus",
"Fax work" : "Faks tööl",
"Pager" : "Piipar",
- "Voice" : "Hääl"
+ "Voice" : "Hääl",
+ "Settings" : "Seaded",
+ "Import" : "Impordi"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/et_EE.json b/l10n/et_EE.json
index c1d37b9f..b71fda42 100644
--- a/l10n/et_EE.json
+++ b/l10n/et_EE.json
@@ -32,6 +32,8 @@
"Fax home" : "Faks kodus",
"Fax work" : "Faks tööl",
"Pager" : "Piipar",
- "Voice" : "Hääl"
+ "Voice" : "Hääl",
+ "Settings" : "Seaded",
+ "Import" : "Impordi"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js
index 2dc3fe63..e1484db1 100644
--- a/l10n/fi_FI.js
+++ b/l10n/fi_FI.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "Faksi, koti",
"Fax work" : "Faksi, työ",
"Pager" : "Hakulaite",
- "Voice" : "Ääni"
+ "Voice" : "Ääni",
+ "Settings" : "Asetukset",
+ "Import" : "Tuo"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index d4206799..4c0b22c6 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -34,6 +34,8 @@
"Fax home" : "Faksi, koti",
"Fax work" : "Faksi, työ",
"Pager" : "Hakulaite",
- "Voice" : "Ääni"
+ "Voice" : "Ääni",
+ "Settings" : "Asetukset",
+ "Import" : "Tuo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index 8f42b9ed..9cb5911c 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "Fax personnel",
"Fax work" : "Fax pro",
"Pager" : "Bipeur",
- "Voice" : "Voix"
+ "Voice" : "Voix",
+ "Settings" : "Paramètres",
+ "Import" : "Importer"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index ac1ec758..7e7e4f66 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -34,6 +34,8 @@
"Fax home" : "Fax personnel",
"Fax work" : "Fax pro",
"Pager" : "Bipeur",
- "Voice" : "Voix"
+ "Voice" : "Voix",
+ "Settings" : "Paramètres",
+ "Import" : "Importer"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/he.js b/l10n/he.js
index 3c73d8be..be85843e 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "פקס בבית",
"Fax work" : "פקס בעבודה",
"Pager" : "זימונית",
- "Voice" : "קולי"
+ "Voice" : "קולי",
+ "Settings" : "הגדרות",
+ "Import" : "יבוא"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/he.json b/l10n/he.json
index 5f9f71c6..ec7e47b6 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -34,6 +34,8 @@
"Fax home" : "פקס בבית",
"Fax work" : "פקס בעבודה",
"Pager" : "זימונית",
- "Voice" : "קולי"
+ "Voice" : "קולי",
+ "Settings" : "הגדרות",
+ "Import" : "יבוא"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/hu_HU.js b/l10n/hu_HU.js
index 7a4c39e4..835f3a2c 100644
--- a/l10n/hu_HU.js
+++ b/l10n/hu_HU.js
@@ -35,6 +35,8 @@ OC.L10N.register(
"Fax home" : "Otthoni fax",
"Fax work" : "Munkahelyi fax",
"Pager" : "Személyhívó",
- "Voice" : "Hang"
+ "Voice" : "Hang",
+ "Settings" : "Beállítások",
+ "Import" : "Importálás"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu_HU.json b/l10n/hu_HU.json
index e2e709e7..0839a221 100644
--- a/l10n/hu_HU.json
+++ b/l10n/hu_HU.json
@@ -33,6 +33,8 @@
"Fax home" : "Otthoni fax",
"Fax work" : "Munkahelyi fax",
"Pager" : "Személyhívó",
- "Voice" : "Hang"
+ "Voice" : "Hang",
+ "Settings" : "Beállítások",
+ "Import" : "Importálás"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/is.js b/l10n/is.js
index 1fc4e23a..604d44e1 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "Heimafax",
"Fax work" : "Vinnufax",
"Pager" : "Símboði",
- "Voice" : "Raddskilaboð"
+ "Voice" : "Raddskilaboð",
+ "Settings" : "Stillingar",
+ "Import" : "Flytja inn"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
index 5c727526..525b188c 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -34,6 +34,8 @@
"Fax home" : "Heimafax",
"Fax work" : "Vinnufax",
"Pager" : "Símboði",
- "Voice" : "Raddskilaboð"
+ "Voice" : "Raddskilaboð",
+ "Settings" : "Stillingar",
+ "Import" : "Flytja inn"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index b1cfc3f1..ee1e185b 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"contacts",
{
"Contacts" : "Contatti",
+ "Address book name" : "Nome della rubrica",
"No contacts in here" : "Nessun contatto qui",
"Name" : "Nome",
"Organization" : "Organizzazione",
@@ -36,6 +37,8 @@ OC.L10N.register(
"Fax home" : "Fax casa",
"Fax work" : "Fax lavoro",
"Pager" : "Cercapersone",
- "Voice" : "Voce"
+ "Voice" : "Voce",
+ "Settings" : "Impostazioni",
+ "Import" : "Importa"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
index 12db2870..e969e36a 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,5 +1,6 @@
{ "translations": {
"Contacts" : "Contatti",
+ "Address book name" : "Nome della rubrica",
"No contacts in here" : "Nessun contatto qui",
"Name" : "Nome",
"Organization" : "Organizzazione",
@@ -34,6 +35,8 @@
"Fax home" : "Fax casa",
"Fax work" : "Fax lavoro",
"Pager" : "Cercapersone",
- "Voice" : "Voce"
+ "Voice" : "Voce",
+ "Settings" : "Impostazioni",
+ "Import" : "Importa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/ja.js b/l10n/ja.js
index 660ab3d8..e70e8747 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -36,6 +36,8 @@ OC.L10N.register(
"Fax home" : "自宅FAX",
"Fax work" : "職場FAX",
"Pager" : "ポケベル",
- "Voice" : "音声番号"
+ "Voice" : "音声番号",
+ "Settings" : "設定",