Blame view
sources/l10n/pl_PL/files_trashbin.po
1.78 KB
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: msgid "" msgstr "" "Project-Id-Version: ownCloud " "Report-Msgid-Bugs-To: http://bugs.owncloud.org/ " |
|
31b7f2792
|
12 13 14 15 16 17 |
"POT-Creation-Date: 2013-05-25 02:01+0200 " "PO-Revision-Date: 2013-04-26 08:01+0000 " "Last-Translator: FULL NAME <EMAIL@ADDRESS> " |
|
03e52840d
|
18 19 20 21 22 23 24 25 26 27 28 29 |
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: pl_PL " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); " |
|
31b7f2792
|
30 |
#: ajax/delete.php:42 |
|
03e52840d
|
31 32 33 |
#, php-format msgid "Couldn't delete %s permanently" msgstr "" |
|
31b7f2792
|
34 |
#: ajax/undelete.php:42 |
|
03e52840d
|
35 36 37 38 39 40 41 |
#, php-format msgid "Couldn't restore %s" msgstr "" #: js/trash.js:7 js/trash.js:96 msgid "perform restore operation" msgstr "" |
|
31b7f2792
|
42 43 44 |
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 msgid "Error" msgstr "" |
|
03e52840d
|
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
#: js/trash.js:34
msgid "delete file permanently"
msgstr ""
#: js/trash.js:121
msgid "Delete permanently"
msgstr ""
#: js/trash.js:174 templates/index.php:17
msgid "Name"
msgstr ""
#: js/trash.js:175 templates/index.php:27
msgid "Deleted"
msgstr ""
#: js/trash.js:184
msgid "1 folder"
msgstr ""
#: js/trash.js:186
msgid "{count} folders"
msgstr ""
#: js/trash.js:194
msgid "1 file"
msgstr ""
#: js/trash.js:196
msgid "{count} files"
msgstr ""
#: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
#: templates/index.php:20 templates/index.php:22
msgid "Restore"
msgstr ""
#: templates/index.php:30 templates/index.php:31
msgid "Delete"
msgstr ""
#: templates/part.breadcrumb.php:9
msgid "Deleted Files"
msgstr ""
|