Clean not used files
This commit is contained in:
parent
cfca565189
commit
3c91a3a56b
12
.tx/config
12
.tx/config
@ -140,18 +140,6 @@ source_file = htdocs/langs/en_US/exports.lang
|
||||
source_lang = en_US
|
||||
type = MOZILLAPROPERTIES
|
||||
|
||||
[dolibarr.externalsite]
|
||||
file_filter = htdocs/langs/<lang>/externalsite.lang
|
||||
source_file = htdocs/langs/en_US/externalsite.lang
|
||||
source_lang = en_US
|
||||
type = MOZILLAPROPERTIES
|
||||
|
||||
[dolibarr.ftp]
|
||||
file_filter = htdocs/langs/<lang>/ftp.lang
|
||||
source_file = htdocs/langs/en_US/ftp.lang
|
||||
source_lang = en_US
|
||||
type = MOZILLAPROPERTIES
|
||||
|
||||
[dolibarr.help]
|
||||
file_filter = htdocs/langs/<lang>/help.lang
|
||||
source_file = htdocs/langs/en_US/help.lang
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
require '../main.inc.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->load("externalsite");
|
||||
$langs->load("other");
|
||||
|
||||
|
||||
$mainmenu = GETPOST('mainmenu', "aZ09");
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
require "../main.inc.php";
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->load("externalsite");
|
||||
$langs->load("other");
|
||||
|
||||
top_htmlhead("", "");
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
require '../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
||||
|
||||
$langs->loadLangs(array("admin", "ftp"));
|
||||
$langs->loadLangs(array("admin", "other"));
|
||||
|
||||
// Security check
|
||||
if (!$user->admin) {
|
||||
|
||||
@ -29,7 +29,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('ftp', 'companies', 'other'));
|
||||
$langs->loadLangs(array('companies', 'other'));
|
||||
|
||||
// Security check
|
||||
if ($user->socid) {
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP or SFTP Client module setup
|
||||
NewFTPClient=New FTP/FTPS connection setup
|
||||
FTPArea=FTP/FTPS Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP et SFTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP or SFTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP or SFTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP/SFTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP or SFTP Client module setup
|
||||
NewFTPClient=New FTP/FTPS connection setup
|
||||
FTPArea=FTP/FTPS Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP et SFTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP or SFTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP or SFTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP/SFTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=إعداد رابط لموقع خارجي
|
||||
ExternalSiteURL=رابط موقع خارجي لمحتوى إطار داخلي في لغة توصيف النص التشعبي
|
||||
ExternalSiteModuleNotComplete=لم يتم تهيئة نموذج الموقع الخارجي بصورة صحيحة.
|
||||
ExampleMyMenuEntry=مُدخل قائمتي
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=إعداد نموذج عميل بروتوكول نقل الملفات
|
||||
NewFTPClient=إعداد إتصال بروتوكول نقل الملفات جديد
|
||||
FTPArea=منطقة بروتوكول نقل الملفات
|
||||
FTPAreaDesc=هذه الشاشة تظهر لك المحتوى محتوى خادم بروتوكول نقل الملفات
|
||||
SetupOfFTPClientModuleNotComplete=إعداد نموذج عميل بروتوكول نقل الملفات يبدو أنة غير مكتمل
|
||||
FTPFeatureNotSupportedByYourPHP=بي اتش بي الخاص بك لا يدعم وظائف بروتوكول نقل الملفات
|
||||
FailedToConnectToFTPServer=فشل الاتصال بخادم بروتوكول نقل الملفات ( الخادم%s ، منفذ%s)
|
||||
FailedToConnectToFTPServerWithCredentials=فشل في تسجيل الدخول إلى خادم بروتوكول نقل الملفات مع تعريف الدخول / كلمة المرور المحددة
|
||||
FTPFailedToRemoveFile=فشل لإزالة الملف <b>%s</b> .
|
||||
FTPFailedToRemoveDir=فشل إزالة المسار <b>%s</b> (راجع الأذونات وهذا المسار فارغ).
|
||||
FTPPassiveMode=الوضع السلبي
|
||||
ChooseAFTPEntryIntoMenu=اختيار مدخل بروتوكول نقل البيانات في القائمة ...
|
||||
FailedToGetFile=فشل في الحصول على الملفات %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP or SFTP Client module setup
|
||||
NewFTPClient=New FTP/FTPS connection setup
|
||||
FTPArea=FTP/FTPS Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP et SFTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP or SFTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP or SFTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP/SFTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Настройка на линк към външен сайт
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Модула Външен сайт не е конфигуриран правилно.
|
||||
ExampleMyMenuEntry=Мой елемент на меню
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Настройка на модул FTP клиент
|
||||
NewFTPClient=Настройка на нова FTP връзка
|
||||
FTPArea=Секция с FTP
|
||||
FTPAreaDesc=Този екран ви показва съдържанието на FTP сървъра
|
||||
SetupOfFTPClientModuleNotComplete=Настройката на клиентския FTP модул изглежда непълна
|
||||
FTPFeatureNotSupportedByYourPHP=Вашият PHP не поддържа FTP функции
|
||||
FailedToConnectToFTPServer=Неуспешно свързване с FTP сървър (сървър %s, порт %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Неуспешно влизане в FTP сървър с дефинираните потребителско име / парола
|
||||
FTPFailedToRemoveFile=Неуспешно премахване на файл <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Неуспешно премахване на директория <b>%s</b>: проверете правата и дали директорията е празна.
|
||||
FTPPassiveMode=Пасивен режим
|
||||
ChooseAFTPEntryIntoMenu=Изберете FTP сайт от менюто...
|
||||
FailedToGetFile=Неуспешно получаване на файлове %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Podesi link za eksterni web sajt
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Modul ExternalSite nije konfigurisan kako treba.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Postavke modula FTP klijent
|
||||
NewFTPClient=Postavke nove FTP konekcije
|
||||
FTPArea=Područje za FTP
|
||||
FTPAreaDesc=Ovaj prozor prikazuje sadržaj FTP servera
|
||||
SetupOfFTPClientModuleNotComplete=Postavke modula FTP klijent nisu završene
|
||||
FTPFeatureNotSupportedByYourPHP=Vaš PHP ne podržava FTP funkcije
|
||||
FailedToConnectToFTPServer=Neuspjelo povezivanje na FTP server (server %s port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Neuspio login na FTP server sa definisanim login/šifra
|
||||
FTPFailedToRemoveFile=Neuspjelo uklanjanje fajla <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Neuspjelo uklanjanje direktorija <b>%s</b> (Provjerite dozvole i da li je direktorij prazan)
|
||||
FTPPassiveMode=Pasivni način
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configuració de l'enllaç a la pàgina web externa
|
||||
ExternalSiteURL=URL del lloc extern del contingut iframe HTML
|
||||
ExternalSiteModuleNotComplete=El mòdul Lloc web extern no ha estat configurat correctament.
|
||||
ExampleMyMenuEntry=La meva entrada del menú
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuració del mòdul client FTP
|
||||
NewFTPClient=Nova connexió client FTP
|
||||
FTPArea=Àrea FTP
|
||||
FTPAreaDesc=Aquesta pantalla presenta una vista de servidor FTP
|
||||
SetupOfFTPClientModuleNotComplete=La configuració del mòdul de client FTP sembla incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=El seu PHP no suporta les funcions FTP
|
||||
FailedToConnectToFTPServer=No s'ha pogut connectar amb el servidor FTP (servidor: %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=No s'ha pogut connectar amb el login/contrasenya FTP configurats
|
||||
FTPFailedToRemoveFile=No s'ha pogut suprimir el fitxer <b>%s</b>.
|
||||
FTPFailedToRemoveDir=No s'ha pogut suprimir la carpeta <b>%s</b> (Comproveu els permisos i que el directori està buit).
|
||||
FTPPassiveMode=Mode passiu
|
||||
ChooseAFTPEntryIntoMenu=Tria una entrada FTP en el menú...
|
||||
FailedToGetFile=Error obtenint els fitxers %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Nastavení odkazu na externí webové stránky
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Modul Externí stránky nebyl správně nakonfigurován.
|
||||
ExampleMyMenuEntry=Moje menu vstup
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Nastavení modulu FTP klienta
|
||||
NewFTPClient=Nastavit nové FTP připojení
|
||||
FTPArea=FTP oblast
|
||||
FTPAreaDesc=Tato obrazovka zobrazí náhled FTP serveru
|
||||
SetupOfFTPClientModuleNotComplete=Zdá se že nastavení FTP klienta není kompletní
|
||||
FTPFeatureNotSupportedByYourPHP=Vaše PHP nepodporuje FTP funkce
|
||||
FailedToConnectToFTPServer=Nepodařilo se připojit k FTP serveru (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Nepodařilo se přihlásit k FTP serveru pod zadaným uživatelským jménem a heslem
|
||||
FTPFailedToRemoveFile=Nepodařilo se odstranit soubor <b>%s.</b>
|
||||
FTPFailedToRemoveDir=Nepodařilo se odstranit adresář <b>%s</b> (Zkontrolujte oprávnění a zda adresář je prázdný).
|
||||
FTPPassiveMode=Pasivní režim
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Gosod dolen i wefan allanol
|
||||
ExternalSiteURL=URL Gwefan Allanol o gynnwys HTML iframe
|
||||
ExternalSiteModuleNotComplete=Nid oedd Module ExternalSite wedi'i ffurfweddu'n gywir.
|
||||
ExampleMyMenuEntry=Fy nghofnod ar y ddewislen
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Gosod modiwl Cleient FTP neu SFTP
|
||||
NewFTPClient=Gosodiad cysylltiad FTP/FTPS newydd
|
||||
FTPArea=Ardal FTP/FTPS
|
||||
FTPAreaDesc=Mae'r sgrin hon yn dangos golwg o weinydd FTP et SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=Mae'n ymddangos bod gosodiad y modiwl cleient FTP neu SFTP yn anghyflawn
|
||||
FTPFeatureNotSupportedByYourPHP=Nid yw eich PHP yn cefnogi swyddogaethau FTP neu SFTP
|
||||
FailedToConnectToFTPServer=Wedi methu cysylltu â'r gweinydd (gweinydd %s, porthladd %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Wedi methu mewngofnodi i'r gweinydd gyda mewngofnodi/cyfrinair diffiniedig
|
||||
FTPFailedToRemoveFile=Wedi methu tynnu ffeil <b> %s </b> .
|
||||
FTPFailedToRemoveDir=Wedi methu dileu cyfeiriadur <b> %s </b> : gwirio caniatadau a bod y cyfeiriadur yn wag.
|
||||
FTPPassiveMode=Modd goddefol
|
||||
ChooseAFTPEntryIntoMenu=Dewiswch wefan FTP/SFTP o'r ddewislen...
|
||||
FailedToGetFile=Wedi methu cael ffeiliau %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Opsæt link til ekstern hjemmeside
|
||||
ExternalSiteURL=Ekstern websteds-URL for HTML iframe-indhold
|
||||
ExternalSiteModuleNotComplete=Modul ExternalSite blev ikke konfigureret korrekt.
|
||||
ExampleMyMenuEntry=Min menu indgang
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Opsætning af FTP- eller SFTP-klientmodul
|
||||
NewFTPClient=Ny FTP / FTPS-forbindelsesopsætning
|
||||
FTPArea=FTP / FTPS-område
|
||||
FTPAreaDesc=Dette skærmbillede viser en FTP et SFTP-server.
|
||||
SetupOfFTPClientModuleNotComplete=Opsætningen af FTP- eller SFTP-klientmodulet ser ud til at være ufuldstændig
|
||||
FTPFeatureNotSupportedByYourPHP=Din PHP understøtter ikke FTP- eller SFTP-funktioner
|
||||
FailedToConnectToFTPServer=Der kunne ikke oprettes forbindelse til serveren (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Kunne ikke logge ind på serveren med defineret login / adgangskode
|
||||
FTPFailedToRemoveFile=Kunne ikke fjerne filen <b>%s.</b>
|
||||
FTPFailedToRemoveDir=Kunne ikke fjerne biblioteket<b>%s</b>: Kontroller tilladelser, og at biblioteket er tomt.
|
||||
FTPPassiveMode=Passiv mode
|
||||
ChooseAFTPEntryIntoMenu=Vælg et FTP / SFTP-sted i menuen ...
|
||||
FailedToGetFile=Kunne ikke hente filer %s
|
||||
@ -1,3 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Verknüpfung zur externen Website einrichten
|
||||
ExampleMyMenuEntry=Mein Menüeintrag
|
||||
@ -1,2 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite wurde nicht richtig konfiguriert.
|
||||
@ -1,12 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
NewFTPClient=Neue FTP-Verbindungseinstellungen
|
||||
FTPArea=FTP-Übersicht
|
||||
FTPAreaDesc=Die Ansicht zeigt einen FTP Server
|
||||
SetupOfFTPClientModuleNotComplete=Hoppla, das Setup dieses FTP-Client - Moduls ist unvollständig.
|
||||
FTPFeatureNotSupportedByYourPHP=Ihre PHP unterstützt keine FTP-Funktionen
|
||||
FailedToConnectToFTPServer=Konnte keine Verbindung zum FTP-Server aufbauen (Server %s, Port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Anmeldung am FTP-Server mit dem eingegebenen Benutzername/Passwort-Paar fehlgeschlagen
|
||||
FTPFailedToRemoveFile=Konnte Datei <b>%s</b> nicht entfernen.
|
||||
FTPFailedToRemoveDir=Ich kann das Verzeichnis <b>%s</b> nicht löschen.. Prüfe, ob du die Löschberechtigung hast und stelle sicher, dass es leer ist.
|
||||
ChooseAFTPEntryIntoMenu=Wähle eine FTP - Site im Menu aus.
|
||||
FailedToGetFile=Folgende Dateien konnten nicht geladen werden: %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Konfigurations-Link auf externe Website
|
||||
ExternalSiteURL=URL der externen Seite zur Einbettung in einen HTML-iframe
|
||||
ExternalSiteModuleNotComplete=Modul ExternalSite wurde nicht richtig konfiguriert.
|
||||
ExampleMyMenuEntry=Mein Menü-Eintrag
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Einrichtung des FTP- oder SFTP-Client-Moduls
|
||||
NewFTPClient=Neue FTP / FTPS-Verbindungs-Konfiguration
|
||||
FTPArea=FTP / FTPS-Bereich
|
||||
FTPAreaDesc=Dieser Bildschirm zeigt eine Ansicht eines FTP- und SFTP-Servers.
|
||||
SetupOfFTPClientModuleNotComplete=Die Konfiguration des FTP- oder SFTP-Client-Moduls scheint unvollständig zu sein
|
||||
FTPFeatureNotSupportedByYourPHP=Ihr PHP unterstützt keine FTP- oder SFTP-Funktionen
|
||||
FailedToConnectToFTPServer=Verbindung zum Server fehlgeschlagen (Server %s, Port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Anmeldung am Server mit definiertem Login / Passwort fehlgeschlagen
|
||||
FTPFailedToRemoveFile=Konnte Datei <b>%s</b> nicht entfernen. Überprüfen Sie die Berechtigungen.
|
||||
FTPFailedToRemoveDir=Konnte Verzeichnis <b>%s</b> nicht entfernen. Überprüfen Sie die Berechtigungen und ob das Verzeichnis leer ist.
|
||||
FTPPassiveMode=Passives FTP
|
||||
ChooseAFTPEntryIntoMenu=Wählen Sie eine FTP / SFTP-Seite aus dem Menü ...
|
||||
FailedToGetFile=Folgende Datei(en) konnte(n) nicht geladen werden: %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Ρύθμιση συνδέσμου σε εξωτερικό ιστότοπο
|
||||
ExternalSiteURL=Διεύθυνση URL εξωτερικού ιστότοπου περιεχομένου HTML iframe
|
||||
ExternalSiteModuleNotComplete=Η ενότητα Εξωτερικός Ιστότοπος δεν έχει ρυθμιστεί σωστά.
|
||||
ExampleMyMenuEntry=Το μενού μου
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Ρύθμιση μονάδας FTP ή SFTP Client
|
||||
NewFTPClient=Ρύθμιση νέας σύνδεσης FTP/FTPS
|
||||
FTPArea=Περιοχή FTP/FTPS
|
||||
FTPAreaDesc=Αυτή η οθόνη εμφανίζει μια προβολή ενός διακομιστή FTP και SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=Η εγκατάσταση της μονάδας πελάτη FTP ή SFTP φαίνεται να είναι ελλιπής
|
||||
FTPFeatureNotSupportedByYourPHP=Η PHP σας δεν υποστηρίζει λειτουργίες FTP ή SFTP
|
||||
FailedToConnectToFTPServer=Απέτυχε η σύνδεση με τον διακομιστή (διακομιστής %s, θύρα %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Απέτυχε η σύνδεση στο διακομιστή με καθορισμένη σύνδεση/κωδικό πρόσβασης
|
||||
FTPFailedToRemoveFile=Αποτυχία διαγραφής αρχείου<b>%s</b>.
|
||||
FTPFailedToRemoveDir=Αποτυχία κατάργησης του καταλόγου <b> %s </b> : ελέγξτε τα δικαιώματα και ότι ο κατάλογος είναι κενός.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Επιλέξτε μια τοποθεσία FTP/SFTP από το μενού...
|
||||
FailedToGetFile=Αποτυχία λήψης αρχείων %s
|
||||
@ -1,2 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteModuleNotComplete=Module "External Site" was not configured properly.
|
||||
@ -1,2 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPFailedToRemoveFile=Failed to delete file <b>%s</b>.
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP or SFTP Client module setup
|
||||
NewFTPClient=New FTP/FTPS connection setup
|
||||
FTPArea=FTP/FTPS Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP et SFTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP or SFTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP or SFTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP/SFTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -304,3 +304,24 @@ ConfirmBtnCommonContent = Are you sure you want to "%s" ?
|
||||
ConfirmBtnCommonTitle = Confirm your action
|
||||
CloseDialog = Close
|
||||
Autofill = Autofill
|
||||
|
||||
# externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
|
||||
# FTP
|
||||
FTPClientSetup=FTP or SFTP Client module setup
|
||||
NewFTPClient=New FTP/FTPS connection setup
|
||||
FTPArea=FTP/FTPS Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP et SFTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP or SFTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP or SFTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP/SFTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Establezca un enlace al sitio web externo
|
||||
ExternalSiteModuleNotComplete=El módulo SitioExterno no fue configurado apropiadamente.
|
||||
@ -1,13 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuración de módulo de cliente FTP
|
||||
NewFTPClient=Configuración de nueva conexión FTP
|
||||
FTPArea=Area FTP
|
||||
FTPAreaDesc=Esta pantalla muestra una vista de un servidor FTP.
|
||||
SetupOfFTPClientModuleNotComplete=La configuración del módulo de cliente FTP parece estar incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=Tu versión de PHP no soporta funciones FTP
|
||||
FailedToConnectToFTPServer=Error al conectar al servidor FTP (servidor %s, puerto %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Error al iniciar sesión en el servidor FTP con el usuario/contraseña definidos
|
||||
FTPFailedToRemoveFile=Error al remover archivo <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Error al remover carpeta <b>%s</b>: revise los permisos y que la carpeta esté vacía.
|
||||
ChooseAFTPEntryIntoMenu=Elija un sitio FTP desde el menú...
|
||||
FailedToGetFile=Error al obtener archivos %s
|
||||
@ -1,3 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Enlace de configuración al sitio web externo
|
||||
ExternalSiteModuleNotComplete=El módulo ExternalSite no se configuró correctamente.
|
||||
@ -1,13 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuración del módulo FTP Client
|
||||
NewFTPClient=Nueva configuración de conexión FTP
|
||||
FTPArea=Área de FTP
|
||||
FTPAreaDesc=Esta pantalla muestra una vista de un servidor FTP.
|
||||
SetupOfFTPClientModuleNotComplete=La configuración del módulo de cliente FTP parece estar incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=Su PHP no es compatible con funciones de FTP
|
||||
FailedToConnectToFTPServer=Error al conectarse al servidor FTP (servidor %s, puerto %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Error al iniciar sesión en el servidor FTP con inicio de sesión / contraseña definidos
|
||||
FTPFailedToRemoveFile=Falló al eliminar el archivo <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Error al eliminar el directorio <b>%s</b> : verifique los permisos y que el directorio esté vacío.
|
||||
ChooseAFTPEntryIntoMenu=Elija un sitio FTP del menú ...
|
||||
FailedToGetFile=Error al obtener los archivos %s
|
||||
@ -1,3 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteURL=URL del sitio externo del iframe HTML
|
||||
ExampleMyMenuEntry=Mi entrada en el menú
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPFeatureNotSupportedByYourPHP=Su PHP no es compatible con las funciones FTP o SFTP
|
||||
FailedToConnectToFTPServerWithCredentials=No se pudo ingresar al servidor con el usuario/contraseña definidos
|
||||
FTPFailedToRemoveFile=No se pudo eliminar el archivo <b> %s </b>.
|
||||
FTPFailedToRemoveDir=No se pudo eliminar el directorio <b> %s </b>: verifique los permisos y que el directorio esté vacío.
|
||||
@ -1,4 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configurar enlace a un sitio web externo
|
||||
ExternalSiteModuleNotComplete=El módulo SitioExterno no estaba configurado correctamente.
|
||||
ExampleMyMenuEntry=Mi entrada en el menú
|
||||
@ -1,12 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
NewFTPClient=Nueva configuración de conexión FTP
|
||||
FTPArea=Área de FTP
|
||||
FTPAreaDesc=Esta pantalla muestra una vista de un servidor FTP.
|
||||
SetupOfFTPClientModuleNotComplete=La configuración del módulo de cliente FTP parece estar incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=Su PHP no admite funciones FTP
|
||||
FailedToConnectToFTPServer=Error al conectarse al servidor FTP (servidor%s, puerto%s)
|
||||
FailedToConnectToFTPServerWithCredentials=Error al iniciar sesión en el servidor FTP con nombre de usuario/contraseña definidos
|
||||
FTPFailedToRemoveFile=Error al eliminar el archivo <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Error al eliminar el directorio <b>%s</b>: verifique los permisos y que el directorio esté vacío.
|
||||
ChooseAFTPEntryIntoMenu=Elija un sitio FTP del menú ...
|
||||
FailedToGetFile=Error al obtener los archivos %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configuración del enlace al sitio web externo
|
||||
ExternalSiteURL=URL del sitio externo de contenido de iframe HTML
|
||||
ExternalSiteModuleNotComplete=El módulo Sitio web externo no ha sido configurado correctamente.
|
||||
ExampleMyMenuEntry=Mi entrada de menú
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuración del módulo de cliente FTP o SFTP
|
||||
NewFTPClient=Nueva configuración de conexión FTP / FTPS
|
||||
FTPArea=Área FTP / FTPS
|
||||
FTPAreaDesc=Esta pantalla muestra una vista de un servidor FTP y SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=La configuración del módulo de cliente FTP o SFTP parece estar incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=Su PHP no admite funciones FTP o SFTP
|
||||
FailedToConnectToFTPServer=No se pudo conectar al servidor (servidor %s, puerto %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Error al iniciar sesión en el servidor con inicio de sesión/contraseña definidos
|
||||
FTPFailedToRemoveFile=No se pudo eliminar el archivo <b>%s</b>.
|
||||
FTPFailedToRemoveDir=No se pudo eliminar el directorio <b>%s</b> (Compruebe los permisos y que el directorio está vacío).
|
||||
FTPPassiveMode=Modo pasivo
|
||||
ChooseAFTPEntryIntoMenu=Elija un sitio FTP / SFTP del menú ...
|
||||
FailedToGetFile=No se pudieron obtener los archivos %s
|
||||
@ -1,4 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configurar vínculo a un sitio web externo
|
||||
ExternalSiteModuleNotComplete=El módulo ExternalSite no estaba configurado correctamente.
|
||||
ExampleMyMenuEntry=Mi entrada en el menú
|
||||
@ -1,11 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuración del módulo Cliente FTP
|
||||
NewFTPClient=Configuración de nueva conexión FTP
|
||||
FTPAreaDesc=Esta pantalla muestra una vista de un servidor FTP
|
||||
SetupOfFTPClientModuleNotComplete=La configuración del módulo Cliente FTP parece estar incompleta
|
||||
FailedToConnectToFTPServer=Error al conectarse al servidor FTP (servidor %s, puerto %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Error al iniciar sesión en el servidor FTP con el login/password definidos
|
||||
FTPFailedToRemoveFile=Error al eliminar el archivo <b> %s </b>.
|
||||
FTPFailedToRemoveDir=Error al eliminar el directorio <b> %s </b>: verifique los permisos y que el directorio esté vacío.
|
||||
ChooseAFTPEntryIntoMenu=Elija un sitio FTP del menú...
|
||||
FailedToGetFile=Error al obtener archivos %s
|
||||
@ -1,4 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configurar enlace al sitio web externo
|
||||
ExternalSiteModuleNotComplete=El modulo Sitio Web Externo no esta configurado apropiadamente
|
||||
ExampleMyMenuEntry=Mi entrada al menú
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Seadista link välisele lehele
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=ExternalSite moodul ei ole õigesti seadistatud.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP kliendi mooduli seadistamine
|
||||
NewFTPClient=Uue FTP ühenduse seadistamine
|
||||
FTPArea=FTP ala
|
||||
FTPAreaDesc=See ekraan näitab FTP serveri vaate sisu
|
||||
SetupOfFTPClientModuleNotComplete=FTP kliendi mooduli seadistus ei paista olevat täielik
|
||||
FTPFeatureNotSupportedByYourPHP=Sinu PHP ei toeta FTP funktsioone
|
||||
FailedToConnectToFTPServer=FTP serveriga ühenduse loomine ebaõnnestus (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Määratletud kasutajanime/parooliga FTP serverisse sisse logimine ebaõnnestus
|
||||
FTPFailedToRemoveFile=Faili <b>%s</b> kustutamine ebaõnnestus.
|
||||
FTPFailedToRemoveDir=Kausta <b>%s</b> kustutamine ebaõnnestus (kontrolli õigusi ja seda, et kataloog on tühi).
|
||||
FTPPassiveMode=Passiivne režiim
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP bezero modulua konfiguratu
|
||||
NewFTPClient=FTP konexio berria konfiguratu
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=تنظیم پیوند به وبگاه بیرونی
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=واحد ExternalSite به درستی پیکربندی نشده است
|
||||
ExampleMyMenuEntry=عنوان فهرست من
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=برپاسازی واحد متقاضی FTP
|
||||
NewFTPClient=برپاسازی اتصال جدید FTP
|
||||
FTPArea=بخش FTP
|
||||
FTPAreaDesc=این صفحه نمائی از سرور FTP را نمایش میدهد.
|
||||
SetupOfFTPClientModuleNotComplete=ظاهرا برپاسازی واحد متقاضی FTP ناقص است
|
||||
FTPFeatureNotSupportedByYourPHP=PHP شما از توابع FTP پشتیبانی نمیکن
|
||||
FailedToConnectToFTPServer=امکان اتصال به سرور FTP نبود (سرور %s، درگاه %s)
|
||||
FailedToConnectToFTPServerWithCredentials=امکان ورود به سرور FTP با نامورود/گذرواژه تعریف شده نبود
|
||||
FTPFailedToRemoveFile=حذف فایل <b>%s</b> مقدور نبود
|
||||
FTPFailedToRemoveDir=حذف پوشۀ <b>%s</b> مقدور نبود: مجوزها را بررسی کرده و مطمئن شوید پوشه خالی است.
|
||||
FTPPassiveMode=حالت انفعالی
|
||||
ChooseAFTPEntryIntoMenu=یک سایت FTP از فهرست انتخاب کنید...
|
||||
FailedToGetFile=عدم امکان دریافت فایلهای %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup linkki ulkoiseen sivustoon
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Ulkoisen sivuston Moduuli ei ole oikein konfiguroitu.
|
||||
ExampleMyMenuEntry=Omassa valikossa
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client-moduuli asennus
|
||||
NewFTPClient=Uusi FTP-yhteys asetukset
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=Tämä ruutu näyttää sisällön FTP-palvelimen mieltä
|
||||
SetupOfFTPClientModuleNotComplete=Asennus ja FTP-moduuli näyttää ole täydellinen
|
||||
FTPFeatureNotSupportedByYourPHP=PHP ei tue FTP toiminnot
|
||||
FailedToConnectToFTPServer=Yhteyden muodostaminen epäonnistui FTP-palvelimen (palvelin %s, portti %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Epäonnistui kirjautua FTP-palvelimeen on määritelty / salasana
|
||||
FTPFailedToRemoveFile=Ole poistanut tiedoston <b>%s.</b>
|
||||
FTPFailedToRemoveDir=Ole poistanut hakemistoon <b>%s</b> (Tarkista oikeudet ja että hakemisto on tyhjä).
|
||||
FTPPassiveMode=Passiivisena
|
||||
ChooseAFTPEntryIntoMenu=Valitse FTP osoite valikosta
|
||||
FailedToGetFile=Tiedostojen %s lataus epäonnistui
|
||||
@ -1,4 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Lien de configuration vers un site Web externe
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite n'a pas été configuré correctement.
|
||||
ExampleMyMenuEntry=Entrée de mon menu
|
||||
@ -1,11 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuration du module client FTP
|
||||
FTPArea=Zone FTP
|
||||
FTPAreaDesc=Cet écran vous montre le contenu d'une vue du serveur FTP
|
||||
SetupOfFTPClientModuleNotComplete=La configuration du module client FTP semble ne pas être complète
|
||||
FailedToConnectToFTPServer=Impossible de se connecter au serveur FTP (serveur %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Échec de la connexion au serveur FTP avec login / mot de passe défini
|
||||
FTPFailedToRemoveFile=Impossible d'enlever le fichier <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Impossible de supprimer le répertoire <b>%s</b> (Vérifiez les autorisations et ce répertoire est vide).
|
||||
ChooseAFTPEntryIntoMenu=Choisissez une entrée FTP dans le menu ...
|
||||
FailedToGetFile=Impossible d'obtenir des fichiers %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configuration du lien vers le site externe
|
||||
ExternalSiteURL=URL du site externe du contenu iFrame HTML
|
||||
ExternalSiteModuleNotComplete=La configuration du module "Site externe" est incomplète.
|
||||
ExampleMyMenuEntry=Mon entrée de menu
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuration du module Client FTP
|
||||
NewFTPClient=Nouvelle configuration de connexion FTP
|
||||
FTPArea=Espace FTP
|
||||
FTPAreaDesc=Cet écran vous présente une vue de serveur FTP
|
||||
SetupOfFTPClientModuleNotComplete=La configuration du module Client FTP semble incomplète
|
||||
FTPFeatureNotSupportedByYourPHP=Votre PHP ne prend pas en charge les fonctions FTP
|
||||
FailedToConnectToFTPServer=Échec de connexion au serveur FTP (serveur: %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Échec de connexion avec l'identifiant/mot de passe FTP configuré
|
||||
FTPFailedToRemoveFile=Échec suppression fichier <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Échec suppression répertoire <b>%s</b> (Vérifiez les permissions et que le répertoire soit vide).
|
||||
FTPPassiveMode=Mode passif
|
||||
ChooseAFTPEntryIntoMenu=Choisissez une entrée FTP dans le menu...
|
||||
FailedToGetFile=Echec à la récupération du fichier %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Configuración da ligazón ao sitio web externo
|
||||
ExternalSiteURL=URL do sitio externo do contido iframe HTML
|
||||
ExternalSiteModuleNotComplete=O módulo do sitio externo non foi configurado correctamente.
|
||||
ExampleMyMenuEntry=O meu menú de entrada
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configuración do módulo cliente FTP ou SFTP
|
||||
NewFTPClient=Nova configuración de conexión FTP/SFTP
|
||||
FTPArea=Área FTP/SFTP
|
||||
FTPAreaDesc=Esta pantalla amosa unha vista dun servidor FTP/SFTP
|
||||
SetupOfFTPClientModuleNotComplete=A configuración do módulo cliente FTP ou SFTP parece estar imcompleta
|
||||
FTPFeatureNotSupportedByYourPHP=O seu PHP non soporta funcións FTP/SFTP'
|
||||
FailedToConnectToFTPServer=Fallo ao conectar ao servidor (servidor %s, porto %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Fallo ao iniciar sesión no servidor co inicio de sesión/contrasinal
|
||||
FTPFailedToRemoveFile=Non foi posible eliminar o ficheiro <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Non foi posible eliminar o directorio <b>%s</b> (Comprobe os permisos e que o directorio está baleiro).
|
||||
FTPPassiveMode=Modo pasivo
|
||||
ChooseAFTPEntryIntoMenu=Escolla un sitio FTP/SFTM no menú ...
|
||||
FailedToGetFile=Non foi posible acadar os ficheiros %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Postavljanje linkova na vanjske web stranice
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Modul ExternalSite nije ispravno podešen.
|
||||
ExampleMyMenuEntry=Moj izbornik unos
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Postavljanje modula FTP ili SFTP klijenta
|
||||
NewFTPClient=Nova postavka FTP/FTPS veze
|
||||
FTPArea=FTP/FTPS sučelje
|
||||
FTPAreaDesc=Ovaj zaslon prikazuje prikaz FTP i SFTP poslužitelja.
|
||||
SetupOfFTPClientModuleNotComplete=Čini se da postavljanje FTP ili SFTP klijentskog modula nije dovršeno
|
||||
FTPFeatureNotSupportedByYourPHP=Vaš PHP ne podržava FTP ili SFTP funkcije
|
||||
FailedToConnectToFTPServer=Povezivanje s poslužiteljem nije uspjelo (poslužitelj %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Prijava na poslužitelj s definiranom prijavom/lozinkom nije uspjela
|
||||
FTPFailedToRemoveFile=Neuspješno brisanje datoteke <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Uklanjanje direktorija <b> %s </b> nije uspjelo: provjerite dopuštenja i je li direktorij prazan.
|
||||
FTPPassiveMode=Pasivni mod
|
||||
ChooseAFTPEntryIntoMenu=Odaberite FTP/SFTP stranicu s izbornika...
|
||||
FailedToGetFile=Neuspješno preuzimanje datoteka %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Külső weboldalra mutató link beállítása
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Az ExternalSite modul nincs megfelelően beállítva.
|
||||
ExampleMyMenuEntry=A menüpontom
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Kliens modul beállítása
|
||||
NewFTPClient=Új FTP kapcsolat beállítása
|
||||
FTPArea=FTP terület
|
||||
FTPAreaDesc=A képernyő egy FTP-kiszolgáló egy nézetét mutatja.
|
||||
SetupOfFTPClientModuleNotComplete=Az FTP kliens modul telepítése hiányosnak tűnik
|
||||
FTPFeatureNotSupportedByYourPHP=A PHP beállítása nem támogatja az FTP funkciókat
|
||||
FailedToConnectToFTPServer=Nem sikerült csatlakozni az FTP szerverhez (szerver %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Nem sikerült bejelentkezni FTP szerverre a megadott felhasználó névvel/jelszóval.
|
||||
FTPFailedToRemoveFile=Nem sikerült eltávolítani: <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Az <b>%s</b> könyvtár eltávolítása nem sikerült: ellenőrizze az engedélyeket és hogy a könyvtár üres.
|
||||
FTPPassiveMode=Passzív mód
|
||||
ChooseAFTPEntryIntoMenu=Válasszon FTP-helyet a menüből ...
|
||||
FailedToGetFile=Nem sikerült a %s fájlokat letölteni
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Atur tautan ke situs web eksternal
|
||||
ExternalSiteURL=URL Situs Eksternal dari konten iframe HTML
|
||||
ExternalSiteModuleNotComplete=Modul ExternalSite tidak dikonfigurasi dengan benar.
|
||||
ExampleMyMenuEntry=Entri menu saya
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Pengaturan modul Klien FTP atau SFTP
|
||||
NewFTPClient=Pengaturan koneksi FTP / FTPS baru
|
||||
FTPArea=Area FTP / FTPS
|
||||
FTPAreaDesc=Layar ini menunjukkan tampilan server FTP dan SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=Penyiapan modul klien FTP atau SFTP tampaknya tidak lengkap
|
||||
FTPFeatureNotSupportedByYourPHP=PHP Anda tidak mendukung fungsi FTP atau SFTP
|
||||
FailedToConnectToFTPServer=Gagal terhubung ke server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Gagal masuk ke server dengan login / kata sandi yang ditentukan
|
||||
FTPFailedToRemoveFile=Gagal menghapus file<b>%s </b>.
|
||||
FTPFailedToRemoveDir=Gagal menghapus direktori<b>%s </b>: periksa izin dan direktori tersebut kosong.
|
||||
FTPPassiveMode=Mode pasif
|
||||
ChooseAFTPEntryIntoMenu=Pilih situs FTP/SFTP dari menu...
|
||||
FailedToGetFile=Gagal mendapatkan file %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Skipulag tengjast ytri vef
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Viðskiptavinur mát skipulag
|
||||
NewFTPClient=Nýr FTP tengingu skipulag
|
||||
FTPArea=FTP svæði
|
||||
FTPAreaDesc=Þessi skjár sýnir þér innihald FTP þjóninum að skoða
|
||||
SetupOfFTPClientModuleNotComplete=Uppsetning á FTP viðskiptavinur eining virðist ekki vera heill
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP styður ekki FTP aðgerðir
|
||||
FailedToConnectToFTPServer=Tókst ekki að tengjast FTP miðlara (miðlara %s, höfn %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Ekki tókst að skrá þig inn á FTP þjóninum með skilgreint tenging / lykilorð
|
||||
FTPFailedToRemoveFile=Ekki tókst að fjarlægja skrá <b>%s.</b>
|
||||
FTPFailedToRemoveDir=Ekki tókst að fjarlægja skrá <b>%s</b> (Athugaðu heimildir og skrá er tóm).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Imposta collegamento a sito esterno
|
||||
ExternalSiteURL=URL del sito esterno del contenuto iframe HTML
|
||||
ExternalSiteModuleNotComplete=Il modulo ExternalSite non è configurato correttamente.
|
||||
ExampleMyMenuEntry=La mia voce di menu
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=Configurazione del modulo client FTP o SFTP
|
||||
NewFTPClient=Nuova configurazione della connessione FTP/FTPS
|
||||
FTPArea=Area FTP/FTPS
|
||||
FTPAreaDesc=Questa schermata mostra una vista di un server FTP e SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=La configurazione del modulo client FTP o SFTP sembra essere incompleta
|
||||
FTPFeatureNotSupportedByYourPHP=Il tuo PHP non supporta le funzioni FTP o SFTP
|
||||
FailedToConnectToFTPServer=Impossibile connettersi al server (server %s, porta %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Impossibile accedere al server con login/password definiti
|
||||
FTPFailedToRemoveFile=Impossibile rimuovere il file <b>%s</b>
|
||||
FTPFailedToRemoveDir=Impossibile rimuovere la directory <b>%s</b> (Controlla i permessi e che la directory sia vuota)
|
||||
FTPPassiveMode=Modalità passiva
|
||||
ChooseAFTPEntryIntoMenu=Scegli un sito FTP/SFTP dal menu...
|
||||
FailedToGetFile=Errore nell'accesso ai file %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=外部ウェブサイトへのリンクを設定
|
||||
ExternalSiteURL=HTMLiframeコンテンツの外部サイトURL
|
||||
ExternalSiteModuleNotComplete=モジュールExternalSite(外部サイト)が正しく構成されていない。
|
||||
ExampleMyMenuEntry=私のメニューエントリ
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTPまたはSFTPクライアントモジュールの設定
|
||||
NewFTPClient=新規FTP / FTPS接続の設定
|
||||
FTPArea=FTP / FTPSエリア
|
||||
FTPAreaDesc=この画面には、FTPおよびSFTPサーバのビューが表示される。
|
||||
SetupOfFTPClientModuleNotComplete=FTPまたはSFTPクライアントモジュールの設定が不完全なようだ
|
||||
FTPFeatureNotSupportedByYourPHP=お使いのPHPはFTPまたはSFTP機能をサポートしていない
|
||||
FailedToConnectToFTPServer=サーバ(サーバ%s、ポート%s)への接続に失敗した
|
||||
FailedToConnectToFTPServerWithCredentials=定義されたログイン/パスワードでサーバにログインできなかった
|
||||
FTPFailedToRemoveFile=ファイルの<b>%s</b>を削除できなかった。
|
||||
FTPFailedToRemoveDir=ディレクトリ<b>%s </b>の削除に失敗した:権限を確認し、ディレクトリが空であることを確認すること。
|
||||
FTPPassiveMode=パッシブモード
|
||||
ChooseAFTPEntryIntoMenu=メニューからFTP / SFTPサイトを選択する...
|
||||
FailedToGetFile=ファイル%sの取得に失敗した
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Сыртқы веб -сайтқа сілтеме орнату
|
||||
ExternalSiteURL=HTML iframe мазмұнының сыртқы сайт URL мекенжайы
|
||||
ExternalSiteModuleNotComplete=ExternalSite модулі дұрыс конфигурацияланбаған.
|
||||
ExampleMyMenuEntry=Менің мәзірге кіру
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP немесе SFTP клиент модулін орнату
|
||||
NewFTPClient=Жаңа FTP/FTPS қосылымын орнату
|
||||
FTPArea=FTP/FTPS аймағы
|
||||
FTPAreaDesc=Бұл экран FTP және SFTP серверінің көрінісін көрсетеді.
|
||||
SetupOfFTPClientModuleNotComplete=FTP немесе SFTP клиенттік модулін орнату аяқталмаған сияқты
|
||||
FTPFeatureNotSupportedByYourPHP=Сіздің PHP FTP немесе SFTP функцияларын қолдамайды
|
||||
FailedToConnectToFTPServer=Серверге қосылу мүмкін болмады (%s сервері, %s порты)
|
||||
FailedToConnectToFTPServerWithCredentials=Анықталған логин/парольмен серверге кіру сәтсіз аяқталды
|
||||
FTPFailedToRemoveFile=<b> %s </b> файлы жойылмады.
|
||||
FTPFailedToRemoveDir=<b> %s </b> каталогын жою мүмкін болмады: рұқсаттарды тексеріңіз және каталог бос екенін тексеріңіз.
|
||||
FTPPassiveMode=Пассивті режим
|
||||
ChooseAFTPEntryIntoMenu=Мәзірден FTP/SFTP сайтын таңдаңыз ...
|
||||
FailedToGetFile=%s файлдары алынбады
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen shows a view of an FTP server.
|
||||
SetupOfFTPClientModuleNotComplete=The setup of the FTP client module seems to be incomplete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b>: check permissions and that the directory is empty.
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP site from the menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=Setup link to external website
|
||||
ExternalSiteURL=External Site URL of HTML iframe content
|
||||
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
|
||||
ExampleMyMenuEntry=My menu entry
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=FTP Client module setup
|
||||
NewFTPClient=New FTP connection setup
|
||||
FTPArea=FTP Area
|
||||
FTPAreaDesc=This screen show you content of a FTP server view
|
||||
SetupOfFTPClientModuleNotComplete=Setup of FTP client module seems to be not complete
|
||||
FTPFeatureNotSupportedByYourPHP=Your PHP does not support FTP functions
|
||||
FailedToConnectToFTPServer=Failed to connect to FTP server (server %s, port %s)
|
||||
FailedToConnectToFTPServerWithCredentials=Failed to login to FTP server with defined login/password
|
||||
FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
|
||||
FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
|
||||
FTPPassiveMode=Passive mode
|
||||
ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
|
||||
FailedToGetFile=Failed to get files %s
|
||||
@ -1,5 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - externalsite
|
||||
ExternalSiteSetup=ຕັ້ງການເຊື່ອມຕໍ່ກັບເວັບໄຊທ external ພາຍນອກ
|
||||
ExternalSiteURL=URL ເວັບໄຊພາຍນອກຂອງເນື້ອຫາ iframe ຂອງ HTML
|
||||
ExternalSiteModuleNotComplete=ໂມດູນ ExternalSite ບໍ່ໄດ້ຖືກຕັ້ງຄ່າຢ່າງຖືກຕ້ອງ.
|
||||
ExampleMyMenuEntry=ລາຍການເມນູຂອງຂ້ອຍ
|
||||
@ -1,14 +0,0 @@
|
||||
# Dolibarr language file - Source file is en_US - ftp
|
||||
FTPClientSetup=ການຕັ້ງຄ່າໂມດູນລູກຄ້າ FTP ຫຼື SFTP
|
||||
NewFTPClient=ການຕັ້ງຄ່າການເຊື່ອມຕໍ່ FTP/FTPS ໃ່
|
||||
FTPArea=ພື້ນທີ່ FTP/FTPS
|
||||
FTPAreaDesc=ໜ້າ ຈໍນີ້ສະແດງໃຫ້ເຫັນມຸມມອງຂອງເຊີບເວີ FTP ແລະ SFTP.
|
||||
SetupOfFTPClientModuleNotComplete=ການຕັ້ງຄ່າໂມດູນລູກຄ້າ FTP ຫຼື SFTP ເບິ່ງຄືວ່າບໍ່ສົມບູນ
|
||||
FTPFeatureNotSupportedByYourPHP=PHP ຂອງເຈົ້າບໍ່ຮອງຮັບຟັງຊັນ FTP ຫຼື SFTP
|
||||
FailedToConnectToFTPServer=ເຊື່ອມຕໍ່ກັບເຊີບເວີບໍ່ໄດ້ (ເຊີບເວີ %s, ຜອດ %s)
|
||||
FailedToConnectToFTPServerWithCredentials=ເຂົ້າສູ່ລະບົບເຊີບເວີບໍ່ສໍາເລັດດ້ວຍການເຂົ້າສູ່ລະບົບ/ລະຫັດຜ່ານທີ່ກໍານົດໄວ້
|
||||
FTPFailedToRemoveFile=ລຶບໄຟລ a <b> %s </b> ບໍ່ ສຳ ເລັດ.
|
||||
FTPFailedToRemoveDir=ການລຶບບັນຊີລາຍຊື່ <b> %s </b> ລົ້ມເຫລວ: ກວດເບິ່ງການອະນຸຍາດແລະວ່າບັນຊີລາຍການຫວ່າງເປົ່າ.
|
||||
FTPPassiveMode=ໂiveດຕົວຕັ້ງຕົວຕີ
|
||||
ChooseAFTPEntryIntoMenu=ເລືອກເວັບໄຊ FTP/SFTP ຈາກເມນູ ...
|
||||
FailedToGetFile=ຮັບເອົາໄຟລ a %s ບໍ່ ສຳ ເລັດ
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user