Merge branch 'master' into ext-fs-irods-master

This commit is contained in:
Thomas Müller 2013-07-16 11:30:56 +02:00
commit 9c0bf5c41a
568 changed files with 2364 additions and 2225 deletions

20
README
View file

@ -1,20 +0,0 @@
ownCloud gives you freedom and control over your own data.
A personal cloud which runs on your own server.
http://ownCloud.org
Installation instructions: http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
Contribution Guidelines: http://owncloud.org/dev/contribute/
Source code: https://github.com/owncloud
Mailing list: https://mail.kde.org/mailman/listinfo/owncloud
IRC channel: https://webchat.freenode.net/?channels=owncloud
Diaspora: https://joindiaspora.com/u/owncloud
Identi.ca: https://identi.ca/owncloud
Important notice on translations:
Please submit translations via Transifex:
https://www.transifex.com/projects/p/owncloud/
For more detailed information about translations:
http://owncloud.org/dev/translation/

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# ownCloud
[ownCloud](http://ownCloud.org) gives you freedom and control over your own data.
A personal cloud which runs on your own server.
### Build Status on [Jenkins CI](https://ci.owncloud.org/)
Git master: [![Build Status](https://ci.owncloud.org/buildStatus/icon?job=ownCloud-Server%28master%29)](https://ci.owncloud.org/job/ownCloud-Server%28master%29/)
### Installation instructions
http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
### Contribution Guidelines
http://owncloud.org/dev/contribute/
### Get in touch
* [Forum](http://forum.owncloud.org)
* [Mailing list](https://mail.kde.org/mailman/listinfo/owncloud)
* [IRC channel](https://webchat.freenode.net/?channels=owncloud)
* [Twitter](https://twitter.com/ownClouders)
### Important notice on translations
Please submit translations via Transifex:
https://www.transifex.com/projects/p/owncloud/
For more detailed information about translations:
http://owncloud.org/dev/translation/

View file

@ -68,6 +68,7 @@
"You dont have write permissions here." => "No teniu permisos d'escriptura aquí.",
"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!",
"Download" => "Baixa",
"Size (MB)" => "Mida (MB)",
"Unshare" => "Deixa de compartir",
"Upload too large" => "La pujada és massa gran",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor",

View file

@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Kan ikke flytte %s - En fil med samme navn finnes allerede",
"Could not move %s" => "Kunne ikke flytte %s",
"Unable to set upload directory." => "Kunne ikke sette opplastingskatalog.",
"No file was uploaded. Unknown error" => "Ingen filer ble lastet opp. Ukjent feil.",
"There is no error, the file uploaded with success" => "Pust ut, ingen feil. Filen ble lastet opp problemfritt",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Filstørrelsen overskrider maksgrensedirektivet upload_max_filesize i php.ini-konfigurasjonen.",
@ -65,11 +66,14 @@
"You dont have write permissions here." => "Du har ikke skrivetilgang her.",
"Nothing in here. Upload something!" => "Ingenting her. Last opp noe!",
"Download" => "Last ned",
"Size (MB)" => "Størrelse (MB)",
"Unshare" => "Avslutt deling",
"Upload too large" => "Filen er for stor",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er for store for å laste opp til denne serveren.",
"Files are being scanned, please wait." => "Skanner etter filer, vennligst vent.",
"Current scanning" => "Pågående skanning",
"directory" => "katalog",
"directories" => "kataloger",
"file" => "fil",
"files" => "filer",
"Upgrading filesystem cache..." => "Oppgraderer filsystemets mellomlager..."

View file

@ -68,6 +68,7 @@
"You dont have write permissions here." => "Você não possui permissão de escrita aqui.",
"Nothing in here. Upload something!" => "Nada aqui.Carrege alguma coisa!",
"Download" => "Baixar",
"Size (MB)" => "Tamanho (MB)",
"Unshare" => "Descompartilhar",
"Upload too large" => "Upload muito grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor.",

View file

@ -1,18 +1,28 @@
<?php $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "无法移动 %s - 存在同名文件",
"Could not move %s" => "无法移动 %s",
"Unable to set upload directory." => "无法设置上传文件夹",
"Invalid Token" => "非法Token",
"No file was uploaded. Unknown error" => "没有上传文件。未知错误",
"There is no error, the file uploaded with success" => "文件上传成功",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传的文件超过了php.ini指定的upload_max_filesize",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过了 HTML 表格中指定的 MAX_FILE_SIZE 选项",
"The uploaded file was only partially uploaded" => "文件部分上传",
"No file was uploaded" => "没有上传文件",
"Missing a temporary folder" => "缺失临时文件夹",
"Failed to write to disk" => "写磁盘失败",
"Not enough storage available" => "容量不足",
"Invalid directory." => "无效文件夹",
"Files" => "文件",
"Unable to upload your file as it is a directory or has 0 bytes" => "不能上传您的文件,由于它是文件夹或者为空文件",
"Not enough space available" => "容量不足",
"Upload cancelled." => "上传取消了",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
"URL cannot be empty." => "网址不能为空。",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "无效文件夹名。“Shared”已经被系统保留。",
"Error" => "出错",
"Share" => "分享",
"Delete permanently" => "永久删除",
"Delete" => "删除",
"Rename" => "重命名",
"Pending" => "等待中",
@ -22,8 +32,16 @@
"cancel" => "取消",
"replaced {new_name} with {old_name}" => "已用 {old_name} 替换 {new_name}",
"undo" => "撤销",
"perform delete operation" => "执行删除",
"1 file uploading" => "1 个文件正在上传",
"files uploading" => "个文件正在上传",
"'.' is an invalid file name." => "'.' 文件名不正确",
"File name cannot be empty." => "文件名不能为空",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "文件名内不能包含以下符号:\\ / < > : \" | ?和 *",
"Your storage is full, files can not be updated or synced anymore!" => "容量已满,不能再同步/上传文件了!",
"Your storage is almost full ({usedSpacePercent}%)" => "你的空间快用满了 ({usedSpacePercent}%)",
"Your download is being prepared. This might take some time if the files are big." => "正在下载,可能会花点时间,跟文件大小有关",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "不正确文件夹名。Shared是保留名不能使用。",
"Name" => "名称",
"Size" => "大小",
"Modified" => "修改日期",
@ -31,6 +49,7 @@
"{count} folders" => "{count} 个文件夹",
"1 file" => "1 个文件",
"{count} files" => "{count} 个文件",
"%s could not be renamed" => "不能重命名 %s",
"Upload" => "上传",
"File handling" => "文件处理中",
"Maximum upload size" => "最大上传大小",
@ -44,14 +63,20 @@
"Text file" => "文本文档",
"Folder" => "文件夹",
"From link" => "来自链接",
"Deleted files" => "已删除的文件",
"Cancel upload" => "取消上传",
"You dont have write permissions here." => "您没有写入权限。",
"Nothing in here. Upload something!" => "这里没有东西.上传点什么!",
"Download" => "下载",
"Size (MB)" => "大小 (MB)",
"Unshare" => "取消分享",
"Upload too large" => "上传过大",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "你正在试图上传的文件超过了此服务器支持的最大的文件大小.",
"Files are being scanned, please wait." => "正在扫描文件,请稍候.",
"Current scanning" => "正在扫描",
"directory" => "文件夹",
"directories" => "文件夹",
"file" => "文件",
"files" => "文件"
"files" => "文件",
"Upgrading filesystem cache..." => "升级系统缓存..."
);

View file

@ -1,6 +1,8 @@
<?php $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "無法移動 %s - 同名的檔案已經存在",
"Could not move %s" => "無法移動 %s",
"Unable to set upload directory." => "無法設定上傳目錄。",
"Invalid Token" => "無效的 token",
"No file was uploaded. Unknown error" => "沒有檔案被上傳。未知的錯誤。",
"There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:",
@ -47,6 +49,7 @@
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案",
"%s could not be renamed" => "無法重新命名 %s",
"Upload" => "上傳",
"File handling" => "檔案處理",
"Maximum upload size" => "最大上傳檔案大小",
@ -65,10 +68,15 @@
"You dont have write permissions here." => "您在這裡沒有編輯權。",
"Nothing in here. Upload something!" => "這裡什麼也沒有,上傳一些東西吧!",
"Download" => "下載",
"Size (MB)" => "大小 (MB)",
"Unshare" => "取消共享",
"Upload too large" => "上傳過大",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案已超過伺服器的最大檔案大小限制。",
"Files are being scanned, please wait." => "正在掃描檔案,請稍等。",
"Current scanning" => "目前掃描",
"directory" => "目錄",
"directories" => "目錄",
"file" => "檔案",
"files" => "檔案",
"Upgrading filesystem cache..." => "正在升級檔案系統快取..."
);

View file

@ -2,7 +2,7 @@
<info>
<id>files_encryption</id>
<name>Encryption</name>
<description>WARNING: This is a preview release of the new ownCloud 5 encryption system. Testing and feedback is very welcome but don't use this in production yet. After the app was enabled you need to re-login to initialize your encryption keys</description>
<description>The new ownCloud 5 files encryption system. After the app was enabled you need to re-login to initialize your encryption keys.</description>
<licence>AGPL</licence>
<author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
<require>4</require>

View file

@ -8,10 +8,13 @@
"Private key password successfully updated." => "Heslo soukromého klíče úspěšně aktualizováno.",
"Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.",
"Saving..." => "Ukládám...",
"personal settings" => "osobní nastavení",
"Encryption" => "Šifrování",
"Enabled" => "Povoleno",
"Disabled" => "Zakázáno",
"Change Password" => "Změnit heslo",
"Old log-in password" => "Staré přihlašovací heslo",
"Current log-in password" => "Aktuální přihlašovací heslo",
"Enable password recovery:" => "Povolit obnovu hesla:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Povolení vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
"File recovery settings updated" => "Možnosti obnovy souborů aktualizovány",

View file

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.",
"Password" => "Passord",
"Submit" => "Send inn",
"%s shared the folder %s with you" => "%s delte mappen %s med deg",

View file

@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Error" => "出错",
"Delete permanently" => "永久删除",
"Name" => "名称",
"1 folder" => "1 个文件夹",
"{count} folders" => "{count} 个文件夹",

View file

@ -75,10 +75,13 @@
"User Home Folder Naming Rule" => "Regra da pasta inicial do utilizador",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixe vazio para nome de utilizador (padrão). De outro modo, especifique um atributo LDAP/AD.",
"Internal Username" => "Nome de utilizador interno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder in ownCloud. It is also a port of remote URLs, for instance for all *DAV services. With this setting, the default behaviour can be overriden. To achieve a similar behaviour as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users." => "Por padrão o nome de utilizador interno vai ser criado através do atributo UUID. Desta forma é assegurado que o nome é único e os caracteres nao necessitam de serem convertidos. O nome interno tem a restrição de que apenas estes caracteres são permitidos: [ a-zA-Z0-9_.@- ]. Outros caracteres são substituidos pela sua correspondência ASCII ou simplesmente omitidos. Mesmo assim, quando for detetado uma colisão irá ser acrescentado um número. O nome interno é usado para identificar o utilizador internamente. É também o nome utilizado para a pasta inicial no ownCloud. É também parte de URLs remotos, como por exemplo os serviços *DAV. Com esta definição, o comportamento padrão é pode ser sobreposto. Para obter o mesmo comportamento antes do ownCloud 5 introduza o atributo do nome no campo seguinte. Deixe vazio para obter o comportamento padrão. As alterações apenas serão feitas para novos utilizadores LDAP.",
"Internal Username Attribute:" => "Atributo do nome de utilizador interno",
"Override UUID detection" => "Passar a detecção do UUID",
"By default, ownCloud autodetects the UUID attribute. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defeito, o ownCloud deteta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).",
"UUID Attribute:" => "Atributo UUID:",
"Username-LDAP User Mapping" => "Mapeamento do utilizador LDAP",
"ownCloud uses usernames to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from ownCloud username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found by ownCloud. The internal ownCloud name is used all over in ownCloud. Clearing the Mappings will have leftovers everywhere. Clearing the Mappings is not configuration sensitive, it affects all LDAP configurations! Do never clear the mappings in a production environment. Only clear mappings in a testing or experimental stage." => "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental.",
"Clear Username-LDAP User Mapping" => "Limpar mapeamento do utilizador-LDAP",
"Clear Groupname-LDAP Group Mapping" => "Limpar o mapeamento do nome de grupo LDAP",
"Test Configuration" => "Testar a configuração",

View file

@ -129,17 +129,17 @@ $CONFIG = array(
/* Are we connected to the internet or are we running in a closed network? */
"has_internet_connection" => true,
/* Place to log to, can be owncloud and syslog (owncloud is log menu item in admin menu) */
/* Place to log to, can be owncloud and syslog (owncloud is log menu item in admin menu) */
"log_type" => "owncloud",
/* File for the owncloud logger to log to, (default is ownloud.log in the data dir */
/* File for the owncloud logger to log to, (default is ownloud.log in the data dir) */
"logfile" => "",
/* Loglevel to start logging at. 0=DEBUG, 1=INFO, 2=WARN, 3=ERROR (default is WARN) */
"loglevel" => "",
/* Append All database query and parameters to the log file.
(whatch out, this option can increase the size of your log file)*/
/* Append all database queries and parameters to the log file.
(watch out, this option can increase the size of your log file)*/
"log_query" => false,
/* Lifetime of the remember login cookie, default is 15 days */
@ -167,8 +167,8 @@ $CONFIG = array(
/* Set an array of path for your apps directories
key 'path' is for the fs path and the key 'url' is for the http path to your
applications paths. 'writable' indicate if the user can install apps in this folder.
You must have at least 1 app folder writable or you must set the parameter : appstoreenabled to false
applications paths. 'writable' indicates whether the user can install apps in this folder.
You must have at least 1 app folder writable or you must set the parameter 'appstoreenabled' to false
*/
array(
'path'=> '/var/www/owncloud/apps',

View file

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"%s shared »%s« with you" => "%s partilhado »%s« contigo",
"Category type not provided." => "Tipo de categoria não fornecido",
"No category to add?" => "Nenhuma categoria para adicionar?",
"This category already exists: %s" => "A categoria já existe: %s",
@ -61,6 +62,7 @@
"Share with link" => "Partilhar com link",
"Password protect" => "Proteger com palavra-passe",
"Password" => "Password",
"Allow Public Upload" => "Permitir Envios Públicos",
"Email link to person" => "Enviar o link por e-mail",
"Send" => "Enviar",
"Set expiration date" => "Especificar data de expiração",
@ -89,6 +91,7 @@
"Request failed!<br>Did you make sure your email/username was right?" => "O pedido falhou! <br> Tem a certeza que introduziu o seu email/username correcto?",
"You will receive a link to reset your password via Email." => "Vai receber um endereço para repor a sua password",
"Username" => "Nome de utilizador",
"Yes, I really want to reset my password now" => "Sim, tenho a certeza que pretendo redefinir a minha palavra-passe agora.",
"Request reset" => "Pedir reposição",
"Your password was reset" => "A sua password foi reposta",
"To login page" => "Para a página de entrada",
@ -101,6 +104,7 @@
"Help" => "Ajuda",
"Access forbidden" => "Acesso interdito",
"Cloud not found" => "Cloud nao encontrada",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Olá,\n\nApenas para lhe informar que %s partilhou %s consigo.\nVeja-o: %s\n\nCumprimentos!",
"Edit categories" => "Editar categorias",
"Add" => "Adicionar",
"Security Warning" => "Aviso de Segurança",

View file

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"%s shared »%s« with you" => "%s 與您分享了 %s",
"Category type not provided." => "未提供分類類型。",
"No category to add?" => "沒有可增加的分類?",
"This category already exists: %s" => "分類已經存在: %s",
@ -61,6 +62,7 @@
"Share with link" => "使用連結分享",
"Password protect" => "密碼保護",
"Password" => "密碼",
"Allow Public Upload" => "允許任何人上傳",
"Email link to person" => "將連結 email 給別人",
"Send" => "寄出",
"Set expiration date" => "設置到期日",
@ -87,8 +89,9 @@
"Use the following link to reset your password: {link}" => "請至以下連結重設您的密碼: {link}",
"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "重設密碼的連結已經寄至您的電子郵件信箱,如果您過了一段時間還是沒有收到它,請檢查看看它是不是被放到垃圾郵件了,如果還是沒有的話,請聯絡您的 ownCloud 系統管理員。",
"Request failed!<br>Did you make sure your email/username was right?" => "請求失敗!<br>您確定填入的電子郵件地址或是帳號名稱是正確的嗎?",
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到的電子郵件信箱。",
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到的電子郵件信箱。",
"Username" => "使用者名稱",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "您的檔案已加密,如果您沒有設定還原金鑰,未來重設密碼後將無法取回您的資料。如果您不確定該怎麼做,請洽詢系統管理員後再繼續。您確定要現在繼續嗎?",
"Yes, I really want to reset my password now" => "對,我現在想要重設我的密碼。",
"Request reset" => "請求重設",
"Your password was reset" => "您的密碼已重設",
@ -102,6 +105,7 @@
"Help" => "說明",
"Access forbidden" => "存取被拒",
"Cloud not found" => "未發現雲端",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "嗨,\n\n通知您,%s 與您分享了 %s 。\n看一下:%s",
"Edit categories" => "編輯分類",
"Add" => "增加",
"Security Warning" => "安全性警告",
@ -131,6 +135,7 @@
"remember" => "記住",
"Log in" => "登入",
"Alternative Logins" => "替代登入方法",
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>Cheers!" => "嗨,<br><br>通知您,%s 與您分享了 %s <br><a href=\"%s\">看一下吧</a>",
"prev" => "上一頁",
"next" => "下一頁",
"Updating ownCloud to version %s, this may take a while." => "正在將 Owncloud 升級至版本 %s ,這可能需要一點時間。"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-11 02:17+0200\n"
"PO-Revision-Date: 2013-07-11 00:12+0000\n"
"POT-Creation-Date: 2013-07-15 02:25+0200\n"
"PO-Revision-Date: 2013-07-15 00:22+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -366,14 +366,14 @@ msgstr ""
msgid "Email sent"
msgstr ""
#: js/update.js:14
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the <a "
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
"community</a>."
msgstr ""
#: js/update.js:18
#: js/update.js:21
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-11 02:17+0200\n"
"PO-Revision-Date: 2013-07-11 00:12+0000\n"
"POT-Creation-Date: 2013-07-15 02:25+0200\n"
"PO-Revision-Date: 2013-07-15 00:22+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -170,21 +170,21 @@ msgstr ""
msgid "PostgreSQL username and/or password not valid"
msgstr ""
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr ""
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr ""
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -128,43 +128,43 @@ msgstr "إلغاء"
msgid "Rename"
msgstr "إعادة تسميه"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "قيد الانتظار"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} موجود مسبقا"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "استبدال"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "اقترح إسم"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "إلغاء"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "استبدل {new_name} بـ {old_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "تراجع"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "جاري تنفيذ عملية الحذف"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "جاري رفع 1 ملف"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -170,21 +170,21 @@ msgstr "الأمر المخالف كان : \"%s\", اسم المستخدم : %s,
msgid "PostgreSQL username and/or password not valid"
msgstr "اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صحيحة"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "اعداد اسم مستخدم للمدير"
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "اعداد كلمة مرور للمدير"
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "اعدادات خادمك غير صحيحة بشكل تسمح لك بمزامنة ملفاتك وذلك بسبب أن واجهة WebDAV تبدو معطلة"
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "الرجاء التحقق من <a href='%s'>دليل التنصيب</a>."

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -128,43 +128,43 @@ msgstr "Изтриване"
msgid "Rename"
msgstr "Преименуване"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Чакащо"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr ""
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "препокриване"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr ""
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "отказ"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr ""
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "възтановяване"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr ""
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr ""
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Димитър Кръстев <dimitar.t.krastev@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "Проблемната команда беше: \"%s\", име: %s, па
msgid "PostgreSQL username and/or password not valid"
msgstr "Невалидно PostgreSQL потребителско име и/или парола"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Въведете потребителско име за администратор."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Въведете парола за администратор."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Вашият web сървър все още не е удачно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът изглежда не работи."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Моля направете повторна справка с <a href='%s'>ръководството за инсталиране</a>."

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@ -128,43 +128,43 @@ msgstr "মুছে"
msgid "Rename"
msgstr "পূনঃনামকরণ"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "মুলতুবি"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} টি বিদ্যমান"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "প্রতিস্থাপন"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "নাম সুপারিশ করুন"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "বাতিল"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} কে {old_name} নামে প্রতিস্থাপন করা হয়েছে"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "ক্রিয়া প্রত্যাহার"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr ""
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "১টি ফাইল আপলোড করা হচ্ছে"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@ -170,21 +170,21 @@ msgstr ""
msgid "PostgreSQL username and/or password not valid"
msgstr ""
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr ""
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr ""
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@ -128,43 +128,43 @@ msgstr ""
msgid "Rename"
msgstr ""
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr ""
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr ""
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr ""
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr ""
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr ""
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr ""
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr ""
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr ""
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr ""
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr ""

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View file

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -130,43 +130,43 @@ msgstr "Esborra"
msgid "Rename"
msgstr "Reanomena"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Pendent"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} ja existeix"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "substitueix"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "sugereix un nom"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "cancel·la"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "s'ha substituït {old_name} per {new_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "desfés"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "executa d'operació d'esborrar"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 fitxer pujant"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "fitxers pujant"
@ -309,7 +309,7 @@ msgstr "Baixa"
#: templates/index.php:80
msgid "Size (MB)"
msgstr ""
msgstr "Mida (MB)"
#: templates/index.php:87 templates/index.php:88
msgid "Unshare"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "Nom d'usuari i/o contrasenya PostgreSQL no vàlids"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Establiu un nom d'usuari per l'administrador."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Establiu una contrasenya per l'administrador."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Comproveu les <a href='%s'>guies d'instal·lació</a>."

View file

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -458,7 +458,7 @@ msgstr "WebDAV"
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
msgstr "Useu aquesta adreça per <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">accedir als fitxers via WebDAV</a>"
#: templates/users.php:21
msgid "Login Name"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@ -130,43 +130,43 @@ msgstr "Smazat"
msgid "Rename"
msgstr "Přejmenovat"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Nevyřízené"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} již existuje"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "nahradit"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "navrhnout název"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "zrušit"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "nahrazeno {new_name} s {old_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "zpět"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "provést smazání"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "odesílá se 1 soubor"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "soubory se odesílají"

View file

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-05 02:12+0200\n"
"PO-Revision-Date: 2013-07-05 00:13+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-07-14 02:02+0200\n"
"PO-Revision-Date: 2013-07-13 21:40+0000\n"
"Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -90,7 +90,7 @@ msgstr ""
#: templates/invalid_private_key.php:7
msgid "personal settings"
msgstr ""
msgstr "osobní nastavení"
#: templates/settings-admin.php:5 templates/settings-personal.php:4
msgid "Encryption"
@ -145,11 +145,11 @@ msgstr ""
#: templates/settings-personal.php:24
msgid "Old log-in password"
msgstr ""
msgstr "Staré přihlašovací heslo"
#: templates/settings-personal.php:30
msgid "Current log-in password"
msgstr ""
msgstr "Aktuální přihlašovací heslo"
#: templates/settings-personal.php:35
msgid "Update Private Key Password"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "Podezřelý příkaz byl: \"%s\", jméno: %s, heslo: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "Uživatelské jméno, či heslo PostgreSQL není platné"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Zadejte uživatelské jméno správce."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Zadejte heslo správce."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Váš webový server není správně nastaven pro umožnění synchronizace, protože rozhraní WebDAV je rozbité."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Zkonzultujte, prosím, <a href='%s'>průvodce instalací</a>."

View file

@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Honza K. <honza889@gmail.com>, 2013
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -457,7 +458,7 @@ msgstr "WebDAV"
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
msgstr "Použijte <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">tuto adresu pro přístup k vašim souborům přes WebDAV</a>"
#: templates/users.php:21
msgid "Login Name"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@ -128,43 +128,43 @@ msgstr "Dileu"
msgid "Rename"
msgstr "Ailenwi"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "I ddod"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} yn bodoli'n barod"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "amnewid"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "awgrymu enw"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "diddymu"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "newidiwyd {new_name} yn lle {old_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "dadwneud"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "cyflawni gweithred dileu"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 ffeil yn llwytho i fyny"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "ffeiliau'n llwytho i fyny"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@ -170,21 +170,21 @@ msgstr "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\", enw: %s, cyfrinair: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "Enw a/neu gyfrinair PostgreSQL annilys"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Creu enw defnyddiwr i'r gweinyddwr."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Gosod cyfrinair y gweinyddwr."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Gwiriwch y <a href='%s'>canllawiau gosod</a> eto."

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@ -129,43 +129,43 @@ msgstr "Slet"
msgid "Rename"
msgstr "Omdøb"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Afventer"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} eksisterer allerede"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "erstat"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "foreslå navn"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "fortryd"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "erstattede {new_name} med {old_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "fortryd"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "udfør slet operation"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 fil uploades"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "uploader filer"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "Fejlende kommando var: \"%s\", navn: %s, password: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL brugernavn og/eller kodeord er ikke gyldigt."
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Angiv et admin brugernavn."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Angiv et admin kodeord."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Dobbelttjek venligst <a href='%s'>installations vejledningerne</a>."

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: Pwnicorn <pwnicorndev@gmail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: kabum <uu.kabum@gmail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -132,43 +132,43 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Ausstehend"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} existiert bereits"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "ersetzen"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "Namen vorschlagen"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "abbrechen"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "{old_name} ersetzt durch {new_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "rückgängig machen"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "Löschvorgang ausführen"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 Datei wird hochgeladen"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "Dateien werden hoch geladen"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Pwnicorn <pwnicorndev@gmail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -172,21 +172,21 @@ msgstr "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL Benutzername und/oder Passwort ungültig"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Setze Administrator Benutzername."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Bitte prüfe die <a href='%s'>Installationsanleitungen</a>."

View file

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: Pwnicorn <pwnicorndev@gmail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: kabum <uu.kabum@gmail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -134,43 +134,43 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Ausstehend"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} existiert bereits"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "ersetzen"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "Namen vorschlagen"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "abbrechen"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "{old_name} wurde ersetzt durch {new_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "rückgängig machen"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "Löschvorgang ausführen"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 Datei wird hochgeladen"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "Dateien werden hoch geladen"

View file

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s"
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL Benutzername und/oder Passwort ungültig"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Setze Administrator Benutzername."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Bitte prüfen Sie die <a href='%s'>Installationsanleitungen</a>."

View file

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: kabum <uu.kabum@gmail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View file

@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:14+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@ -129,43 +129,43 @@ msgstr "Διαγραφή"
msgid "Rename"
msgstr "Μετονομασία"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:464
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending"
msgstr "Εκκρεμεί"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "{new_name} already exists"
msgstr "{new_name} υπάρχει ήδη"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "replace"
msgstr "αντικατέστησε"
#: js/filelist.js:302
#: js/filelist.js:304
msgid "suggest name"
msgstr "συνιστώμενο όνομα"
#: js/filelist.js:302 js/filelist.js:304
#: js/filelist.js:304 js/filelist.js:306
msgid "cancel"
msgstr "ακύρωση"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "replaced {new_name} with {old_name}"
msgstr "αντικαταστάθηκε το {new_name} με {old_name}"
#: js/filelist.js:349
#: js/filelist.js:351
msgid "undo"
msgstr "αναίρεση"
#: js/filelist.js:374
#: js/filelist.js:376
msgid "perform delete operation"
msgstr "εκτέλεση της διαδικασίας διαγραφής"
#: js/filelist.js:456
#: js/filelist.js:458
msgid "1 file uploading"
msgstr "1 αρχείο ανεβαίνει"
#: js/filelist.js:459 js/filelist.js:517
#: js/filelist.js:461 js/filelist.js:519
msgid "files uploading"
msgstr "αρχεία ανεβαίνουν"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: KAT.RAT12 <spanish.katerina@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:03+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@ -171,21 +171,21 @@ msgstr "Η εντολη παραβατικοτητας ηταν: \"%s\", ονο
msgid "PostgreSQL username and/or password not valid"
msgstr "Μη έγκυρος χρήστης και/ή συνθηματικό της PostgreSQL"
#: setup.php:42
#: setup.php:28
msgid "Set an admin username."
msgstr "Εισάγετε όνομα χρήστη διαχειριστή."
#: setup.php:45
#: setup.php:31
msgid "Set an admin password."
msgstr "Εισάγετε συνθηματικό διαχειριστή."
#: setup.php:198
#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν να είναι κατεστραμμένη."
#: setup.php:199
#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr "Ελέγξτε ξανά τις <a href='%s'>οδηγίες εγκατάστασης</a>."

View file

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-12 02:04+0200\n"
"PO-Revision-Date: 2013-07-11 23:15+0000\n"
"POT-Creation-Date: 2013-07-16 01:56-0400\n"
"PO-Revision-Date: 2013-07-16 05:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

Some files were not shown because too many files have changed in this diff Show more