2013-09-18 19:50:02 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
|
|
|
"Access granted" => "Access granted",
|
|
|
|
"Error configuring Dropbox storage" => "Error configuring Dropbox storage",
|
|
|
|
"Grant access" => "Grant access",
|
|
|
|
"Please provide a valid Dropbox app key and secret." => "Please provide a valid Dropbox app key and secret.",
|
|
|
|
"Error configuring Google Drive storage" => "Error configuring Google Drive storage",
|
2014-03-12 09:57:17 +04:00
|
|
|
"Saved" => "Saved",
|
2013-09-18 19:50:02 +04:00
|
|
|
"External Storage" => "External Storage",
|
|
|
|
"Folder name" => "Folder name",
|
|
|
|
"External storage" => "External storage",
|
|
|
|
"Configuration" => "Configuration",
|
|
|
|
"Options" => "Options",
|
2014-04-03 09:56:12 +04:00
|
|
|
"Available for" => "Available for",
|
2013-09-18 19:50:02 +04:00
|
|
|
"Add storage" => "Add storage",
|
2014-04-03 09:56:12 +04:00
|
|
|
"No user or group" => "No user or group",
|
2013-09-18 19:50:02 +04:00
|
|
|
"All Users" => "All Users",
|
|
|
|
"Groups" => "Groups",
|
|
|
|
"Users" => "Users",
|
|
|
|
"Delete" => "Delete",
|
|
|
|
"Enable User External Storage" => "Enable User External Storage",
|
2014-03-12 09:57:17 +04:00
|
|
|
"Allow users to mount the following external storage" => "Allow users to mount the following external storage",
|
2013-09-18 19:50:02 +04:00
|
|
|
"SSL root certificates" => "SSL root certificates",
|
|
|
|
"Import Root Certificate" => "Import Root Certificate"
|
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|