32 lines
2.0 KiB
PHP
32 lines
2.0 KiB
PHP
<?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",
|
|
"Saved" => "Saved",
|
|
"<b>Note:</b> " => "<b>Note:</b> ",
|
|
" and " => " and ",
|
|
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.",
|
|
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.",
|
|
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.",
|
|
"External Storage" => "External Storage",
|
|
"Folder name" => "Folder name",
|
|
"External storage" => "External storage",
|
|
"Configuration" => "Configuration",
|
|
"Options" => "Options",
|
|
"Available for" => "Available for",
|
|
"Add storage" => "Add storage",
|
|
"No user or group" => "No user or group",
|
|
"All Users" => "All Users",
|
|
"Groups" => "Groups",
|
|
"Users" => "Users",
|
|
"Delete" => "Delete",
|
|
"Enable User External Storage" => "Enable User External Storage",
|
|
"Allow users to mount the following external storage" => "Allow users to mount the following external storage",
|
|
"SSL root certificates" => "SSL root certificates",
|
|
"Import Root Certificate" => "Import Root Certificate"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|