2013-09-18 15:50:02 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "Shared by {owner}",
|
2013-10-16 04:31:48 +00:00
|
|
|
|
"This share is password-protected" => "This share is password-protected",
|
2013-09-18 15:50:02 +00:00
|
|
|
|
"The password is wrong. Try again." => "The password is wrong. Try again.",
|
|
|
|
|
"Password" => "Password",
|
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.",
|
|
|
|
|
"Reasons might be:" => "Reasons might be:",
|
|
|
|
|
"the item was removed" => "the item was removed",
|
|
|
|
|
"the link expired" => "the link expired",
|
|
|
|
|
"sharing is disabled" => "sharing is disabled",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.",
|
2014-05-04 05:56:15 +00:00
|
|
|
|
"Download" => "Download",
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Download %s" => "Download %s",
|
2013-10-27 06:32:11 +00:00
|
|
|
|
"Direct link" => "Direct link"
|
2013-09-18 15:50:02 +00:00
|
|
|
|
);
|
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|