2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "Udostępnione przez {owner}",
|
2013-10-29 11:31:51 +00:00
|
|
|
|
"This share is password-protected" => "Udział ten jest chroniony hasłem",
|
2013-08-01 05:57:04 +00:00
|
|
|
|
"The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.",
|
2012-08-31 00:07:19 +00:00
|
|
|
|
"Password" => "Hasło",
|
2013-08-01 05:57:04 +00:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Przepraszamy ale wygląda na to, że ten link już nie działa.",
|
|
|
|
|
"Reasons might be:" => "Możliwe powody:",
|
|
|
|
|
"the item was removed" => "element został usunięty",
|
|
|
|
|
"the link expired" => "link wygasł",
|
|
|
|
|
"sharing is disabled" => "Udostępnianie jest wyłączone",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.",
|
2014-05-04 05:56:15 +00:00
|
|
|
|
"Download" => "Pobierz",
|
2014-03-16 07:13:21 +00:00
|
|
|
|
"Download %s" => "Pobierz %s",
|
2013-10-29 11:31:51 +00:00
|
|
|
|
"Direct link" => "Bezpośredni link"
|
2012-08-13 21:19:31 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|