16 lines
No EOL
801 B
PHP
16 lines
No EOL
801 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the ftp module (Swedish(sweden) localization)
|
|
*/
|
|
|
|
define('OGP_LANG_ftp_address', "FTP-adress: %s:%s");
|
|
define('OGP_LANG_change_account_details', "Ändra kontodetaljer");
|
|
define('OGP_LANG_remove_account', "Ta bort konto");
|
|
define('OGP_LANG_ftp_account_already_exists', "FTP-Kontot finns redan.");
|
|
define('OGP_LANG_full_path', "Hemkatalog");
|
|
define('OGP_LANG_add_ftp_account', "Lägg till FTP-Konto");
|
|
define('OGP_LANG_remote_server', "Fjärrserver ");
|
|
define('OGP_LANG_server_name', "Servernamn");
|
|
define('OGP_LANG_ftp_account_username_too_long', "FTP username is too long. Try a shorter username no longer than 20 characters.");
|
|
define('OGP_LANG_ftp_account_password_too_long', "FTP password is too long. Try a shorter password no longer than 20 characters.");
|
|
?>
|