mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Merge branch 'master' of github.com:owncloud/contacts
This commit is contained in:
commit
d1f38da20a
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
# just sane ignores
|
||||
.*.sw[po]
|
||||
*.bak
|
||||
*.BAK
|
||||
*~
|
||||
*.orig
|
||||
*.class
|
||||
.cvsignore
|
||||
Thumbs.db
|
||||
*.py[co]
|
||||
_darcs/*
|
||||
CVS/*
|
||||
.svn/*
|
||||
RCS/*
|
||||
*.backup*
|
||||
|
||||
# kdevelop
|
||||
.kdev
|
||||
*.kdev4
|
||||
*.kate-swp
|
||||
|
||||
# kate editor
|
||||
.kateproject*
|
||||
|
||||
# Lokalize
|
||||
*lokalize*
|
||||
|
||||
# eclipse
|
||||
.project
|
||||
.settings
|
||||
|
||||
# netbeans
|
||||
nbproject
|
||||
|
||||
# phpStorm
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# geany
|
||||
*.geany
|
||||
|
||||
# Cloud9IDE
|
||||
.settings.xml
|
||||
.c9revisions
|
||||
|
||||
# vim ex mode
|
||||
.vimrc
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
@ -57,6 +57,7 @@
|
||||
"Cancel" => "Cancelar",
|
||||
"Add group" => "Añadir grupo",
|
||||
"OK" => "Aceptar",
|
||||
"Could not find contact: {id}" => "No se pudo encontrar el contacto: {id}",
|
||||
"No files selected for upload." => "No hay archivos seleccionados para subir.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "El archivo que quiere subir excede el tamaño máximo permitido en este servidor.",
|
||||
"Edit profile picture" => "Editar imagen de perfil.",
|
||||
@ -79,6 +80,7 @@
|
||||
"All" => "Todos",
|
||||
"Favorites" => "Favoritos",
|
||||
"Shared by {owner}" => "Compartido por {owner}",
|
||||
"Not grouped" => "No agrupado",
|
||||
"Result: " => "Resultado :",
|
||||
" imported, " => "Importado.",
|
||||
" failed." => "Fallo.",
|
||||
@ -96,9 +98,12 @@
|
||||
"There was an error updating the addressbook." => "Hubo un error actualizando la libreta de direcciones.",
|
||||
"There was an error deleting this addressbook." => "Hubo un error eliminando esta libreta de direcciones.",
|
||||
"Error creating address book" => "Error creando libreta de direcciones",
|
||||
"Error updating address book" => "Error actualizando libreta de direcciones",
|
||||
"Error deleting address book" => "Error borrando libreta de direcciones",
|
||||
"Error creating contact." => "Error creando contacto.",
|
||||
"Error deleting contact." => "Error borrando contacto.",
|
||||
"Error retrieving contact." => "Error obteniendo contacto.",
|
||||
"Error removing contact from other address book." => "Error eliminando contacto desde otra libreta de direcciones.",
|
||||
"Couldn't find contact." => "No se puede encontrar contacto.",
|
||||
"Error merging into contact." => "Error fusionando en contacto.",
|
||||
"Error saving contact to backend." => "Error guardando contacto en backend.",
|
||||
@ -155,6 +160,8 @@
|
||||
"Display name" => "Mostrar nombre",
|
||||
"Add Address Book" => "Añadir libreta de direcciones",
|
||||
"Import" => "Importar",
|
||||
"Import into..." => "Importar a...",
|
||||
"Select file..." => "Seleccionar archivo",
|
||||
"(De-)select all" => "Seleccionar todos",
|
||||
"Groups" => "Grupos",
|
||||
"Favorite" => "Favorito",
|
||||
|
@ -9,6 +9,7 @@
|
||||
# telco2011 <davidlopez.david@gmail.com>, 2012
|
||||
# Francisco Losada <flosada@gmail.com>, 2013
|
||||
# ggam <ggam@brainleakage.com>, 2013
|
||||
# eSSeneX <israel@expander.es>, 2013
|
||||
# Javier Llorente <javier@opensuse.org>, 2012
|
||||
# juanman <juanma@kde.org.ar>, 2013
|
||||
# juanman <juanma@kde.org.ar>, 2011-2012
|
||||
@ -24,9 +25,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 06:50+0000\n"
|
||||
"Last-Translator: eSSeneX <israel@expander.es>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -279,7 +280,7 @@ msgstr "Aceptar"
|
||||
|
||||
#: js/app.js:1265
|
||||
msgid "Could not find contact: {id}"
|
||||
msgstr ""
|
||||
msgstr "No se pudo encontrar el contacto: {id}"
|
||||
|
||||
#: js/app.js:1302
|
||||
msgid "No files selected for upload."
|
||||
@ -377,7 +378,7 @@ msgstr "Compartido por {owner}"
|
||||
|
||||
#: js/groups.js:738
|
||||
msgid "Not grouped"
|
||||
msgstr ""
|
||||
msgstr "No agrupado"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
@ -453,7 +454,7 @@ msgstr "Error creando libreta de direcciones"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:118
|
||||
msgid "Error updating address book"
|
||||
msgstr ""
|
||||
msgstr "Error actualizando libreta de direcciones"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:141
|
||||
msgid "Error deleting address book"
|
||||
@ -469,11 +470,11 @@ msgstr "Error borrando contacto."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:216
|
||||
msgid "Error retrieving contact."
|
||||
msgstr ""
|
||||
msgstr "Error obteniendo contacto."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:226
|
||||
msgid "Error removing contact from other address book."
|
||||
msgstr ""
|
||||
msgstr "Error eliminando contacto desde otra libreta de direcciones."
|
||||
|
||||
#: lib/controller/contactcontroller.php:45
|
||||
#: lib/controller/contactcontroller.php:73
|
||||
@ -716,11 +717,11 @@ msgstr "Importar"
|
||||
|
||||
#: templates/contacts.php:29
|
||||
msgid "Import into..."
|
||||
msgstr ""
|
||||
msgstr "Importar a..."
|
||||
|
||||
#: templates/contacts.php:31 templates/contacts.php:32
|
||||
msgid "Select file..."
|
||||
msgstr ""
|
||||
msgstr "Seleccionar archivo"
|
||||
|
||||
#: templates/contacts.php:45
|
||||
msgid "(De-)select all"
|
||||
|
@ -57,6 +57,7 @@
|
||||
"Cancel" => "Cancelar",
|
||||
"Add group" => "Engadir un grupo",
|
||||
"OK" => "Aceptar",
|
||||
"Could not find contact: {id}" => "Non foi posíbel atopar o contacto: {id}",
|
||||
"No files selected for upload." => "No se escolleron ficheiros para enviar.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "O ficheiro que tenta enviar excede do tamaño máximo permitido neste servidor.",
|
||||
"Edit profile picture" => "Editar a imaxe do perfil",
|
||||
@ -79,6 +80,7 @@
|
||||
"All" => "Todo",
|
||||
"Favorites" => "Favoritos",
|
||||
"Shared by {owner}" => "Compartido por {owner}",
|
||||
"Not grouped" => "Sen agrupar",
|
||||
"Result: " => "Resultado: ",
|
||||
" imported, " => " importado, ",
|
||||
" failed." => " fallou.",
|
||||
@ -96,9 +98,12 @@
|
||||
"There was an error updating the addressbook." => "Produciuse un erro ao actualizar o caderno de enderezos.",
|
||||
"There was an error deleting this addressbook." => "Produciuse un erro ao eliminar este caderno de enderezos.",
|
||||
"Error creating address book" => "Produciuse un erro ao crear o caderno de enderezos",
|
||||
"Error updating address book" => "Produciuse un erro ao actualizar o caderno de enderezos",
|
||||
"Error deleting address book" => "Produciuse un erro ao eliminar o caderno de enderezos",
|
||||
"Error creating contact." => "Produciuse un erro ao crear o contacto.",
|
||||
"Error deleting contact." => "Produciuse un erro ao eliminar o contacto.",
|
||||
"Error retrieving contact." => "Produciuse un erro ao recuperar o contacto.",
|
||||
"Error removing contact from other address book." => "Produciuse un erro ao retirar o contacto desde outro caderno de enderezos.",
|
||||
"Couldn't find contact." => "Non foi posíbel atopar o contacto.",
|
||||
"Error merging into contact." => "Produciuse un erro ao misturar en contacto.",
|
||||
"Error saving contact to backend." => "Produciuse un erro ao gardar o contacto na infraestrutura.",
|
||||
@ -155,6 +160,8 @@
|
||||
"Display name" => "Amosar o nome",
|
||||
"Add Address Book" => "Engadir un caderno de enderezos",
|
||||
"Import" => "Importar",
|
||||
"Import into..." => "Importar a...",
|
||||
"Select file..." => "Seleccione o ficheiro...",
|
||||
"(De-)select all" => "(Des)marcar todo",
|
||||
"Groups" => "Grupos",
|
||||
"Favorite" => "Favorito",
|
||||
|
@ -14,9 +14,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 06:40+0000\n"
|
||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -269,7 +269,7 @@ msgstr "Aceptar"
|
||||
|
||||
#: js/app.js:1265
|
||||
msgid "Could not find contact: {id}"
|
||||
msgstr ""
|
||||
msgstr "Non foi posíbel atopar o contacto: {id}"
|
||||
|
||||
#: js/app.js:1302
|
||||
msgid "No files selected for upload."
|
||||
@ -367,7 +367,7 @@ msgstr "Compartido por {owner}"
|
||||
|
||||
#: js/groups.js:738
|
||||
msgid "Not grouped"
|
||||
msgstr ""
|
||||
msgstr "Sen agrupar"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
@ -443,7 +443,7 @@ msgstr "Produciuse un erro ao crear o caderno de enderezos"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:118
|
||||
msgid "Error updating address book"
|
||||
msgstr ""
|
||||
msgstr "Produciuse un erro ao actualizar o caderno de enderezos"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:141
|
||||
msgid "Error deleting address book"
|
||||
@ -459,11 +459,11 @@ msgstr "Produciuse un erro ao eliminar o contacto."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:216
|
||||
msgid "Error retrieving contact."
|
||||
msgstr ""
|
||||
msgstr "Produciuse un erro ao recuperar o contacto."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:226
|
||||
msgid "Error removing contact from other address book."
|
||||
msgstr ""
|
||||
msgstr "Produciuse un erro ao retirar o contacto desde outro caderno de enderezos."
|
||||
|
||||
#: lib/controller/contactcontroller.php:45
|
||||
#: lib/controller/contactcontroller.php:73
|
||||
@ -706,11 +706,11 @@ msgstr "Importar"
|
||||
|
||||
#: templates/contacts.php:29
|
||||
msgid "Import into..."
|
||||
msgstr ""
|
||||
msgstr "Importar a..."
|
||||
|
||||
#: templates/contacts.php:31 templates/contacts.php:32
|
||||
msgid "Select file..."
|
||||
msgstr ""
|
||||
msgstr "Seleccione o ficheiro..."
|
||||
|
||||
#: templates/contacts.php:45
|
||||
msgid "(De-)select all"
|
||||
|
@ -57,6 +57,7 @@
|
||||
"Cancel" => "取り消し",
|
||||
"Add group" => "グループを追加",
|
||||
"OK" => "OK",
|
||||
"Could not find contact: {id}" => "連絡先が見つかりませんでした: {id}",
|
||||
"No files selected for upload." => "アップロードするファイルが選択されていません。",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、このサーバの最大ファイルアップロードサイズを超えています。",
|
||||
"Edit profile picture" => "プロフィール写真を編集",
|
||||
@ -79,6 +80,7 @@
|
||||
"All" => "すべて",
|
||||
"Favorites" => "お気に入り",
|
||||
"Shared by {owner}" => "{owner} と共有中",
|
||||
"Not grouped" => "未グループ化",
|
||||
"Result: " => "結果: ",
|
||||
" imported, " => " をインポート、 ",
|
||||
" failed." => " は失敗しました。",
|
||||
@ -96,9 +98,12 @@
|
||||
"There was an error updating the addressbook." => "アドレス帳を更新中にエラーが発生しました。",
|
||||
"There was an error deleting this addressbook." => "アドレス帳を削除するときにエラーが発生しました。",
|
||||
"Error creating address book" => "アドレス帳の作成エラー",
|
||||
"Error updating address book" => "アドレス帳の更新エラー",
|
||||
"Error deleting address book" => "アドレス帳の削除エラー",
|
||||
"Error creating contact." => "連絡先の作成エラー。",
|
||||
"Error deleting contact." => "連絡先の削除エラー。",
|
||||
"Error retrieving contact." => "連絡先の取得エラー",
|
||||
"Error removing contact from other address book." => "他のアドレス帳からの連絡先の削除エラー",
|
||||
"Couldn't find contact." => "連絡先が見つかりませんでした。",
|
||||
"Error merging into contact." => "連絡先へのマージエラー。",
|
||||
"Error saving contact to backend." => "バックエンドへの連絡先の保存エラー",
|
||||
@ -155,6 +160,8 @@
|
||||
"Display name" => "表示名",
|
||||
"Add Address Book" => "アドレス帳を追加",
|
||||
"Import" => "インポート",
|
||||
"Import into..." => "インポート...",
|
||||
"Select file..." => "ファイルを選択...",
|
||||
"(De-)select all" => "すべての選択を解除",
|
||||
"Groups" => "グループ",
|
||||
"Favorite" => "お気に入り",
|
||||
|
@ -11,9 +11,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 00:40+0000\n"
|
||||
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
|
||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -266,7 +266,7 @@ msgstr "OK"
|
||||
|
||||
#: js/app.js:1265
|
||||
msgid "Could not find contact: {id}"
|
||||
msgstr ""
|
||||
msgstr "連絡先が見つかりませんでした: {id}"
|
||||
|
||||
#: js/app.js:1302
|
||||
msgid "No files selected for upload."
|
||||
@ -364,7 +364,7 @@ msgstr "{owner} と共有中"
|
||||
|
||||
#: js/groups.js:738
|
||||
msgid "Not grouped"
|
||||
msgstr ""
|
||||
msgstr "未グループ化"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
@ -440,7 +440,7 @@ msgstr "アドレス帳の作成エラー"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:118
|
||||
msgid "Error updating address book"
|
||||
msgstr ""
|
||||
msgstr "アドレス帳の更新エラー"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:141
|
||||
msgid "Error deleting address book"
|
||||
@ -456,11 +456,11 @@ msgstr "連絡先の削除エラー。"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:216
|
||||
msgid "Error retrieving contact."
|
||||
msgstr ""
|
||||
msgstr "連絡先の取得エラー"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:226
|
||||
msgid "Error removing contact from other address book."
|
||||
msgstr ""
|
||||
msgstr "他のアドレス帳からの連絡先の削除エラー"
|
||||
|
||||
#: lib/controller/contactcontroller.php:45
|
||||
#: lib/controller/contactcontroller.php:73
|
||||
@ -703,11 +703,11 @@ msgstr "インポート"
|
||||
|
||||
#: templates/contacts.php:29
|
||||
msgid "Import into..."
|
||||
msgstr ""
|
||||
msgstr "インポート..."
|
||||
|
||||
#: templates/contacts.php:31 templates/contacts.php:32
|
||||
msgid "Select file..."
|
||||
msgstr ""
|
||||
msgstr "ファイルを選択..."
|
||||
|
||||
#: templates/contacts.php:45
|
||||
msgid "(De-)select all"
|
||||
|
@ -57,6 +57,7 @@
|
||||
"Cancel" => "Cancelar",
|
||||
"Add group" => "Adicionar grupo",
|
||||
"OK" => "OK",
|
||||
"Could not find contact: {id}" => "Não foi possível encontrar o contato:{id}",
|
||||
"No files selected for upload." => "Nenhum arquivo selecionado para carregar.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "O arquivo que você está tentando enviar excede o tamanho máximo para este servidor.",
|
||||
"Edit profile picture" => "Editar imagem do perfil",
|
||||
@ -79,6 +80,7 @@
|
||||
"All" => "Todos",
|
||||
"Favorites" => "Favoritos",
|
||||
"Shared by {owner}" => "Compartilhado por {owner}",
|
||||
"Not grouped" => "Não agrupado",
|
||||
"Result: " => "Resultado:",
|
||||
" imported, " => "importado,",
|
||||
" failed." => "falhou.",
|
||||
@ -96,9 +98,12 @@
|
||||
"There was an error updating the addressbook." => "Houve um erro ao atualizar a agenda.",
|
||||
"There was an error deleting this addressbook." => "Houve um erro ao excluir esta agenda.",
|
||||
"Error creating address book" => "Erro criando livro de endereço",
|
||||
"Error updating address book" => "Erro atualizando o livro de endereço",
|
||||
"Error deleting address book" => "erro excluindo livro de endereço",
|
||||
"Error creating contact." => "Erro criando contato.",
|
||||
"Error deleting contact." => "Erro excluindo conato.",
|
||||
"Error retrieving contact." => "Erro recuperando contato.",
|
||||
"Error removing contact from other address book." => "Erro removendo contato de outro livro de endereço.",
|
||||
"Couldn't find contact." => "Não foi possível encontrar o contato.",
|
||||
"Error merging into contact." => "Erro mesclando contato.",
|
||||
"Error saving contact to backend." => "Erro salvando contato no final.",
|
||||
@ -155,6 +160,8 @@
|
||||
"Display name" => "Nome de exibição",
|
||||
"Add Address Book" => "Adicionar Livro de Endereço",
|
||||
"Import" => "Importar",
|
||||
"Import into..." => "Importar para...",
|
||||
"Select file..." => "Selecionar arquivo...",
|
||||
"(De-)select all" => "(Des)selecionar tudo",
|
||||
"Groups" => "Grupos",
|
||||
"Favorite" => "Favorito",
|
||||
|
@ -17,9 +17,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 02:10+0000\n"
|
||||
"Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -272,7 +272,7 @@ msgstr "OK"
|
||||
|
||||
#: js/app.js:1265
|
||||
msgid "Could not find contact: {id}"
|
||||
msgstr ""
|
||||
msgstr "Não foi possível encontrar o contato:{id}"
|
||||
|
||||
#: js/app.js:1302
|
||||
msgid "No files selected for upload."
|
||||
@ -370,7 +370,7 @@ msgstr "Compartilhado por {owner}"
|
||||
|
||||
#: js/groups.js:738
|
||||
msgid "Not grouped"
|
||||
msgstr ""
|
||||
msgstr "Não agrupado"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
@ -446,7 +446,7 @@ msgstr "Erro criando livro de endereço"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:118
|
||||
msgid "Error updating address book"
|
||||
msgstr ""
|
||||
msgstr "Erro atualizando o livro de endereço"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:141
|
||||
msgid "Error deleting address book"
|
||||
@ -462,11 +462,11 @@ msgstr "Erro excluindo conato."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:216
|
||||
msgid "Error retrieving contact."
|
||||
msgstr ""
|
||||
msgstr "Erro recuperando contato."
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:226
|
||||
msgid "Error removing contact from other address book."
|
||||
msgstr ""
|
||||
msgstr "Erro removendo contato de outro livro de endereço."
|
||||
|
||||
#: lib/controller/contactcontroller.php:45
|
||||
#: lib/controller/contactcontroller.php:73
|
||||
@ -709,11 +709,11 @@ msgstr "Importar"
|
||||
|
||||
#: templates/contacts.php:29
|
||||
msgid "Import into..."
|
||||
msgstr ""
|
||||
msgstr "Importar para..."
|
||||
|
||||
#: templates/contacts.php:31 templates/contacts.php:32
|
||||
msgid "Select file..."
|
||||
msgstr ""
|
||||
msgstr "Selecionar arquivo..."
|
||||
|
||||
#: templates/contacts.php:45
|
||||
msgid "(De-)select all"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud contacts 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2013-05-14 00:50+0200\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -57,6 +57,7 @@
|
||||
"Cancel" => "取消",
|
||||
"Add group" => "添加分组",
|
||||
"OK" => "OK",
|
||||
"Could not find contact: {id}" => "不能找到联系人: {id}",
|
||||
"No files selected for upload." => "没有选择文件以上传",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "您试图上传的文件超出了该服务器的最大文件限制",
|
||||
"Edit profile picture" => "编辑配置图片",
|
||||
@ -79,6 +80,7 @@
|
||||
"All" => "全部",
|
||||
"Favorites" => "收藏",
|
||||
"Shared by {owner}" => "共享人:{owner}",
|
||||
"Not grouped" => "未分组",
|
||||
"Result: " => "结果: ",
|
||||
" imported, " => " 已导入, ",
|
||||
" failed." => " 失败。",
|
||||
@ -96,9 +98,12 @@
|
||||
"There was an error updating the addressbook." => "更新地址簿时出错",
|
||||
"There was an error deleting this addressbook." => "删除地址簿时出错",
|
||||
"Error creating address book" => "创建地址薄出错",
|
||||
"Error updating address book" => "上传地址簿出错",
|
||||
"Error deleting address book" => "删除地址薄出错",
|
||||
"Error creating contact." => "创建联系人出错。",
|
||||
"Error deleting contact." => "删除联系人出错。",
|
||||
"Error retrieving contact." => "检索联系人出错。",
|
||||
"Error removing contact from other address book." => "从其他地址簿移除联系人出错。",
|
||||
"Couldn't find contact." => "不能找到联系人。",
|
||||
"Error merging into contact." => "合并到联系人出错。",
|
||||
"Error saving contact to backend." => "保存联系人到后台出错。",
|
||||
@ -155,6 +160,8 @@
|
||||
"Display name" => "显示名称",
|
||||
"Add Address Book" => "添加地址薄",
|
||||
"Import" => "导入",
|
||||
"Import into..." => "导入到…",
|
||||
"Select file..." => "选择文件...",
|
||||
"(De-)select all" => "反选全部",
|
||||
"Groups" => "分组",
|
||||
"Favorite" => "最爱",
|
||||
|
@ -19,9 +19,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 01:50+0000\n"
|
||||
"Last-Translator: zhangmin <zm1990s@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -274,7 +274,7 @@ msgstr "OK"
|
||||
|
||||
#: js/app.js:1265
|
||||
msgid "Could not find contact: {id}"
|
||||
msgstr ""
|
||||
msgstr "不能找到联系人: {id}"
|
||||
|
||||
#: js/app.js:1302
|
||||
msgid "No files selected for upload."
|
||||
@ -372,7 +372,7 @@ msgstr "共享人:{owner}"
|
||||
|
||||
#: js/groups.js:738
|
||||
msgid "Not grouped"
|
||||
msgstr ""
|
||||
msgstr "未分组"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
@ -448,7 +448,7 @@ msgstr "创建地址薄出错"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:118
|
||||
msgid "Error updating address book"
|
||||
msgstr ""
|
||||
msgstr "上传地址簿出错"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:141
|
||||
msgid "Error deleting address book"
|
||||
@ -464,11 +464,11 @@ msgstr "删除联系人出错。"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:216
|
||||
msgid "Error retrieving contact."
|
||||
msgstr ""
|
||||
msgstr "检索联系人出错。"
|
||||
|
||||
#: lib/controller/addressbookcontroller.php:226
|
||||
msgid "Error removing contact from other address book."
|
||||
msgstr ""
|
||||
msgstr "从其他地址簿移除联系人出错。"
|
||||
|
||||
#: lib/controller/contactcontroller.php:45
|
||||
#: lib/controller/contactcontroller.php:73
|
||||
@ -711,11 +711,11 @@ msgstr "导入"
|
||||
|
||||
#: templates/contacts.php:29
|
||||
msgid "Import into..."
|
||||
msgstr ""
|
||||
msgstr "导入到…"
|
||||
|
||||
#: templates/contacts.php:31 templates/contacts.php:32
|
||||
msgid "Select file..."
|
||||
msgstr ""
|
||||
msgstr "选择文件..."
|
||||
|
||||
#: templates/contacts.php:45
|
||||
msgid "(De-)select all"
|
||||
|
@ -191,14 +191,14 @@
|
||||
"Enter nickname" => "輸入綽號",
|
||||
"Title" => "標題",
|
||||
"Enter title" => "輸入標題",
|
||||
"Organization" => "組織",
|
||||
"Organization" => "組織:",
|
||||
"Enter organization" => "輸入組織",
|
||||
"Birthday" => "生日",
|
||||
"Notes go here..." => "註釋在此處",
|
||||
"Export as VCF" => "以VCF匯出",
|
||||
"Add" => "新增",
|
||||
"Phone" => "電話",
|
||||
"Email" => "電子郵件",
|
||||
"Email" => "信箱",
|
||||
"Instant Messaging" => "即時通訊",
|
||||
"Address" => "地址",
|
||||
"Note" => "註解",
|
||||
|
@ -13,14 +13,15 @@
|
||||
# tonytonyjan <tonytonyjan@gmail.com>, 2013
|
||||
# shark.zero <shark.zero@outlook.com>, 2013
|
||||
# pellaeon <nfsmwlin@gmail.com>, 2013
|
||||
# ronnietse <tseronnie@ymail.com>, 2013
|
||||
# ywang <ywang1007@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-13 21:42+0200\n"
|
||||
"PO-Revision-Date: 2013-05-13 19:42+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-05-15 00:49+0200\n"
|
||||
"PO-Revision-Date: 2013-05-14 11:00+0000\n"
|
||||
"Last-Translator: ronnietse <tseronnie@ymail.com>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -864,7 +865,7 @@ msgstr "輸入標題"
|
||||
|
||||
#: templates/contacts.php:247 templates/contacts.php:295
|
||||
msgid "Organization"
|
||||
msgstr "組織"
|
||||
msgstr "組織:"
|
||||
|
||||
#: templates/contacts.php:250
|
||||
msgid "Enter organization"
|
||||
@ -892,7 +893,7 @@ msgstr "電話"
|
||||
|
||||
#: templates/contacts.php:300
|
||||
msgid "Email"
|
||||
msgstr "電子郵件"
|
||||
msgstr "信箱"
|
||||
|
||||
#: templates/contacts.php:301
|
||||
msgid "Instant Messaging"
|
||||
|
Loading…
x
Reference in New Issue
Block a user