mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
remove hook and translations from old update check
This commit is contained in:
parent
6ea1b17b40
commit
7a4520daaa
@ -1,89 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - Admin *
|
||||
* http://www.egroupware.org *
|
||||
* This application written by Miles Lott <milos@groupwhere.org> *
|
||||
* 04/27/2005 Fixed by Olivier TITECA-BEAUPORT <oliviert@maphilo.com> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/* Check currentapp and API upgrade status */
|
||||
//if$GLOBALS['egw_info']['user']['preferences']['common']);
|
||||
//=
|
||||
//itemplate_set
|
||||
|
||||
if( $GLOBALS['egw_info']['user']['preferences']['common']['show_general_menu'] == 'sidebox' &&
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] != 'home' &&
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] != 'welcome' &&
|
||||
(isset($GLOBALS['egw_info']['server']['checkappversions']) &&
|
||||
$GLOBALS['egw_info']['server']['checkappversions']))
|
||||
{
|
||||
if((isset($GLOBALS['egw_info']['user']['apps']['admin']) &&
|
||||
$GLOBALS['egw_info']['user']['apps']['admin']) ||
|
||||
$GLOBALS['egw_info']['server']['checkappversions'] == 'All')
|
||||
{
|
||||
$_returnhtml = array();
|
||||
$app_name = $GLOBALS['egw_info']['flags']['currentapp'];
|
||||
$GLOBALS['egw']->db->query("SELECT app_name,app_version FROM egw_applications WHERE app_name='$app_name' OR app_name='phpgwapi'",__LINE__,__FILE__);
|
||||
while($GLOBALS['egw']->db->next_record())
|
||||
{
|
||||
$_db_version = $GLOBALS['egw']->db->f('app_version');
|
||||
$app_name = $GLOBALS['egw']->db->f('app_name');
|
||||
$_versionfile = $GLOBALS['egw']->common->get_app_dir($app_name) . '/setup/setup.inc.php';
|
||||
if(file_exists($_versionfile))
|
||||
{
|
||||
include($_versionfile);
|
||||
$_file_version = $setup_info[$app_name]['version'];
|
||||
unset($setup_info);
|
||||
|
||||
if(amorethanb($_file_version, $_db_version))
|
||||
{
|
||||
if($app_name == 'phpgwapi' )
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('The API requires an upgrade');
|
||||
}
|
||||
else
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('This application requires an upgrade') . ": \n <br />" . lang('Please run setup to become current') . '.' . "\n";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if($app_name == 'phpgwapi' )
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('The API is current');
|
||||
}
|
||||
else
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('This application is current') . "\n";
|
||||
}
|
||||
}
|
||||
unset($_file_version);
|
||||
}
|
||||
else
|
||||
{
|
||||
// if setup.inc.php do not exist for the app, we assume that the app is current
|
||||
if($app_name == 'phpgwapi' )
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('The API is current');
|
||||
}
|
||||
else
|
||||
{
|
||||
$_returnhtml[$app_name] = lang('This application is current') . "\n";
|
||||
}
|
||||
}
|
||||
unset($_db_version);
|
||||
unset($_versionfile);
|
||||
}
|
||||
echo '<p style="text-align: center;">'.implode('<br />',$_returnhtml)."</p>\n";
|
||||
|
||||
unset($_returnhtml);
|
||||
unset($_html);
|
||||
}
|
||||
}
|
@ -33,7 +33,6 @@ $setup_info['admin']['description'] = 'EGroupware administration application';
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['admin']['hooks'] = array(
|
||||
'acl_manager',
|
||||
'after_navbar',
|
||||
'config_validate',
|
||||
'deleteaccount',
|
||||
'topmenu_info'
|
||||
|
@ -653,12 +653,8 @@ tajikistan common bg Таджикистан
|
||||
tanzania, united republic of common bg Обединена Република Танзания
|
||||
text color: common bg Цвят на текста:
|
||||
thailand common bg Тайланд
|
||||
the api is current common bg API е последна версия
|
||||
the api requires an upgrade common bg API има нужда от обновяване
|
||||
the following applications require upgrades common bg Следните приложения имат нужда от обновяване
|
||||
the mail server returned common bg Пощенският сървър върна следното съобщение
|
||||
this application is current common bg Приложението е последна версия
|
||||
this application requires an upgrade common bg Приложението има нужда от обновяване
|
||||
this name has been used already common bg Това име вече е използвано !
|
||||
thursday common bg Четвъртък
|
||||
time common bg Време
|
||||
|
@ -651,12 +651,8 @@ tajikistan common ca TAJIKISTAN
|
||||
tanzania, united republic of common ca TANZANIA, REPÚBLICA UNIDA DE
|
||||
text color: common ca Color del text:
|
||||
thailand common ca TAILÀNDIA
|
||||
the api is current common ca La API esta al dia
|
||||
the api requires an upgrade common ca La API necessita actualització
|
||||
the following applications require upgrades common ca Les següents aplicacions necessiten actualització
|
||||
the mail server returned common ca El servidor de correu ha tornat
|
||||
this application is current common ca Aquesta aplicació està al dia
|
||||
this application requires an upgrade common ca Aquesta aplicació necessita actualitzar-se
|
||||
this name has been used already common ca Aquest nom ja és en ús !
|
||||
thursday common ca Dijous
|
||||
tiled common ca apilat
|
||||
|
@ -685,13 +685,9 @@ tajikistan common cs TÁDŽIKISTÁN
|
||||
tanzania, united republic of common cs TANZANIE
|
||||
text color: common cs Barva textu:
|
||||
thailand common cs THAJSKO
|
||||
the api is current common cs API je aktuální
|
||||
the api requires an upgrade common cs API vyžaduje aktualizaci
|
||||
the following applications require upgrades common cs Následující aplikace vyžadují aktualizaci
|
||||
the mail server returned common cs Poštovní server odpověděl
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common cs Systémový uživatel tohoto jména již existuje. Uživatelé by neměli mít stejná jména jako systémoví uživatelé.
|
||||
this application is current common cs Tato aplikace je aktuální
|
||||
this application requires an upgrade common cs Tato aplikace vyžaduje aktualizaci
|
||||
this name has been used already common cs Takové jméno již bylo použito!
|
||||
thursday common cs Čtvrtek
|
||||
tiled common cs dlaždice
|
||||
|
@ -567,12 +567,8 @@ taiwan common da Taiwan/Taipei
|
||||
tajikistan common da Tajikistan
|
||||
tanzania, united republic of common da Tanzania, Den forenede Republik
|
||||
thailand common da Thailand
|
||||
the api is current common da APIen er up-to-date
|
||||
the api requires an upgrade common da APIen skal opdateres
|
||||
the following applications require upgrades common da Følgende applikationer skal opdateres
|
||||
the mail server returned common da Postserveren retunerede
|
||||
this application is current common da Denne applikation er up-to-date
|
||||
this application requires an upgrade common da Denne applikation skal opdateres
|
||||
this name has been used already common da Dette navn er allerede i brug!
|
||||
thursday common da Torsdag
|
||||
time common da Tid
|
||||
|
@ -815,15 +815,11 @@ tajikistan common de TAJIKISTAN
|
||||
tanzania, united republic of common de TANZANIA, VEREINIGTE REPUBLIK
|
||||
text color: common de Textfarbe:
|
||||
thailand common de THAILAND
|
||||
the api is current common de Die API ist aktuell
|
||||
the api requires an upgrade common de Die API benötigt eine Aktualisierung
|
||||
the browser popup blocker is on. please click on ok button to see the pop-up.\n\nif you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1 common de Ihr Browser hat das Öffnen eines Popup-Dialogs blockiert. Bitte klicken Sie OK, um das Popup angezeigt zu bekommen.\n\nWenn Sie die Meldung nicht nochmals erhalten wollen, erlauben Sie bitte in den Einstellungen vom Browser für %1 das Öffnen von Popups.
|
||||
the following applications require upgrades common de Die folgenden Anwendungen benötigen eine Aktualisierung
|
||||
the mail server returned common de Der E-Mail-Server liefert zurück
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common de Es gibt schon einen System Benutzer mit dem selben Namen. Die Benutzer sollten nicht die gleichen Namen haben, wie die Systembenutzer.
|
||||
they will be sub-folders in users home (%1 attribute). common de Diese werden Unterordner im Homeverzeichnis des Benutzers (%1 Attribute).
|
||||
this application is current common de Diese Anwendung ist aktuell
|
||||
this application requires an upgrade common de Diese Anwendung benötigt eine Aktualisierung
|
||||
this name has been used already common de Dieser Name ist bereits in Benutzung !
|
||||
thursday common de Donnerstag
|
||||
tiled common de gekachelt
|
||||
|
@ -623,12 +623,8 @@ tajikistan common el ΤΑΖΙΚΙΣΤΑΝ
|
||||
tanzania, united republic of common el ΤΑΝΖΑΝΙΑ
|
||||
text color: common el Χρώμα κειμένου:
|
||||
thailand common el ΤΑΪΛΑΝΔΗ
|
||||
the api is current common el Το ΑΡΙ είναι το τρέχον
|
||||
the api requires an upgrade common el Το ΑΡΙ χρειάζεται αναβάθμιση
|
||||
the following applications require upgrades common el Οι παρακάτω εφαρμογές χρειάζονται αναβάθμιση
|
||||
the mail server returned common el Ο διακομιστής email επέστρεψε
|
||||
this application is current common el Η εφαρμογή είναι η τρέχουσα
|
||||
this application requires an upgrade common el Η εφαρμογή χρειάζεται αναβάθμιση
|
||||
this name has been used already common el Το όνομα ήδη χρησιμοποιείται
|
||||
thursday common el Πέμπτη
|
||||
time common el Ωρα
|
||||
|
@ -815,15 +815,11 @@ tajikistan common en TAJIKISTAN
|
||||
tanzania, united republic of common en TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common en Text color:
|
||||
thailand common en THAILAND
|
||||
the api is current common en The API is current
|
||||
the api requires an upgrade common en The API requires an upgrade
|
||||
the browser popup blocker is on. please click on ok button to see the pop-up.\n\nif you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1 common en The browser popup blocker is on. Please click on ok button to see the pop-up.\n\nIf you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1
|
||||
the following applications require upgrades common en The following applications require upgrades
|
||||
the mail server returned common en The mail server returned
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common en There already is a system user with this name. Please, select another name.
|
||||
they will be sub-folders in users home (%1 attribute). common en They will be sub-folders in users home (%1 attribute).
|
||||
this application is current common en This application is current
|
||||
this application requires an upgrade common en This application requires an upgrade.
|
||||
this name has been used already common en This name has been used already!
|
||||
thursday common en Thursday
|
||||
tiled common en Tiled
|
||||
|
@ -733,13 +733,9 @@ tajikistan common es-es TAJIKISTAN
|
||||
tanzania, united republic of common es-es TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common es-es Color del texto:
|
||||
thailand common es-es TAILANDIA
|
||||
the api is current common es-es La API esta al dia
|
||||
the api requires an upgrade common es-es La API requiere una actualizacion
|
||||
the following applications require upgrades common es-es Las siguientes aplicaciones requieren actualizaciones
|
||||
the mail server returned common es-es El servidor de correo devolvió
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common es-es Ya hay un usuario de sistema con este nombre. Los usuarios no deben tener el mismo nombre que un usuario de sistema.
|
||||
this application is current common es-es Esta aplicación está actualizada
|
||||
this application requires an upgrade common es-es Esta aplicación requiere una actualización
|
||||
this name has been used already common es-es ¡Este nombre ya ha sido usado!
|
||||
thursday common es-es Jueves
|
||||
tiled common es-es mosaico
|
||||
|
@ -430,11 +430,7 @@ sunday common et Pühapäev
|
||||
sweden common et ROOTSI
|
||||
text color: common et Teksti värv:
|
||||
thailand common et TAI
|
||||
the api is current common et API on kaasaegne
|
||||
the api requires an upgrade common et API vajab uuendamist
|
||||
the following applications require upgrades common et Järgmised rakendused vajavad uuendusi
|
||||
this application is current common et See rakendus on kaasaegne
|
||||
this application requires an upgrade common et See rakendus vajab uuendust
|
||||
this name has been used already common et See nimi on juba kasutusel !
|
||||
thursday common et Neljapäev
|
||||
tiled common et paanidena
|
||||
|
@ -553,10 +553,6 @@ taiwan common eu TAIWAN/TAIPEI
|
||||
tajikistan common eu TAJIKISTAN
|
||||
text color: common eu Testuaren kolorea:
|
||||
thailand common eu THAILAND
|
||||
the api is current common eu APIa eguneratua dago
|
||||
the api requires an upgrade common eu APIak eguneratze bat behar du
|
||||
this application is current common eu Aplikazio hau eguneratua dago
|
||||
this application requires an upgrade common eu Aplikazio honek egunertzea behar du
|
||||
this name has been used already common eu Izen hau erabilia dago!
|
||||
thursday common eu Osteguna
|
||||
time common eu Ordua
|
||||
|
@ -472,12 +472,8 @@ sunday common fa یکشنبه
|
||||
tajikistan common fa تاجیکستان
|
||||
text color: common fa رنگ متن:
|
||||
thailand common fa تایلند
|
||||
the api is current common fa API بروز است
|
||||
the api requires an upgrade common fa API بهنگام سازی لازم دارد
|
||||
the following applications require upgrades common fa برنامه های زیر بهنگام سازی نیاز دارند
|
||||
the mail server returned common fa کارگزار نامه می گوید
|
||||
this application is current common fa این کاربرد بهنگام است
|
||||
this application requires an upgrade common fa این برنامه بهنگام سازی می خواهد
|
||||
this name has been used already common fa این نام قبلا استفاده شده!
|
||||
thursday common fa پنجشنبه
|
||||
tiled common fa کاشی
|
||||
|
@ -735,13 +735,9 @@ tajikistan common fi TAJIKISTAN
|
||||
tanzania, united republic of common fi TANSANIAN YHDISTYNYT TASAVALTA
|
||||
text color: common fi Tekstin väri:
|
||||
thailand common fi THAIMAA
|
||||
the api is current common fi API on ajan tasalla
|
||||
the api requires an upgrade common fi API tarvitsee päivityksen
|
||||
the following applications require upgrades common fi Seuraavat sovellukset tarvitsevat päivityksen
|
||||
the mail server returned common fi Sähköpostipalvelin palautti
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common fi Käyttäjänimi on jo käytössä. Valitse toinen nimi.
|
||||
this application is current common fi Tämä sovellus on ajan tasalla
|
||||
this application requires an upgrade common fi Tämä sovellus tarvitsee päivityksen
|
||||
this name has been used already common fi Nimi on jo käytössä!
|
||||
thursday common fi Torstai
|
||||
tiled common fi Pinottu
|
||||
|
@ -791,15 +791,11 @@ tajikistan common fr TAJIKISTAN
|
||||
tanzania, united republic of common fr TANZANIE, REPUBLIQUE DE
|
||||
text color: common fr Couleur du Texte:
|
||||
thailand common fr THAILANDE
|
||||
the api is current common fr L'API est à jour
|
||||
the api requires an upgrade common fr L'API nécessite une mise à jour
|
||||
the browser popup blocker is on. please click on ok button to see the pop-up.\n\nif you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1 common fr Le bloqueur de popup est activé. Veuillez cliquer sur OK pour voir la pop-up. \n\nSi vous ne souhaitez plus voir ce message, autoriser votre navigateur à ouvrir les pop-up de ce site %1
|
||||
the following applications require upgrades common fr Les applications suivantes nécessitent une mise à jour
|
||||
the mail server returned common fr Le serveur email a renvoyé
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common fr Il y a déjà un utilisateur système avec ce nom. Veuillez choisir un autre nom.
|
||||
they will be sub-folders in users home (%1 attribute). common fr Il y aura des sous-répertoires dans les répertoires personnels (home) (attribut %1)
|
||||
this application is current common fr Cette application est à jour
|
||||
this application requires an upgrade common fr Cette application nécessite une mise à jour
|
||||
this name has been used already common fr Ce nom est déjà utilisé !
|
||||
thursday common fr Jeudi
|
||||
tiled common fr mosaïque
|
||||
|
@ -546,12 +546,8 @@ tajikistan common hr TAJIKISTAN
|
||||
tanzania, united republic of common hr TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common hr Text color:
|
||||
thailand common hr THAILAND
|
||||
the api is current common hr The API is current
|
||||
the api requires an upgrade common hr The API requires an upgrade
|
||||
the following applications require upgrades common hr The following applications require upgrades
|
||||
the mail server returned common hr The mail server returned
|
||||
this application is current common hr This application is current
|
||||
this application requires an upgrade common hr This application requires an upgrade
|
||||
this name has been used already common hr This name has been used already !
|
||||
thursday common hr Četvrtak
|
||||
time common hr Vrijeme
|
||||
|
@ -670,12 +670,8 @@ tajikistan common hu Tadzsikisztán
|
||||
tanzania, united republic of common hu Tanzánia
|
||||
text color: common hu Szöveg szín:
|
||||
thailand common hu Thaiföld
|
||||
the api is current common hu Az API aktuális, nincs szükség frissítésre
|
||||
the api requires an upgrade common hu Az API frissítést igényel !!!
|
||||
the following applications require upgrades common hu A következő alkalmazásokat frissíteni kell
|
||||
the mail server returned common hu A levelezőszerver visszatért (Jedi attached ;)
|
||||
this application is current common hu Az alkalmazás friss
|
||||
this application requires an upgrade common hu Az alkalmazás frissítést kíván
|
||||
this name has been used already common hu Ez a név már használatban van!
|
||||
thursday common hu Csütörtök
|
||||
tiled common hu mozaik
|
||||
|
@ -564,7 +564,6 @@ tajikistan common id TAJIKISTAN
|
||||
tanzania, united republic of common id REPUBLIK TANZANIA
|
||||
text color: common id Warna Teks:
|
||||
thailand common id THAILAND
|
||||
the api is current common id The API is current
|
||||
thursday common id Kamis
|
||||
tiled common id tiled
|
||||
time common id Waktu
|
||||
|
@ -815,15 +815,11 @@ tajikistan common it TAJIKISTAN
|
||||
tanzania, united republic of common it TANZANIA, REPUBBLICA UNITA DELLA
|
||||
text color: common it Colore testo
|
||||
thailand common it TAILANDIA
|
||||
the api is current common it L'API è aggiornata
|
||||
the api requires an upgrade common it L'API necessita di un aggiornamento
|
||||
the browser popup blocker is on. please click on ok button to see the pop-up.\n\nif you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1 common it Il blocco dei popup del browser è attivo. Cliccare su OK per visualizzarlo. \n\nPer evitare la visualizzione in futuro di questo messaggio, permettere la apertura di popup nel browser da %1
|
||||
the following applications require upgrades common it Le seguenti applicazioni richiedono un aggiornamento
|
||||
the mail server returned common it Il mail server ha risposto
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common it C'è già un sistema con questo nome. Per favore usane un altro.
|
||||
they will be sub-folders in users home (%1 attribute). common it Saranno sottocartelle nella home dell'utente (attributo %1)
|
||||
this application is current common it Questa applicazione è aggiornata
|
||||
this application requires an upgrade common it Questa applicazione richiede un aggiornamento
|
||||
this name has been used already common it Questo nome è già stato usato!
|
||||
thursday common it Giovedì
|
||||
tiled common it tiled
|
||||
|
@ -351,12 +351,8 @@ substitutions and their meanings: common iw :חלופות ופירושן
|
||||
sunday common iw יום ראשון
|
||||
table properties common iw תכונות טבלה
|
||||
text color: common iw :צבע טקסט
|
||||
the api is current common iw מעודכן API-ה
|
||||
the api requires an upgrade common iw זקוק לעדכון API-ה
|
||||
the following applications require upgrades common iw היישומים הבאים זקוקים לעדכונים
|
||||
the mail server returned common iw שרת הדואר החזיר
|
||||
this application is current common iw יישום זה מעודכן
|
||||
this application requires an upgrade common iw יישום זה זקוק לעדכון
|
||||
this name has been used already common iw !שם זה בשימוש כבר
|
||||
thursday common iw יום חמישי
|
||||
time common iw שעה
|
||||
|
@ -305,11 +305,7 @@ subject common ko 제목
|
||||
submit common ko 전송
|
||||
sunday common ko 일요일
|
||||
table properties common ko 테이블 속성
|
||||
the api is current common ko 이 API 는 최신버전입니다.
|
||||
the api requires an upgrade common ko 이 API 는 업그레이드가 필요합니다.
|
||||
the following applications require upgrades common ko 다음의 응용프로그램은 업그레이드가 필요합니다.
|
||||
this application is current common ko 이 응용프로그램은 최신입니다.
|
||||
this application requires an upgrade common ko 이 응용프로그램은 업그레이드가 필요합니다.
|
||||
thursday common ko 목요일
|
||||
time common ko 시간
|
||||
time zone offset common ko 시간대 변경
|
||||
|
@ -679,13 +679,9 @@ tajikistan common lo TAJIKISTAN
|
||||
tanzania, united republic of common lo TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common lo ສີຂໍ້ຄວາມ:
|
||||
thailand common lo THAILAND
|
||||
the api is current common lo API ເປັນປະຈຸບັນ
|
||||
the api requires an upgrade common lo API ຕ້ອງມີການປັບປຸງຂື້ນ
|
||||
the following applications require upgrades common lo ແອັບພຼິເຄຊັນຕໍ່ໄປນີ້ຕ້ອງການທີ່ຈະປັບປຸງຂື້ນ
|
||||
the mail server returned common lo ເຊີເວີ້ເມລທີ່ໄດ້ສົ່ງກັບ
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common lo ທ່ານບໍ່ສາມາດນໍາໃຊ້ຊື່ນີ້ໄດ້, ເນື່ອງຈາກຊື່ນີ້ມີຢູ່ໃນລະບົບແລ້ວ
|
||||
this application is current common lo ແອັບພຼິເຄຊັນເປັນປັດຈຸບັນ
|
||||
this application requires an upgrade common lo ແອັບພຼິເຄຊັນນີ້ຕ້ອງການທີ່ຈະປັບປຸງຂື້ນ
|
||||
this name has been used already common lo ຊື່ນີ້ໄດ້ຖືກນໍາໃຊ້ແລ້ວ
|
||||
thursday common lo ພະຫັດ
|
||||
time common lo ເວລາ
|
||||
|
@ -548,12 +548,8 @@ tajikistan common lv TADŽIKISTĀNA
|
||||
tanzania, united republic of common lv TANZĀNIJA
|
||||
text color: common lv Texta krāsa:
|
||||
thailand common lv TAIZEME
|
||||
the api is current common lv Pašreizējais API
|
||||
the api requires an upgrade common lv API pieprasa jauninājumus
|
||||
the following applications require upgrades common lv Sekojoša programmatūra pieprasa jauninajumus
|
||||
the mail server returned common lv Pasta serveris atgrieza
|
||||
this application is current common lv Pašreizējā aplikācija
|
||||
this application requires an upgrade common lv Šai aplikāčijai ir nepieciešāma atjaunošana
|
||||
this name has been used already common lv Šis vārds jau ir aizņemts !
|
||||
thursday common lv Ceturtdiena
|
||||
time common lv Laiks
|
||||
|
@ -795,15 +795,11 @@ tajikistan common nl TADZJIKISTAN
|
||||
tanzania, united republic of common nl TANZANIA
|
||||
text color: common nl Tekstkleur:
|
||||
thailand common nl THAILAND
|
||||
the api is current common nl De API is actueel
|
||||
the api requires an upgrade common nl De API vereist een upgrade
|
||||
the browser popup blocker is on. please click on ok button to see the pop-up.\n\nif you would like to not see this message for the next time, allow your browser pop-up blocker to open popups from %1 common nl De browser popup blocker staat aan.
|
||||
the following applications require upgrades common nl De volgende toepassingen vereisen een upgrade
|
||||
the mail server returned common nl De mailserver gaf als reactie
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common nl Er is al een systeem gebruiker met deze naam. Selecteer svp een andere naam
|
||||
they will be sub-folders in users home (%1 attribute). common nl Zij zullen onderliggende mappen zijn in gebruikers home (%1 attribuut)
|
||||
this application is current common nl Deze toepassing is actueel
|
||||
this application requires an upgrade common nl Deze toepassing vereist een upgrade
|
||||
this name has been used already common nl Deze naam is reeds in gebruik !
|
||||
thursday common nl Donderdag
|
||||
tiled common nl als tegels
|
||||
|
@ -579,12 +579,8 @@ tajikistan common no TADJIKISTAN
|
||||
tanzania, united republic of common no TANZANIA
|
||||
text color: common no Tekstfarge:
|
||||
thailand common no THAILAND
|
||||
the api is current common no API er oppdatert
|
||||
the api requires an upgrade common no API trenger oppgradering
|
||||
the following applications require upgrades common no De følgende applikasjonene trenger oppgradering
|
||||
the mail server returned common no Epost tjener returnerte
|
||||
this application is current common no Applikasjonen er oppdatert
|
||||
this application requires an upgrade common no Applikasjonen trenger oppgradering
|
||||
this name has been used already common no Dette navnet er allerede i bruk !
|
||||
thursday common no Torsdag
|
||||
time common no Tid
|
||||
|
@ -686,13 +686,9 @@ tajikistan common pl TADŻYKISTAN
|
||||
tanzania, united republic of common pl TANZANIA
|
||||
text color: common pl Kolor tekstu:
|
||||
thailand common pl TAJLANDIA
|
||||
the api is current common pl API jest aktualne
|
||||
the api requires an upgrade common pl API wymaga aktualizacji
|
||||
the following applications require upgrades common pl Następujące aplikacje wymagają upgrade'u
|
||||
the mail server returned common pl Serwer pocztowy zwrócił
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common pl Istnieje już użytkownik systemowy z tą nazwą. Użytkownicy nie powinni pokrywać się nazwami z użytkownikami systemowymi.
|
||||
this application is current common pl Wersja aplikacji jest aktualna
|
||||
this application requires an upgrade common pl Aplikacja wymaga aktualizacji
|
||||
this name has been used already common pl Ta nazwa została już użyta
|
||||
thursday common pl Czwartek
|
||||
tiled common pl Sąsiadujący
|
||||
|
@ -753,12 +753,8 @@ tajikistan common pt-br TAJIQUISTÃO
|
||||
tanzania, united republic of common pt-br TANZÂNIA
|
||||
text color: common pt-br Cor do texto:
|
||||
thailand common pt-br TAILÂNDIA
|
||||
the api is current common pt-br A API está atualizada
|
||||
the api requires an upgrade common pt-br A API requer atualização
|
||||
the following applications require upgrades common pt-br As seguintes aplicações requerem atualização
|
||||
the mail server returned common pt-br O servidor de email retornou
|
||||
this application is current common pt-br A aplicação está atualizada
|
||||
this application requires an upgrade common pt-br Esta aplicação requer atualização
|
||||
this name has been used already common pt-br Este nome já está em uso !
|
||||
thursday common pt-br Quinta
|
||||
tiled common pt-br mosaico
|
||||
|
@ -640,12 +640,8 @@ tajikistan common pt Tajiquistão
|
||||
tanzania, united republic of common pt Tanzânia, República Unida da
|
||||
text color: common pt Cor do texto:
|
||||
thailand common pt Tailândia
|
||||
the api is current common pt A API está actualizada
|
||||
the api requires an upgrade common pt A API requer actualização
|
||||
the following applications require upgrades common pt As seguintes aplicações requerem actualização
|
||||
the mail server returned common pt O servidor de correio electrónico retornou
|
||||
this application is current common pt A aplicação encontra-se actualizada
|
||||
this application requires an upgrade common pt Esta aplicação requer actualização
|
||||
this name has been used already common pt Este nome já está a ser utilizado !
|
||||
thursday common pt Quinta
|
||||
tiled common pt Mosaico
|
||||
|
@ -759,14 +759,10 @@ tajikistan common ru Таджикистан
|
||||
tanzania, united republic of common ru Танзания
|
||||
text color: common ru Цвет текста:
|
||||
thailand common ru Таиланд
|
||||
the api is current common ru Обновление API не требуется
|
||||
the api requires an upgrade common ru API требует обновления
|
||||
the following applications require upgrades common ru Следующие приложения требуют обновления
|
||||
the mail server returned common ru Почтовый сервер вернул
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common ru Пользователь с таким именем уже существует. Пожалуйста выберите другое имя.
|
||||
they will be sub-folders in users home (%1 attribute). common ru Они будут подпапкамив домашнем каталоге пользователя (%1 атрибут).
|
||||
this application is current common ru Обновление не требуется
|
||||
this application requires an upgrade common ru Приложение требует обновления
|
||||
this name has been used already common ru Это имя уже используется !
|
||||
thursday common ru Четверг
|
||||
tiled common ru мозаика
|
||||
|
@ -724,14 +724,10 @@ tajikistan common sk TADŽIKISTAN
|
||||
tanzania, united republic of common sk TANZÁNIA
|
||||
text color: common sk Farba písma:
|
||||
thailand common sk THAJSKO
|
||||
the api is current common sk API je aktuálne
|
||||
the api requires an upgrade common sk API potrebuje aktualizáciu
|
||||
the following applications require upgrades common sk Nasledujúce aplikácie vyžadujú aktualizáciu
|
||||
the mail server returned common sk Poštový server vrátil
|
||||
there already is a system-user with this name. user's should not have the same name as a systemuser common sk Systémový používateľ s takýmto menom už existuje. Používatelia nemôžu mať rovnaké meno ako systémoví používatelia.
|
||||
they will be sub-folders in users home (%1 attribute). common sk Budú pod-priečinkami v používateľovom domovskom priečinku (%1 atribút).
|
||||
this application is current common sk Táto aplikácia je aktuálna
|
||||
this application requires an upgrade common sk Táto aplikácia vyžaduje aktualizáciu
|
||||
this name has been used already common sk Toto meno sa už používa!
|
||||
thursday common sk Štvrtok
|
||||
tiled common sk dlaždice
|
||||
|
@ -665,12 +665,8 @@ tajikistan common sl TADŽIKISTAN
|
||||
tanzania, united republic of common sl TANZANIJA
|
||||
text color: common sl Barva besedila:
|
||||
thailand common sl TAJSKA
|
||||
the api is current common sl API je najnovejši
|
||||
the api requires an upgrade common sl API je potrebno nadgraditi
|
||||
the following applications require upgrades common sl Naslednje aplikacije je potrebno nadgraditi
|
||||
the mail server returned common sl Poštni strežnik je vrnil
|
||||
this application is current common sl Aplikacija je najnovejša
|
||||
this application requires an upgrade common sl Aplikacijo je potrebno nadgraditi
|
||||
this name has been used already common sl To ime je že uporabljeno!
|
||||
thursday common sl Četrtek
|
||||
tiled common sl Razpostavljeno
|
||||
|
@ -630,12 +630,8 @@ tajikistan common sv TAJIKISTAN
|
||||
tanzania, united republic of common sv TANZANIA
|
||||
text color: common sv Textfärg
|
||||
thailand common sv THAILAND
|
||||
the api is current common sv API är senast tillgängliga
|
||||
the api requires an upgrade common sv API behöver uppgradering
|
||||
the following applications require upgrades common sv Följande applikationer behöver uppgraderas
|
||||
the mail server returned common sv E-postservern returnerade
|
||||
this application is current common sv Applikationen är senast tillgängliga
|
||||
this application requires an upgrade common sv Applikationen behöver uppgraderas
|
||||
this name has been used already common sv Namnet är redan upptaget
|
||||
thursday common sv Torsdag
|
||||
tiled common sv Vinklad
|
||||
|
@ -59,10 +59,6 @@ search accounts common tr Hesaplar
|
||||
select all common tr Tamam?n? seç
|
||||
site configuration common tr Site Ayarlarý
|
||||
submit common tr Gönder
|
||||
the api is current common tr API güncel
|
||||
the api requires an upgrade common tr API güncelleme gerektiriyor
|
||||
this application is current common tr Uygulamanýz güncel
|
||||
this application requires an upgrade common tr Uygulamanýz güncelleme gerektirmektedir. (Yeni sürüm var)
|
||||
title common tr Baþlýk
|
||||
today common tr Bugün
|
||||
top common tr Maks
|
||||
|
@ -402,12 +402,8 @@ switzerland common uk ШВЕЙЦАРІЯ
|
||||
taiwan common uk ТАЙВАНЬ
|
||||
tajikistan common uk ТАДЖИКИСТАН
|
||||
thailand common uk ТАЇЛАНД
|
||||
the api is current common uk API поточне
|
||||
the api requires an upgrade common uk API потрібно поновити
|
||||
the following applications require upgrades common uk Наступні приложення потребують поновлення
|
||||
the mail server returned common uk Поштовий сервер повернув
|
||||
this application is current common uk Приложення поточне
|
||||
this application requires an upgrade common uk Це приложення потребує поновлення
|
||||
this name has been used already common uk Таке ім'я вже використовується !
|
||||
thursday common uk Четвер
|
||||
time common uk Час
|
||||
|
@ -523,12 +523,8 @@ tajikistan common vi TAJIKISTAN
|
||||
tanzania, united republic of common vi TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common vi Màu chữ văn bản:
|
||||
thailand common vi THAILAND
|
||||
the api is current common vi Phiên bản API hiện hành
|
||||
the api requires an upgrade common vi API cần nâng cấp
|
||||
the following applications require upgrades common vi Các ứng dụng sau cần được nâng cấp
|
||||
the mail server returned common vi Máy chủ Mail trả về
|
||||
this application is current common vi Phiên bản ứng dụng hiện hành
|
||||
this application requires an upgrade common vi Ứng dụng này cần được nâng cấp
|
||||
this name has been used already common vi Tên này đã được sử dụng !
|
||||
thursday common vi Thứ Năm
|
||||
time common vi Giờ
|
||||
|
@ -644,12 +644,8 @@ tajikistan common zh-tw TAJIKISTAN
|
||||
tanzania, united republic of common zh-tw TANZANIA, UNITED REPUBLIC OF
|
||||
text color: common zh-tw 文字顏色:
|
||||
thailand common zh-tw 泰國
|
||||
the api is current common zh-tw 應用程式介面是最新的
|
||||
the api requires an upgrade common zh-tw 應用程式介面需要升級
|
||||
the following applications require upgrades common zh-tw 下列應用程式需要升級
|
||||
the mail server returned common zh-tw 郵件伺服器傳回
|
||||
this application is current common zh-tw 這個應用程式是最新的
|
||||
this application requires an upgrade common zh-tw 這個應用程式需要升級
|
||||
this name has been used already common zh-tw 這個名字已被使用!
|
||||
thursday common zh-tw 星期四
|
||||
tiled common zh-tw 展開
|
||||
|
@ -658,12 +658,8 @@ tajikistan common zh 塔吉克斯坦
|
||||
tanzania, united republic of common zh 坦桑尼亚联合共和国
|
||||
text color: common zh 文字颜色:
|
||||
thailand common zh 泰国
|
||||
the api is current common zh 当前的应用编程接口(API)
|
||||
the api requires an upgrade common zh 应用编程接口(API)需要升级
|
||||
the following applications require upgrades common zh 以下应用程序需要升级
|
||||
the mail server returned common zh 退回邮件
|
||||
this application is current common zh 该应用程序当前在用
|
||||
this application requires an upgrade common zh 该应用程序需要升级
|
||||
this name has been used already common zh 该名称已被使用!
|
||||
thursday common zh 星期四
|
||||
tiled common zh 平铺
|
||||
|
Loading…
Reference in New Issue
Block a user