summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/en_GB.js5
-rw-r--r--l10n/en_GB.json5
-rw-r--r--l10n/he.js2
-rw-r--r--l10n/he.json2
-rw-r--r--l10n/ko.js37
-rw-r--r--l10n/ko.json35
-rw-r--r--l10n/pl.js38
-rw-r--r--l10n/pl.json36
8 files changed, 160 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 3a458f70..16785c96 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -4,8 +4,11 @@ OC.L10N.register(
"Contacts" : "Contacts",
"No contacts in here" : "No contacts in here",
"Name" : "Name",
+ "Add field ..." : "Add field ...",
"Add contact" : "Add contact",
"All contacts" : "All contacts",
+ "Post Office Box" : "Post Office Box",
+ "Postal Code" : "Postal Code",
"City" : "City",
"State or province" : "State or province",
"Country" : "Country",
@@ -28,6 +31,8 @@ OC.L10N.register(
"Phone" : "Phone",
"Mobile" : "Mobile",
"Fax" : "Fax",
+ "Fax home" : "Fax home",
+ "Fax work" : "Fax work",
"Pager" : "Pager",
"Voice" : "Voice"
},
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 59880807..43aae2c4 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -2,8 +2,11 @@
"Contacts" : "Contacts",
"No contacts in here" : "No contacts in here",
"Name" : "Name",
+ "Add field ..." : "Add field ...",
"Add contact" : "Add contact",
"All contacts" : "All contacts",
+ "Post Office Box" : "Post Office Box",
+ "Postal Code" : "Postal Code",
"City" : "City",
"State or province" : "State or province",
"Country" : "Country",
@@ -26,6 +29,8 @@
"Phone" : "Phone",
"Mobile" : "Mobile",
"Fax" : "Fax",
+ "Fax home" : "Fax home",
+ "Fax work" : "Fax work",
"Pager" : "Pager",
"Voice" : "Voice"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/he.js b/l10n/he.js
index 99b263b3..7ab91c5b 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -31,6 +31,8 @@ OC.L10N.register(
"Phone" : "טלפון",
"Mobile" : "נייד",
"Fax" : "פקס",
+ "Fax home" : "פקס בבית",
+ "Fax work" : "פקס בעבודה",
"Pager" : "זימונית",
"Voice" : "קולי"
},
diff --git a/l10n/he.json b/l10n/he.json
index 41ee7d9a..326f9bec 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -29,6 +29,8 @@
"Phone" : "טלפון",
"Mobile" : "נייד",
"Fax" : "פקס",
+ "Fax home" : "פקס בבית",
+ "Fax work" : "פקס בעבודה",
"Pager" : "זימונית",
"Voice" : "קולי"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/ko.js b/l10n/ko.js
new file mode 100644
index 00000000..e3ebda78
--- /dev/null
+++ b/l10n/ko.js
@@ -0,0 +1,37 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "Contacts" : "연락처",
+ "No contacts in here" : "여기에 연락처 없음",
+ "Name" : "이름",
+ "Add field ..." : "필드 추가...",
+ "Add contact" : "연락처 추가",
+ "All contacts" : "모든 연락처",
+ "Post Office Box" : "우편 사서함",
+ "Postal Code" : "우편 번호",
+ "City" : "도시",
+ "State or province" : "도 및 광역시",
+ "Country" : "국가",
+ "Address" : "주소",
+ "{addressbook} shared by {owner}" : "{owner} 님이 공유한 {addressbook}",
+ "Nickname" : "별명",
+ "Organization" : "조직",
+ "Notes" : "메모",
+ "Website" : "웹 사이트",
+ "Title" : "제목",
+ "Role" : "지위",
+ "Federated Cloud ID" : "연합 클라우드 ID",
+ "Home" : "가정",
+ "Work" : "직장",
+ "Other" : "기타",
+ "Groups" : "그룹",
+ "Birthday" : "생일",
+ "Email" : "이메일",
+ "Instant messaging" : "인스턴트 메시지",
+ "Phone" : "전화 번호",
+ "Mobile" : "휴대폰",
+ "Fax" : "팩스 번호",
+ "Pager" : "호출기",
+ "Voice" : "음성 번호"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
new file mode 100644
index 00000000..7b70c558
--- /dev/null
+++ b/l10n/ko.json
@@ -0,0 +1,35 @@
+{ "translations": {
+ "Contacts" : "연락처",
+ "No contacts in here" : "여기에 연락처 없음",
+ "Name" : "이름",
+ "Add field ..." : "필드 추가...",
+ "Add contact" : "연락처 추가",
+ "All contacts" : "모든 연락처",
+ "Post Office Box" : "우편 사서함",
+ "Postal Code" : "우편 번호",
+ "City" : "도시",
+ "State or province" : "도 및 광역시",
+ "Country" : "국가",
+ "Address" : "주소",
+ "{addressbook} shared by {owner}" : "{owner} 님이 공유한 {addressbook}",
+ "Nickname" : "별명",
+ "Organization" : "조직",
+ "Notes" : "메모",
+ "Website" : "웹 사이트",
+ "Title" : "제목",
+ "Role" : "지위",
+ "Federated Cloud ID" : "연합 클라우드 ID",
+ "Home" : "가정",
+ "Work" : "직장",
+ "Other" : "기타",
+ "Groups" : "그룹",
+ "Birthday" : "생일",
+ "Email" : "이메일",
+ "Instant messaging" : "인스턴트 메시지",
+ "Phone" : "전화 번호",
+ "Mobile" : "휴대폰",
+ "Fax" : "팩스 번호",
+ "Pager" : "호출기",
+ "Voice" : "음성 번호"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 00000000..4ee29672
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,38 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "Contacts" : "Kontakty",
+ "No contacts in here" : "Nie ma tu żadnych kontaktów",
+ "Name" : "Nazwa",
+ "Add field ..." : "Dodaj pole ...",
+ "Add contact" : "Dodaj kontakt",
+ "All contacts" : "Wszystkie kontakty",
+ "Post Office Box" : "Skrytka Pocztowa",
+ "Postal Code" : "Kod Pocztowy",
+ "City" : "Miasto",
+ "State or province" : "Województwo ",
+ "Country" : "Kraj",
+ "Address" : "Adres",
+ "{addressbook} shared by {owner}" : "Książka {addressbook} udostępniona przez {owner}",
+ "Nickname" : "Nazwa",
+ "Organization" : "Organizacja",
+ "Notes" : "Notatki",
+ "Website" : "Strona www",
+ "Title" : "Tytuł",
+ "Role" : "Funkcja",
+ "Home" : "Dom",
+ "Work" : "Zawodowe",
+ "Other" : "Inne",
+ "Groups" : "Grupy",
+ "Birthday" : "Urodziny",
+ "Email" : "Email",
+ "Instant messaging" : "Szybkie wiadomości",
+ "Phone" : "Telefon",
+ "Mobile" : "Komórka",
+ "Fax" : "Faks",
+ "Fax home" : "Faks domowy",
+ "Fax work" : "Fakx pracowy",
+ "Pager" : "Pager",
+ "Voice" : "Połączenie głosowe"
+},
+"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/pl.json b/l10n/pl.json
new file mode 100644
index 00000000..38794e3c
--- /dev/null
+++ b/l10n/pl.json
@@ -0,0 +1,36 @@
+{ "translations": {
+ "Contacts" : "Kontakty",
+ "No contacts in here" : "Nie ma tu żadnych kontaktów",
+ "Name" : "Nazwa",
+ "Add field ..." : "Dodaj pole ...",
+ "Add contact" : "Dodaj kontakt",
+ "All contacts" : "Wszystkie kontakty",
+ "Post Office Box" : "Skrytka Pocztowa",
+ "Postal Code" : "Kod Pocztowy",
+ "City" : "Miasto",
+ "State or province" : "Województwo ",
+ "Country" : "Kraj",
+ "Address" : "Adres",
+ "{addressbook} shared by {owner}" : "Książka {addressbook} udostępniona przez {owner}",
+ "Nickname" : "Nazwa",
+ "Organization" : "Organizacja",
+ "Notes" : "Notatki",
+ "Website" : "Strona www",
+ "Title" : "Tytuł",
+ "Role" : "Funkcja",
+ "Home" : "Dom",
+ "Work" : "Zawodowe",
+ "Other" : "Inne",
+ "Groups" : "Grupy",
+ "Birthday" : "Urodziny",
+ "Email" : "Email",
+ "Instant messaging" : "Szybkie wiadomości",
+ "Phone" : "Telefon",
+ "Mobile" : "Komórka",
+ "Fax" : "Faks",
+ "Fax home" : "Faks domowy",
+ "Fax work" : "Fakx pracowy",
+ "Pager" : "Pager",
+ "Voice" : "Połączenie głosowe"
+},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file