Compare commits

..

25 Commits

Author SHA1 Message Date
Heimen Stoffels 2748cdf637 Translated using Weblate (Dutch)
Currently translated at 100.0% (12 of 12 strings)

Translation: applications/kftpgrabber - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/nl/
5 months ago
Michele Calgaro 71b0d2c3f0
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
TDE Weblate 977634d0a6 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kftpgrabber
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/
5 months ago
Michele Calgaro 4b8d52c2b5
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro b51330858c
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Juan M Ayala cfc2c53173 Translated using Weblate (Spanish)
Currently translated at 100.0% (12 of 12 strings)

Translation: applications/kftpgrabber - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/es/
7 months ago
Michele Calgaro ceeaa316f2
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro 5a19912118
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
TDE Gitea 17f2c8049a Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
9 months ago
Temuri Doghonadze da7fe5b131 Translated using Weblate (Georgian)
Currently translated at 100.0% (579 of 579 strings)

Translation: applications/kftpgrabber
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/ka/
9 months ago
Temuri Doghonadze b4fab37267 Translated using Weblate (Georgian)
Currently translated at 100.0% (12 of 12 strings)

Translation: applications/kftpgrabber - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ka/
9 months ago
TDE Weblate 5cf3157f72 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kftpgrabber
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/
10 months ago
Michele Calgaro 2fd2cc40ed
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 12cf34452e
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 65d68ce107
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 9e4d6621d3
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro cf9fd197a3
Fix FTBFS causes by invalid casts. This resolves issue #13
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Andrei Stepanov f5ef9f7cd4 Added translation using Weblate (Russian) 1 year ago
TDE Weblate a682efb2a2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kftpgrabber - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/
1 year ago
Michele Calgaro 96eabfd3ea
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 148d88187a
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 638b81d96f
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Andrei Stepanov 70edee2c4c Translated using Weblate (Russian)
Currently translated at 100.0% (12 of 12 strings)

Translation: applications/kftpgrabber - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/
2 years ago
Slávek Banko 88e3411b42
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro df401fe04d
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago

@ -1,7 +1,7 @@
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

@ -47,7 +47,7 @@
#include <tqdir.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <tdesocketdevice.h>
#include <utime.h>

@ -41,7 +41,7 @@
#include <tqdir.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <tdeio/job.h>
#include <tdeio/renamedlg.h>

@ -113,7 +113,7 @@ public:
void save();
Site *findSite(const TQString &id);
Site *findSite(const KURL &url) KDE_DEPRECATED;
Site *findSite(const KURL &url) TDE_DEPRECATED;
Site *findCategory(const TQString &id);

@ -53,7 +53,7 @@
#include <kstaticdeleter.h>
#include <kservice.h>
#include <kuserprofile.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <krun.h>
#include <kmdcodec.h>

@ -45,7 +45,7 @@
#include <kurl.h>
#include <kurldrag.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include "kftpqueueprocessor.h"
#include "kftpqueueconverter.h"

@ -38,7 +38,7 @@
#include "kftpsession.h"
#include "queuegroup.h"
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
using namespace KFTPEngine;
using namespace KFTPSession;

@ -37,11 +37,11 @@
#include "mainwindow.h"
#include "misc/kftpconfig.h"
#include <kuniqueapplication.h>
#include <tdeuniqueapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <ksplashscreen.h>
#include "kftpsession.h"
@ -76,7 +76,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);
KUniqueApplication app;
TDEUniqueApplication app;
if (app.isRestored()) {
RESTORE(MainWindow);

@ -59,7 +59,7 @@
#include <tdeio/job.h>
#include <kpassdlg.h>
#include <ksslpkcs12.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include "misc.h"
#include "kftpapi.h"
@ -105,7 +105,7 @@ MainWindow::MainWindow()
// Set the shell's ui resource file
setXMLFile("kftpgrabberui.rc");
connect(TDEApplication::kApplication(), TQ_SIGNAL(shutDown()), this, TQ_SLOT(appShutdown()));
connect(tdeApp, TQ_SIGNAL(shutDown()), this, TQ_SLOT(appShutdown()));
// Restore size and position
resize(KFTPCore::Config::size());
@ -188,7 +188,7 @@ void MainWindow::appShutdown()
bool MainWindow::queryClose()
{
if(TDEApplication::kApplication()->sessionSaving()) {
if(tdeApp->sessionSaving()) {
m_actions->m_closeApp = true;
}
@ -201,8 +201,8 @@ bool MainWindow::queryClose()
// Compute size and position of the pixmap to be grabbed:
TQPoint g = KFTPWidgets::SystemTray::self()->mapToGlobal(KFTPWidgets::SystemTray::self()->pos());
int desktopWidth = kapp->desktop()->width();
int desktopHeight = kapp->desktop()->height();
int desktopWidth = tdeApp->desktop()->width();
int desktopHeight = tdeApp->desktop()->height();
int tw = KFTPWidgets::SystemTray::self()->width();
int th = KFTPWidgets::SystemTray::self()->height();
int w = desktopWidth / 4;

@ -38,7 +38,7 @@
#include <tqfile.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <kstaticdeleter.h>
#include <tdepopupmenu.h>
#include <tdemessagebox.h>

@ -239,7 +239,7 @@ Filters::~Filters()
void Filters::save()
{
int num = 0;
TDEConfig *config = kapp->config();
TDEConfig *config = tdeApp->config();
config->setGroup("Filters");
config->writeEntry("count", count());
@ -299,7 +299,7 @@ void Filters::save()
void Filters::load()
{
int num = 0;
TDEConfig *config = kapp->config();
TDEConfig *config = tdeApp->config();
config->setGroup("Filters");
num = config->readNumEntry("count");

@ -43,7 +43,7 @@
*
* @author Jernej Kos
*/
class KDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin {
class TDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin {
TQ_OBJECT
public:
KFTPBookmarkImportPlugin(TQObject *parent, const char *name = 0);

@ -4,9 +4,9 @@
<kcfgfile name="kftpgrabberrc"/>
<!-- Includes -->
<include>ntqsize.h</include>
<include>ntqpoint.h</include>
<include>ntqdir.h</include>
<include>tqsize.h</include>
<include>tqpoint.h</include>
<include>tqdir.h</include>
<include>configbase.h</include>
<!-- Config groups -->

@ -38,7 +38,7 @@
#include <kurl.h>
#include <kmdcodec.h>
#include <tdeapplication.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tqcolor.h>
@ -157,7 +157,7 @@ TQString path2Dir(const TQString &path)
TQString genID()
{
return kapp->randomString(5);
return tdeApp->randomString(5);
}
TQString encodePassword(const TQString& password)
@ -172,7 +172,7 @@ TQString decodePassword(const TQString& password)
TDEConfig *config(const TQString &section)
{
TDEConfig *conf = kapp->config();
TDEConfig *conf = tdeApp->config();
conf->setGroup(section);
return conf;

@ -43,7 +43,7 @@
#include <tdeapplication.h>
#include <kdialog.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <kactivelabel.h>
#include <tdeglobalsettings.h>
@ -69,7 +69,7 @@ Balloon::Balloon(const TQString &text, const TQString &pix)
if (!pix.isEmpty()) {
TQLabel *image = new TQLabel(this, "mImage");
image->setScaledContents(FALSE);
image->setScaledContents(false);
image->setPixmap(loadSmallPixmap(pix));
Layout1->addWidget(image);

@ -47,7 +47,7 @@
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <kprogress.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
using namespace KFTPGrabberBase;

@ -67,7 +67,7 @@
#include <kshred.h>
#include <klineedit.h>
#include <tdefiledialog.h>
#include <kstandarddirs.h>
#include <tdestandarddirs.h>
#include <tqdir.h>
#include <tqclipboard.h>

@ -477,12 +477,12 @@ QueueView::QueueView(TQWidget *parent, const char *name)
void QueueView::saveLayout()
{
m_queue->saveLayout(kapp->config(), "queueViewLayout");
m_queue->saveLayout(tdeApp->config(), "queueViewLayout");
}
void QueueView::loadLayout()
{
m_queue->restoreLayout(kapp->config(), "queueViewLayout");
m_queue->restoreLayout(tdeApp->config(), "queueViewLayout");
}
void QueueView::initToolBar()

@ -1,25 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Juan M Ayala <linux.zero@yahoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-01 16:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2025-01-21 10:12+0000\n"
"Last-Translator: Juan M Ayala <linux.zero@yahoo.com>\n"
"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/kftpgrabber-desktop-files/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: src/kftpgrabber.desktop:2
msgid "KFTPGrabber"
msgstr ""
msgstr "KFTPGrabber"
#. GenericName
#: src/kftpgrabber.desktop:4

@ -1,25 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-01 16:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2024-11-03 20:11+0000\n"
"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n"
"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/kftpgrabber-desktop-files/ka/>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: src/kftpgrabber.desktop:2
msgid "KFTPGrabber"
msgstr ""
msgstr "KFTPGrabber"
#. GenericName
#: src/kftpgrabber.desktop:4
@ -34,46 +35,44 @@ msgstr "გრაფიკული FTP კლიენტი"
#. Comment
#: src/misc/interfaces/kftpbookmarkimportplugin.desktop:2
msgid "A KFTPGrabber plugin for importing bookmarks"
msgstr "სანიშნეების იმპორტის მოდული KFTPGrabber-თვის"
msgstr "სანიშნეების შემოტანის მოდული KFTPGrabber-თვის"
#. Name
#: src/misc/plugins/bookmarkimport/filezilla3/kftpimportplugin_filezilla3.desktop:2
#, fuzzy
msgid "FileZilla 3 Import plugin"
msgstr "gFTP-ის იმპორტის მოდული"
msgstr "FileZilla 3-დან შემოტანის დამატება"
#. Comment
#: src/misc/plugins/bookmarkimport/filezilla3/kftpimportplugin_filezilla3.desktop:4
#, fuzzy
msgid "FileZilla 3 bookmarks import plugin"
msgstr "KFTPGrabber-ის XML-ის სანიშნეების იმპორტის მოდული"
msgstr "FileZilla 3-ის სანიშნეების შემოტანის დამატება"
#. Name
#: src/misc/plugins/bookmarkimport/gftp/kftpimportplugin_gftp.desktop:2
msgid "gFTP Import plugin"
msgstr "gFTP-ის იმპორტის მოდული"
msgstr "gFTP-დან შემოტანის დამატება"
#. Comment
#: src/misc/plugins/bookmarkimport/gftp/kftpimportplugin_gftp.desktop:4
msgid "gFTP bookmarks import plugin for KFTPGrabber"
msgstr "gFTP-ის სანიშნეების იმპორტის მოდული KFTPGrabber-თვის"
msgstr "gFTP-ის სანიშნეების შემოტანის დამატება KFTPGrabber-თვის"
#. Name
#: src/misc/plugins/bookmarkimport/kftp/kftpimportplugin_kftp.desktop:2
msgid "KFTPGrabber XML Import plugin"
msgstr "KFTPGrabber-ის XML-ის იმპორტის მოდული"
msgstr "KFTPGrabber XML-დან შემოტანის დამატება"
#. Comment
#: src/misc/plugins/bookmarkimport/kftp/kftpimportplugin_kftp.desktop:4
msgid "KFTPGrabber XML bookmarks import plugin"
msgstr "KFTPGrabber-ის XML-ის სანიშნეების იმპორტის მოდული"
msgstr "KFTPGrabber-ის XML-ის სანიშნეების შემოტანის დამატება"
#. Name
#: src/misc/plugins/bookmarkimport/ncftp/kftpimportplugin_ncftp.desktop:2
msgid "NcFTP Import plugin"
msgstr "NcFTP-ის იმპორტის მოდული"
msgstr "NcFTP-დან შემოტანის დამატება"
#. Comment
#: src/misc/plugins/bookmarkimport/ncftp/kftpimportplugin_ncftp.desktop:4
msgid "NcFTP bookmarks import plugin for KFTPGrabber"
msgstr "NcFTP-ის სანიშნეების იმპორტის მოდული KFTPGrabber-თვის"
msgstr "NcFTP-ის სანიშნეების შემოტანის დამატება KFTPGrabber-თვის"

@ -1,25 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Heimen Stoffels <vistausss@fastmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-01 16:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2025-03-30 11:44+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
"Language-Team: Dutch <https://mirror.git.trinitydesktop.org/weblate/projects/"
"applications/kftpgrabber-desktop-files/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: src/kftpgrabber.desktop:2
msgid "KFTPGrabber"
msgstr ""
msgstr "KFTPGrabber"
#. GenericName
#: src/kftpgrabber.desktop:4

@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Andrei Stepanov <adem4ik@gmail.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-01 16:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2023-12-17 17:55+0000\n"
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/kftpgrabber-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: src/kftpgrabber.desktop:2
msgid "KFTPGrabber"
msgstr ""
msgstr "KFTPGrabber"
#. GenericName
#: src/kftpgrabber.desktop:4
@ -34,19 +36,17 @@ msgstr "Графический клиент FTP"
#. Comment
#: src/misc/interfaces/kftpbookmarkimportplugin.desktop:2
msgid "A KFTPGrabber plugin for importing bookmarks"
msgstr ""
msgstr "Плагин KFTPGrabber для импорта закладок"
#. Name
#: src/misc/plugins/bookmarkimport/filezilla3/kftpimportplugin_filezilla3.desktop:2
#, fuzzy
msgid "FileZilla 3 Import plugin"
msgstr "Модуль импорта из gFTP"
msgstr "Модуль импорта FileZilla 3"
#. Comment
#: src/misc/plugins/bookmarkimport/filezilla3/kftpimportplugin_filezilla3.desktop:4
#, fuzzy
msgid "FileZilla 3 bookmarks import plugin"
msgstr "Импорт закладок gFTP в KFTPGrabber"
msgstr "Модуль импорта закладок FileZilla 3"
#. Name
#: src/misc/plugins/bookmarkimport/gftp/kftpimportplugin_gftp.desktop:2
@ -60,15 +60,13 @@ msgstr "Импорт закладок gFTP в KFTPGrabber"
#. Name
#: src/misc/plugins/bookmarkimport/kftp/kftpimportplugin_kftp.desktop:2
#, fuzzy
msgid "KFTPGrabber XML Import plugin"
msgstr "Модуль импорта из gFTP"
msgstr "Модуль импорта XML для KFTPGrabber"
#. Comment
#: src/misc/plugins/bookmarkimport/kftp/kftpimportplugin_kftp.desktop:4
#, fuzzy
msgid "KFTPGrabber XML bookmarks import plugin"
msgstr "Импорт закладок gFTP в KFTPGrabber"
msgstr "Модуль импорта XML-закладок для KFTPGrabber"
#. Name
#: src/misc/plugins/bookmarkimport/ncftp/kftpimportplugin_ncftp.desktop:2

@ -3350,7 +3350,7 @@ msgstr "Erstat med"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3381,7 +3381,7 @@ msgstr "Replace With"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""
@ -3391,7 +3391,7 @@ msgstr "Replace With"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"

@ -3343,7 +3343,7 @@ msgstr "Asendamine"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3450,7 +3450,7 @@ msgstr "Remplacer par"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3385,7 +3385,7 @@ msgstr "Substituir Por"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

File diff suppressed because it is too large Load Diff

@ -3604,7 +3604,7 @@ msgstr "Gusimbuza"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3386,7 +3386,7 @@ msgstr "Замени са"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3388,7 +3388,7 @@ msgstr "Zameni sa"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

@ -3380,7 +3380,7 @@ msgstr "İle Değiştir"
#~ "file.<br>This was created for special scripts, so they can act as some "
#~ "user<br>without having to know their password and logging in as that "
#~ "user. Most<br>siteops will find no use for this.<br><br>Note: This is not "
#~ "TRUE emulation, you should not use this to do serious<br>things. Some "
#~ "true emulation, you should not use this to do serious<br>things. Some "
#~ "things will not work; others will work incorrectly. The<br>only way to "
#~ "achieve 'true' emulation is to log in as that user.<br>"
#~ msgstr ""

Loading…
Cancel
Save