diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/google_contacts/localization | |
Diffstat (limited to 'webmail/plugins/google_contacts/localization')
14 files changed, 273 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/bg_BG.inc b/webmail/plugins/google_contacts/localization/bg_BG.inc new file mode 100644 index 0000000..e231317 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/bg_BG.inc @@ -0,0 +1,23 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/bg_BG/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Google контакт'; +$labels['usegoogleabook'] = 'Използвай адресна книга от Google'; +$labels['googleuser'] = 'Потребител'; +$labels['googlepass'] = 'Парола'; + +?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/cs_CZ.inc b/webmail/plugins/google_contacts/localization/cs_CZ.inc new file mode 100644 index 0000000..72d921a --- /dev/null +++ b/webmail/plugins/google_contacts/localization/cs_CZ.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/cs_CZ/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Ales Pospichal <ales@pospichalales.info> | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Kontakty Google'; +$labels['usegoogleabook'] = 'Použít adresář Google'; +$labels['googleuser'] = 'Účet Google'; +$labels['googlepass'] = 'Heslo pro Google'; +$labels['googlepassisset'] = 'Heslo pro Google je stále k dispozici'; +$labels['googlepassisnotset'] = 'Heslo pro Google není k dispozici'; + +?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/da_DK.inc b/webmail/plugins/google_contacts/localization/da_DK.inc new file mode 100644 index 0000000..0f72627 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/da_DK.inc @@ -0,0 +1,28 @@ +<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/da_DK/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['googlecontacts'] = 'Google kontakter';
+$labels['usegoogleabook'] = 'Brug Google adressebog';
+$labels['googleuser'] = 'Google konto';
+$labels['googlepass'] = 'Google password';
+$labels['googlepassisset'] = 'Google password er indtastet';
+$labels['googlepassisnotset'] = 'Google password er ikke indtastet';
+
+$messages = array();
+$messages['abookreadonly'] = 'Der kan ikke skrives i adressebogen.';
+
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/de_DE.inc b/webmail/plugins/google_contacts/localization/de_DE.inc new file mode 100644 index 0000000..0ab5c80 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/de_DE.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Adressen';
+$labels['usegoogleabook'] = 'Verwende Google-Adressbuch';
+$labels['googleuser'] = 'Google Konto';
+$labels['googlepass'] = 'Google Passwort';
+$labels['googlepassisset'] = 'Google Passwort ist gesetzt';
+$labels['googlepassisnotset'] = 'Google Passwort ist nicht gesetzt';
+
+$messages = array();
+$messages['abookreadonly'] = 'Dieses Adressbuch ist nicht editierbar.';
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/en_US.inc b/webmail/plugins/google_contacts/localization/en_US.inc new file mode 100644 index 0000000..830e945 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/en_US.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Contacts';
+$labels['usegoogleabook'] = 'Use Google address book';
+$labels['googleuser'] = 'Google Account';
+$labels['googlepass'] = 'Google Password';
+$labels['googlepassisset'] = 'Google Password is present';
+$labels['googlepassisnotset'] = 'Google Password is not present';
+
+$messages = array();
+$messages['abookreadonly'] = 'Addressbook is readonly.';
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/es_ES.inc b/webmail/plugins/google_contacts/localization/es_ES.inc new file mode 100644 index 0000000..0a85c29 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/es_ES.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Contactos de Google';
+$labels['usegoogleabook'] = 'Usar la libreta de direciones de Google';
+$labels['googleuser'] = 'Cuenta de Google';
+$labels['googlepass'] = 'Contraseña de Google';
+$labels['googlepassisset'] = 'La contraseña de Google está configurada';
+$labels['googlepassisnotset'] = 'La contraseña de Google no está configurada';
+
+$messages = array();
+$messages['abookreadonly'] = 'La libreta de direcciones es de sólo lectura.';
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/fr_FR.inc b/webmail/plugins/google_contacts/localization/fr_FR.inc new file mode 100644 index 0000000..4606261 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/fr_FR.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/fr_FR/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2010, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Contacts Google'; +$labels['usegoogleabook'] = 'Utiliser le carnet d\'adresses Google'; +$labels['googleuser'] = 'Compte Google'; +$labels['googlepass'] = 'Mot de passe Google'; +$labels['googlepassisset'] = 'Le mot de passe Google est présent'; +$labels['googlepassisnotset'] = 'Le mot de passe Google est absent'; + +?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/gl_ES.inc b/webmail/plugins/google_contacts/localization/gl_ES.inc new file mode 100644 index 0000000..9cec917 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/gl_ES.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Contactos de Google';
+$labels['usegoogleabook'] = 'Usar o caderno de enderezos de Google';
+$labels['googleuser'] = 'Conta de Google';
+$labels['googlepass'] = 'Contrasinal de Google';
+$labels['googlepassisset'] = 'O contrasinal de Google está configurado';
+$labels['googlepassisnotset'] = 'O contrasinal de Google non está configurado';
+
+$messages = array();
+$messages['abookreadonly'] = 'O caderno de enderezos é de só lectura.';
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/it_IT.inc b/webmail/plugins/google_contacts/localization/it_IT.inc new file mode 100644 index 0000000..c91b25e --- /dev/null +++ b/webmail/plugins/google_contacts/localization/it_IT.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Contatti Google';
+$labels['usegoogleabook'] = 'Usa rubrica Google';
+$labels['googleuser'] = 'Conto su Google';
+$labels['googlepass'] = 'Password di Google';
+$labels['googlepassisset'] = 'La password di Google è già presente';
+$labels['googlepassisnotset'] = 'La password di Google non è presente';
+
+$messages = array();
+$messages['abookreadonly'] = 'La rubrica è in sola lettura.';
+?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/nl_NL.inc b/webmail/plugins/google_contacts/localization/nl_NL.inc new file mode 100644 index 0000000..332de19 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/nl_NL.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/nl_NL/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Google Contacten'; +$labels['usegoogleabook'] = 'Gebruik Google adresboek'; +$labels['googleuser'] = 'Google Account'; +$labels['googlepass'] = 'Google Wachtwoord'; +$labels['googlepassisset'] = 'Google Wachtwoord is ingesteld'; +$labels['googlepassisnotset'] = 'Google Wachtwoord is niet ingesteld'; + +?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/pl_PL.inc b/webmail/plugins/google_contacts/localization/pl_PL.inc new file mode 100644 index 0000000..723e8e1 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/pl_PL.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/pl_PL/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Hedo77 g.rybicki|at|c2n.pl | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Kontakty Google'; +$labels['usegoogleabook'] = 'Użyj książki adresowej Google'; +$labels['googleuser'] = 'Konto Google'; +$labels['googlepass'] = 'Hasło Google'; +$labels['googlepassisset'] = 'Pokazuj hasło Google '; +$labels['googlepassisnotset'] = 'Nie pokazuj hasła Google'; + +?> diff --git a/webmail/plugins/google_contacts/localization/pt_BR.inc b/webmail/plugins/google_contacts/localization/pt_BR.inc new file mode 100644 index 0000000..d7cb9bd --- /dev/null +++ b/webmail/plugins/google_contacts/localization/pt_BR.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/pt_BR/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: trturino | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Contatos Google'; +$labels['usegoogleabook'] = 'Usar catálogo de endereços do Google'; +$labels['googleuser'] = 'Conta Google'; +$labels['googlepass'] = 'Senha Google'; +$labels['googlepassisset'] = 'Senha está preenchida'; +$labels['googlepassisnotset'] = 'Senha não está preenchida'; + +?>
\ No newline at end of file diff --git a/webmail/plugins/google_contacts/localization/sv_SE.inc b/webmail/plugins/google_contacts/localization/sv_SE.inc new file mode 100644 index 0000000..a1ce82f --- /dev/null +++ b/webmail/plugins/google_contacts/localization/sv_SE.inc @@ -0,0 +1,12 @@ +<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Kontakter';
+$labels['usegoogleabook'] = 'Använd Googles adressbok';
+$labels['googleuser'] = 'Google-konto';
+$labels['googlepass'] = 'Google-lösenord';
+$labels['googlepassisset'] = 'Google-lösenord är inställt';
+$labels['googlepassisnotset'] = 'Google-lösenord är inte inställt';
+
+$messages = array();
+$messages['abookreadonly'] = 'Adressboken går endast att läsa.';
+?>
diff --git a/webmail/plugins/google_contacts/localization/zh_TW.inc b/webmail/plugins/google_contacts/localization/zh_TW.inc new file mode 100644 index 0000000..285d665 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/zh_TW.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/zh_TW/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: ysliuthomas | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Google聯絡人'; +$labels['usegoogleabook'] = '使用Google通訊錄'; +$labels['googleuser'] = 'Google帳號'; +$labels['googlepass'] = 'Google密碼'; +$labels['googlepassisset'] = 'Google密碼已填寫'; +$labels['googlepassisnotset'] = 'Google密碼未填寫'; + +?>
\ No newline at end of file |
