diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/eu.js | 15 | ||||
-rw-r--r-- | lib/l10n/eu.json | 15 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 2 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 2 |
4 files changed, 32 insertions, 2 deletions
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index 1f846c5e74a..331f70320ad 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -54,6 +54,7 @@ OC.L10N.register( "Unknown filetype" : "Fitxategi mota ezezaguna", "Invalid image" : "Baliogabeko irudia", "Avatar image is not square" : "Abatarreko irudia ez da karratua", + "View profile" : "Ikusi profila", "today" : "gaur", "tomorrow" : "bihar", "yesterday" : "atzo", @@ -93,6 +94,20 @@ OC.L10N.register( "Settings" : "Ezarpenak", "Log out" : "Amaitu saioa", "Users" : "Erabiltzaileak", + "Email" : "E-posta", + "Mail %s" : "Bidali e-posta %s", + "Phone" : "Telefonoa", + "Call %s" : "Deitu %s", + "Twitter" : "Twitter", + "View %s on Twitter" : "Ikusi %s Twitterren", + "Website" : "Webgunea", + "Address" : "Helbidea", + "Avatar" : "Avatarra", + "About" : "Honi buruz", + "Full name" : "Izen osoa", + "Headline" : "Izenburua", + "Organisation" : "Erakundea", + "Role" : "Zeregina", "Unknown user" : "Erabiltzaile ezezaguna", "Additional settings" : "Ezarpen gehiago", "%s enter the database username and name." : "%s sartu datu-basearen erabiltzaile-izena eta izena.", diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json index 926ed393549..727ff2920df 100644 --- a/lib/l10n/eu.json +++ b/lib/l10n/eu.json @@ -52,6 +52,7 @@ "Unknown filetype" : "Fitxategi mota ezezaguna", "Invalid image" : "Baliogabeko irudia", "Avatar image is not square" : "Abatarreko irudia ez da karratua", + "View profile" : "Ikusi profila", "today" : "gaur", "tomorrow" : "bihar", "yesterday" : "atzo", @@ -91,6 +92,20 @@ "Settings" : "Ezarpenak", "Log out" : "Amaitu saioa", "Users" : "Erabiltzaileak", + "Email" : "E-posta", + "Mail %s" : "Bidali e-posta %s", + "Phone" : "Telefonoa", + "Call %s" : "Deitu %s", + "Twitter" : "Twitter", + "View %s on Twitter" : "Ikusi %s Twitterren", + "Website" : "Webgunea", + "Address" : "Helbidea", + "Avatar" : "Avatarra", + "About" : "Honi buruz", + "Full name" : "Izen osoa", + "Headline" : "Izenburua", + "Organisation" : "Erakundea", + "Role" : "Zeregina", "Unknown user" : "Erabiltzaile ezezaguna", "Additional settings" : "Ezarpen gehiago", "%s enter the database username and name." : "%s sartu datu-basearen erabiltzaile-izena eta izena.", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 9d1d2e6b7f7..97724053438 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -29,7 +29,7 @@ OC.L10N.register( "The following architectures are supported: %s" : "支援下列架構:%s", "The following databases are supported: %s" : "支援下列數據庫:%s", "The command line tool %s could not be found" : "找不到命令列工具指令 %s", - "The library %s is not available." : "套件庫 %s 無法使用", + "The library %s is not available." : "套件庫 %s 無法使用。", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "需要使用 %2$s 版以上的 %1$s 函式庫,目前可用的版本是 %3$s", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "需要使用 %2$s 版以下的 %1$s 函式庫,目前可用的版本是 %3$s", "The following platforms are supported: %s" : "支援下列平台:%s", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index ac543a2eacf..6ff637c917a 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -27,7 +27,7 @@ "The following architectures are supported: %s" : "支援下列架構:%s", "The following databases are supported: %s" : "支援下列數據庫:%s", "The command line tool %s could not be found" : "找不到命令列工具指令 %s", - "The library %s is not available." : "套件庫 %s 無法使用", + "The library %s is not available." : "套件庫 %s 無法使用。", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "需要使用 %2$s 版以上的 %1$s 函式庫,目前可用的版本是 %3$s", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "需要使用 %2$s 版以下的 %1$s 函式庫,目前可用的版本是 %3$s", "The following platforms are supported: %s" : "支援下列平台:%s", |