Upload Extensions

Translations appreciated - Upload Extensions

Translations appreciated

by LavIgor » Tue Nov 04, 2014 6:49 pm

Hello, guys!

If you don't see your language in the list of supported languages, you can translate our extension to your language.

Simply put your translation here in a zip file, or request a new branch in our GitHub repository (more preferable).

Please consider following the special instruction on creating a language package for Upload Extensions.

And of course we'll notify you about language changes in newer versions!

Don't forget to follow updates. ;)
LavIgor
Registered User
Posts: 545
Joined: Mon Apr 28, 2014 1:47 pm

Re: Translations appreciated

by Raul [ThE KuKa] » Fri Jan 22, 2016 6:34 am

I'm working on Spanish translation.
Congrulations for approved extension, nice work! :wink:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Translations appreciated

by LavIgor » Fri Jan 22, 2016 7:05 am

Thank you, Raul!
I am thinking on moving to Transifex to handle translations, but that will be for phpBB 3.2.
LavIgor
Registered User
Posts: 545
Joined: Mon Apr 28, 2014 1:47 pm

Re: Translations appreciated

by Raul [ThE KuKa] » Sat Jan 23, 2016 1:24 pm

Spanish translation ready. :wink:

Here, and "PR" ready on GitHub.

es.zip
Spanish - Spain
(11.16 KiB) Downloaded 306 times

Best regards
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Translations appreciated

by OmkePom » Wed Jan 27, 2016 12:23 pm

Dutch translation ready. :)

Upload Extensions
upload.php

Code: Select all

<?php
/**
*
* @package Upload Extensions
* @copyright (c) 2014 - 2015 Igor Lavrov (https://github.com/LavIgor) and John Peskens (http://ForumHulp.com)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

if (!defined('IN_PHPBB'))
{
   exit;
}

if (empty($lang) || !is_array($lang))
{
   $lang = array();
}

$lang = array_merge($lang, array(
   'ACP_UPLOAD_EXT_TITLE'            => 'Upload Extensie',
   'ACP_UPLOAD_EXT_CONFIG_TITLE'      => 'Upload Extensie',
   'ACP_UPLOAD_EXT_DESCRIPTION'      => 'Instaleer/update/verwijder Extensies, beheer hun ZIP bestanden en meer zonder gebruik van FTP.',
   'ACP_UPLOAD_EXT_TITLE_EXPLAIN'      => 'Upload Extentie maakt het mogelijk om Extenties via ZIP bestanden te updaten of te verwijderen van de mappen van de Server.<br />Met deze Extensie instaleer/update/verwijder je Extensies, beheer hun ZIP bestanden en meer zonder gebruik van FTP. Als de Upload al bestaat zal deze Geupdate worden met de bestaande bestanden.',
   'ACP_UPLOAD_EXT_HELP'            => 'Upload Extensie: Help',
   'UPLOAD'                     => 'Upload',
   'BROWSE'                     => 'Browse...',
   'EXTENSION_UPLOAD'               => 'Upload een Extensie',
   'EXTENSION_UPLOAD_EXPLAIN'         => 'Hier kan je een geZIPte Extensie voorzien van de nodige bestanden vanaf een lokatie van je computer of een externe lokatie Uploaden.<br /> “Upload Extensie” zal dan proberen hem te installeren.<br />Kies een bestand of plaats een link in het veld.',
   'EXT_UPLOAD_INIT_FAIL'            => 'Er was een probleem tijdens het Uploaden van het Extensie proces.',
   'EXT_NOT_WRITABLE'               => array(
      'error'      => 'De ext/directory is niet beschrijfbaar. Maak dit mogelijk om het proces te voltooien.',
      'solution'   => 'Controleer je Permissies en probeer opnieuw.',
   ),
   'EXT_TMP_NOT_WRITABLE'            => array(
      'error'      => 'De ext/boardtools/upload/tmp/ directory is niet beschrijfbaar. Maak dit mogelijk om het proces te voltooien.',
      'solution'   => 'Controleer je Permissies en probeer opnieuw.',
   ),
   'EXT_UPLOAD_ERROR'               => array(
      'error'      => 'De Extensie is niet uploaded.',
      'solution'   => 'Controleer of je de juiste Extension Zip bestand gebruikt en probeer opnieuw.',
   ),
   'NO_UPLOAD_FILE'               => array(
      'error'      => 'Geen bestand gespecificeerd, of er was een probleem gedurende het upload proces.',
      'solution'   => 'Controleer of je de juiste Extension Zip bestand gebruikt en probeer opnieuw.',
   ),
   'NOT_AN_EXTENSION'               => 'De uploaded ZIP bestand is niet een phpBB Extensie. Het bestand is niet bewaard op de Server.',
   'EXT_ACTION_ERROR'               => 'De gewenste aktie kan niet worden voortgezet bij de gesellecteerde phpBB Extensie.',

   'SOURCE'                     => 'Bron',
   'EXTENSION_UPDATE_NO_LINK'         => 'Download link is niet aanwezig.',
   'EXTENSION_TO_BE_ENABLED'         => 'Upload Extensie zal uitgeschakeld zijn tijdens de Update en weer ingeschakeld na het Update proces.',
   'EXTENSION_UPLOAD_UPDATE'         => 'Update de Extensie',
   'EXTENSION_UPLOAD_UPDATE_EXPLAIN'   => '“Upload Extensie” zal de upload uitvoeren van de onderstaande koppeling.',

   'EXTENSION_UPLOADED'            => 'Extensie “%s” was uploaded succesvol.',
   'EXTENSIONS_AVAILABLE'            => 'Uninstalled Extensies',
   'EXTENSIONS_UPLOADED'            => 'Uploaded Extensies',
   'EXTENSIONS_UNAVAILABLE'         => 'Gebroken Extensies',
   'EXTENSIONS_UNAVAILABLE_EXPLAIN'   => 'De Extensies beneden in de lijst zijn geupload maar deze zijn gebroken en niet bereikbaar.<br />Controleer de bestanden en gebruik Extension Cleaner tool om de gebroken Extensie te verwijderen.',
   'EXTENSION_BROKEN'               => 'Gebroken Extensie',
   'EXTENSION_BROKEN_ENABLED'         => 'Deze gebroken Extensie is bereikbaar!',
   'EXTENSION_BROKEN_DISABLED'         => 'Deze gebroken Extensie is niet bereikbaar!',
   'EXTENSION_BROKEN_TITLE'         => 'Deze Extensie is gebroken!',
   'EXTENSION_BROKEN_DETAILS'         => 'Klik hier om de details te zien.',
   'EXTENSION_BROKEN_EXPLAIN'         => '<strong>Sommige data is nog steeds aanwezig op de Server.</strong> Vraag de ontwikkelaars van de Extensie om hulp.',

   'EXTENSION_UPLOADED_ENABLE'         => 'Schakel de Uploaded Extensie in',
   'ACP_UPLOAD_EXT_UNPACK'            => 'Pak Extensie uit',
   'ACP_UPLOAD_EXT_CONT'            => 'Inhoud van het pakket “%s”',

   'EXTENSION_DELETE'               => 'Verwijder Extensie',
   'EXTENSION_DELETE_CONFIRM'         => 'Ben je er zeker van dat je de “%s” Extensie wil verwijderen?',
   'EXTENSIONS_DELETE_CONFIRM'         => array(
      2   => 'Ben je er zeker van dat je de <strong>%1$s</strong> Extensies wil verwijderen?',
   ),
   'EXT_DELETE_SUCCESS'            => 'De Extensie is succesvol verwijderd.',
   'EXTS_DELETE_SUCCESS'            => 'De Extensies zijn succesvol verwijderd.',
   'EXT_DELETE_ERROR'               => 'Geen bestand gespecificeerd of er is ee probleem ontstaan tijdens de installatie.',
   'EXT_DELETE_NO_FILE'            => 'Geen bestand gespecificeerd voor verwijdering.',
   'EXT_CANNOT_BE_PURGED'            => 'De data van de gekozen Extesie kan niet worden verwijderd. Schakel de Extesie uit om de Data te verwijdere.',

   'EXTENSION_ZIP_DELETE'            => 'Verwijder ZIP bestand',
   'EXTENSION_ZIP_DELETE_CONFIRM'      => 'Ben je er zeker van dat je de ZIP bestand “%s” wil verwijderen?',
   'EXTENSIONS_ZIP_DELETE_CONFIRM'      => array(
      2   => 'Ben je er zeker van dat je de ZIP bestanden <strong>%1$s</strong> wil verwijderen?',
   ),
   'EXT_ZIP_DELETE_SUCCESS'         => 'Extensie ZIP bestand succesvol verwijderd.',
   'EXT_ZIPS_DELETE_SUCCESS'         => 'Extensie ZIP bestanden succesvol verwijderd.',
   'EXT_ZIP_DELETE_ERROR'            => 'Geen bestand gespecificeerd of er is ee probleem ontstaan tijdens het verwijderen.',

   'ACP_UPLOAD_EXT_ERROR_DEST'         => 'Geen adres of lokatie map in het Upload ZIP bestand. Het bestand is niet bewaard op de Server.',
   'ACP_UPLOAD_EXT_ERROR_COMP'         => 'composer.json is niet gevonden in het ZIP bestand. Het bestand is niet bewaard op de Server.',
   'ACP_UPLOAD_EXT_ERROR_NOT_SAVED'   => 'Het bestand is niet bewaard op de Server.',
   'ACP_UPLOAD_EXT_ERROR_TRY_SELF'      => '“Upload Extensies” kan alleen worden Geupdate via de speciale Updater of met FTP.',
   'ACP_UPLOAD_EXT_WRONG_RESTORE'      => 'Een probleem ontstond tijdens de Update van de geinstalleerde Extensie. Probeer opnieuw.',

   'DEVELOPER'                     => 'Ontwikkelaar',
   'DEVELOPERS'                  => 'Ontwikkelaars',

   'EXT_UPLOAD_SAVE_ZIP'            => 'Bewaar Geuploade ZIP bestand',
   'CHECKSUM'                     => 'Controleer',
   'RESTORE'                     => 'Herstel',
   'ZIP_UPLOADED'                  => 'Upload ZIP pakket van Extensies',
   'EXT_ENABLE'                  => 'Inschakelen',
   'EXT_ENABLE_DISABLE'            => 'Schakel in/uit de Extensie',
   'EXT_ENABLED'                  => 'De Extensie is succesvol ingeschakeld.',
   'EXT_DISABLED'                  => 'De Extensie is succesvol uitgeschakeld.',
   'EXT_PURGE'                     => 'Verves Extensies Data',
   'EXT_PURGED'                  => 'De Extensie Data was succesvol ververst.',
   'EXT_UPLOADED'                  => 'De Upload was succesvol.',
   'EXT_UPDATE_ENABLE'               => 'Klik om de Extensie in te schakelen.',
   'EXT_UPDATE_CHECK_FILETREE'         => 'Controleert de bestandsstructuur van de Extensie.',
   'EXT_UPDATE_ERROR'               => 'Het Update proces faalde.',
   'EXT_UPDATE_TIMEOUT'            => 'Het Update proces duurde te lang.',
   'EXT_UPDATES_AVAILABLE'            => 'Nieuwe Updates zijn verkrijgbaar',
   'EXT_UPDATE_METHODS_TITLE'         => 'Beschikbare update methoden',
   'EXT_UPLOAD_UPDATE_METHODS'         => 'Je kan de Extensie Updaten op de verschillende manieren.',
   'EXT_UPDATED'                  => 'De Update was succesvol.',
   'EXT_UPDATED_LATEST_VERSION'      => 'Geupdated naar de laatste versie',
   'EXT_SAVED_OLD_ZIP'               => '<strong>Aantekening:</strong> De vorige versie van de Extensie is bewaard in het bestand <strong>%s</strong> op je Server. Controleer “ZIP files management” map.',
   'EXT_RESTORE_LANGUAGE'            => '<strong>Een taal map is afwezig in de Geuploade versie van de Extensie.</strong> Je kan de directorie %s van de bewaarde ZIP bestand gebruiken. Dan moet je mogelijk de taalbestanden Updaten met de vorige versie van de Extensie.',
   'EXT_RESTORE_LANGUAGES'            => '<strong>Er zijn taal mappen afwezig in de Geuploade versie van de Extensie.</strong> Je kan de directories %s van de bewaarde ZIP bestanden gebruiken. Dan moet je mogelijk de taalbestanden Updaten met de vorige versie van de Extensie.',
   'EXT_LANGUAGES_RESTORED'         => 'Het herstelproces was succesvol afgerond.',
   'EXT_UPLOAD_BACK'               => '« terug aar Upload Extensies',
   'EXT_RELOAD_PAGE'               => 'Herlaad pagina',

   'ERROR_COPY_FILE'               => 'De poging om het bestand “%1$s” te kopiëren naar de lokatie “%2$s” mislukte.',
   'ERROR_CREATE_DIRECTORY'         => 'De poging om de map “%s” te maken mislukte.',
   'ERROR_REMOVE_DIRECTORY'         => 'De poging om de map “%s” te verplaatsen mislukte.',
   'ERROR_CHECKSUM_MISMATCH'         => 'De %s-hash van de Geuploade bestand is veranderd. Het bestand is niet bewaard op de Server.',
   'ERROR_ZIP_NO_COMPOSER'            => 'composer.json is niet gevonden in het ZIP pakket.',
   'ERROR_DIRECTORIES_NOT_RESTORED'   => 'Het proces kon niet voortgezet worde door problemen.',
   'ERROR_LANGUAGE_UNKNOWN_STRUCTURE'   => 'De structuur van het taal pakket is iet herkent. Het bestand is niet bewaard op de Server.',
   'ERROR_LANGUAGE_NO_EXTENSION'      => 'De naam van de Extensie komt niet overeen met die in het taal pakket.',
   'ERROR_LANGUAGE_NOT_DEFINED'      => 'De ISO code van het Taal pakket moet geplaatst worden voor een goede Upload. Vul de gewenste ISO code in en probeer opnieuw.',

   'ACP_UPLOAD_EXT_DIR'            => 'Extensies’ ZIP pakket installeer route',
   'ACP_UPLOAD_EXT_DIR_EXPLAIN'      => 'Pad van je phpBB root directorie, bv <samp>ext</samp>.<br />Je kan deze route aanpassen om het ZIP pakket uitgepakt te plaatsen in een speciale map (bv, als je gebruikers gebruik mogen maken van deze bestanden, kan je het veranderen in <em>downloads</em>, en als je deze downloads bereikbaar wil maken kan je ze een stap hoger dan je directorie zetten van je website (of je maakt een toegankelijke map met .htaccess bestand)).',

   'ACP_UPLOAD_EXT_UPDATED'         => 'De geinstalleerde Extensie is Geupdated.',
   'ACP_UPLOAD_EXT_UPDATED_EXPLAIN'   => 'Je hebt een ZIP bestand Geupload voor een bestaande Extensie. De Extensie <strong>is automatisch uitgeschakeld</strong> om het proces veiliger te maken. Controleer nu <strong>check</strong> of de Geuploade bestanden correct zijn en <strong>schakel in</strong> de Extensie als je deze wil gebruiken.',

   'ACP_UPLOAD_EXT_NO_CHECKSUM_TITLE'   => 'Geen controle is nodig voor het Upgeloade bestand.',
   'ACP_UPLOAD_EXT_NO_CHECKSUM'      => 'Upload Extensies kon geen beveiligingscontrole uitvoeren omdat de <strong>controle niet nodig is</strong> voor de Geuploade ZIP bestand. Controleer de Geuploade bestand om problemen te voorkomen.',

   'VALID_PHPBB_EXTENSIONS'         => 'Voorgestelde Extensies',
   'SHOW_VALID_PHPBB_EXTENSIONS'      => 'Laat voorgestelde Extensies zien',
   'VALID_PHPBB_EXTENSIONS_TITLE'      => 'Je kan de voorgestelde Extensies downloaden of hun Update aankondigingen volgen.<br />Aantekening: de lijst met Extensies is bijgehouden door de ontwikkelaars van de Extensies en doorgegeven aan Upload Extensions.<br />De datums hiervan staan hier: <a href="http://boardtools.github.io/upload/phpbb.json" target="_blank">http://boardtools.github.io/upload/phpbb.json</a>.',
   'VALID_PHPBB_EXTENSIONS_EMPTY_LIST'   => 'Geen Extensies zijn aan te raden op dit moment. Controleer de Updates voor Upload Extensions.',
   'POSSIBLE_SOLUTIONS'            => 'Mogelijke oplossingen',

   'ACP_UPLOAD_EXT_MANAGER_EXPLAIN'   => 'De Extensies Manager van Upload Extensies is een hulpmiddel in uw phpBB die u toelaat om al uw Extensies te beheren en informatie hierover geeft.',
   'ACP_UPLOAD_ZIP_TITLE'            => 'ZIP bestanden beheer',
   'ACP_UPLOAD_UNINSTALLED_TITLE'      => 'Verwijder Extensies',

   'EXT_DETAILS_README'            => 'Leesmij',
   'EXT_DETAILS_CHANGELOG'            => 'Veranderingslog',
   'EXT_DETAILS_LANGUAGES'            => 'Talen',
   'EXT_DETAILS_FILETREE'            => 'Bestanden structuur',
   'EXT_DETAILS_TOOLS'               => 'Gereedschap',

   'DEFAULT'                     => 'Standaard',
   'EXT_LANGUAGE_ISO_CODE'            => 'ISO code',
   'EXT_LANGUAGES'                  => 'Uploaded Taal pakket',
   'EXT_LANGUAGES_UPLOAD'            => 'Upload een Taal pakket',
   'EXT_LANGUAGES_UPLOAD_EXPLAIN'      => 'Hier kunt u een ZIP pakket met de benodigde taalbestanden voor deze Extensie van uw lokale computer of van een externe Server Uploaden. "Uploaden Extensies" zal dan proberen om de bestanden uit te pakken en te verplaatsen naar de juiste locatie.<br />Kies een bestand of typ een link in onderstaande velden.<br />Vergeet niet de juiste ISO code van de taal beneden in te vullen (example: <strong>nl</strong>).<br /><strong>BELANGRIJK!</strong> Bestaande taal pakketten zullen overgeschreven worden, <strong>geen archief ZIP bestanden zullen aangemaakt worden.</strong>.',
   'EXT_LANGUAGE_UPLOADED'            => 'Het Taal pakket “%s” is uploaded succesvol.',
   'EXT_LANGUAGE_DELETE_CONFIRM'      => 'Ben je er zeker van dat je het Taal pakket “%s” wil verwijderen?',
   'EXT_LANGUAGES_DELETE_CONFIRM'      => array(
      2   => 'Ben je er zeker van dat je de Taal pakketten <strong>%1$s</strong> wil verwijderen?',
   ),
   'EXT_LANGUAGE_DELETE_SUCCESS'      => 'Taal pakket Extensie succesvol verwijderd.',
   'EXT_LANGUAGES_DELETE_SUCCESS'      => 'Taal pakketten Extensies succesvol verwijderd.',
   'EXT_LANGUAGE_DELETE_ERROR'         => 'Geen bestand geselecteerd of er is een probleem ontstaan tijdens het verwijderen.',

   'EXT_TOOLS_DOWNLOAD_TITLE'         => 'Download pakket Extension',
   'EXT_TOOLS_DOWNLOAD'            => 'You can download a properly packaged ZIP file of the extension to your PC. You can also choose to delete the suffix of the development version (e.g. to shorten the time for preparing the extension for the CDB).',
   'EXT_TOOLS_DOWNLOAD_DELETE_SUFFIX'   => 'Delete the development suffix if it does exist',
   'EXT_DOWNLOAD_ERROR'            => 'De poging om de Extensie “%s” te downloaden mislukte.',
   'EXT_LIST_DOWNLOAD'               => 'Download Extensielijst',
   'EXT_LOAD_ERROR'               => 'Laad probleem',
   'EXT_LOAD_TIMEOUT'               => 'Laadtijd verstreken',
   'EXT_LOAD_ERROR_EXPLAIN'         => 'Een probleem ontstond tijdens het laad proces.',
   'EXT_LOAD_SOLUTIONS'            => 'Controleer de Log bestanden op je Server, los probleem op en probeer opnieuw.',

   'UPLOAD_DESCRIPTION_UPLOAD'         => 'Upload phpBB Extensies',
   'UPLOAD_DESCRIPTION_UPLOAD_CDB'      => 'CDB op phpbb.com',
   'UPLOAD_DESCRIPTION_UPLOAD_LOCAL'   => 'Lokaal PC',
   'UPLOAD_DESCRIPTION_UPLOAD_REMOTE'   => 'Externe Server',
   'UPLOAD_DESCRIPTION_UPDATE'         => 'Update phpBB Extensies',
   'UPLOAD_DESCRIPTION_UPDATE_ABOUT'   => 'Je kan alle bestaande Extensies Updaten. De Extensie zal automatisch tijdens de Update uitgeschakeld worden voor de veiligheid.',
   'UPLOAD_DESCRIPTION_MANAGE'         => 'Beheer phpBB Extensies',
   'UPLOAD_DESCRIPTION_MANAGE_ACTIONS'   => 'Install/uninstall elke Extensie',
   'UPLOAD_DESCRIPTION_MANAGE_LANG'   => 'Upload en beheer Extensies’ Taal pakketten',
   'UPLOAD_DESCRIPTION_MANAGE_DETAILS'   => 'Laat de details en bestand structuur zien',
   'UPLOAD_DESCRIPTION_DESIGN'         => 'Interactive interface',
   'UPLOAD_DESCRIPTION_DESIGN_ABOUT'   => 'Je kan acties sneller uitvoeren door de JavaScript-functionaliteit. Kleurrijke berichten en tooltips zal je helpen bij het maken van de juiste beslissingen.',
   'UPLOAD_DESCRIPTION_ZIP'         => 'ZIP bestanden beheer',
   'UPLOAD_DESCRIPTION_ZIP_SAVE'      => 'Bewaar ZIPs in de directorie van je keuze',
   'UPLOAD_DESCRIPTION_ZIP_UNPACK'      => 'Pak het ZIP bestand uit om de Extensie te installeren',
   'UPLOAD_DESCRIPTION_ZIP_DOWNLOAD'   => 'Download de juiste ZIP pakketten van de Extensies',
   'UPLOAD_DESCRIPTION_CLEANER'      => 'Extensie Cleaner tool',
   'UPLOAD_DESCRIPTION_CLEANER_ABOUT'   => 'Je kan de Extensie directorie of de ZIP bestanden van de Extensie verwijderen van de Server.',
));


Upload Extensions Updater

info_acp_updater.php

Code: Select all

 <?php
/**
*
* @package Upload Extensions Updater
* @copyright (c) 2015 Igor Lavrov (https://github.com/LavIgor)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

$lang = array_merge($lang, array(
    'ACP_UPDATER_EXT_TITLE'                => 'Upload Extensies Updater',
    'ACP_UPDATER_EXT_CONFIG_TITLE'        => 'Upload Extensies Updater',
));


updater.php

Code: Select all

 <?php
/**
*
* @package Upload Extensions Updater
* @copyright (c) 2015 Igor Lavrov (https://github.com/LavIgor)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

$lang = array_merge($lang, array(
    'ACP_UPDATER_EXT_TITLE'                => 'Upload Extensies Updater',
    'ACP_UPDATER_EXT_CONFIG_TITLE'        => 'Upload Extensies Updater',
    'ACP_UPDATER_EXT_TITLE_EXPLAIN'        => 'Upload Extensies Updater maakt het mogelijk om je Upload Extensies te Updaten zonder gebruik van FTP.',

    'EXT_UPLOAD_INIT_FAIL'                => 'Er is een probleem ontstaan gedurende het Update proces.',
    'EXT_NOT_WRITABLE'                    => 'De ext/ directorie is niet beschrijfbaar. Maak dit beschrijfbaar en probeer opnieuw.',
    'EXT_UPLOAD_ERROR'                    => 'De Extensie is niet Geupload. Controleer of je het juiste ZIP bestand gebruikt en probeer opnieuw.',
    'NO_UPLOAD_FILE'                    => 'Geen bestand gespecificeerd of er is een probleem ontstaan tijdens het Upload proces.',
    'NOT_AN_EXTENSION'                    => 'De Geuploade ZIP bestand is geen phpBB Extensie. Het bestand is niet bewaard op de Server.',

    'STATUS'                            => 'Status',
    'UPLOAD_EXTENSIONS'                    => 'Upload Extensies',
    'UPDATER_UPLOAD_NOT_INSTALLED'        => 'Upload Extensies is niet geinstalleerd.',
    'UPDATER_UPLOAD_NO_NEW_UPDATES'        => 'Nieuwe Updates zijn niet beschikbaar op dit moment.',
    'UPDATER_UPLOAD_NEW_UPDATES'        => 'Nieuwe Updates zijn beschikbaar voor installatie',
    'UPDATER_UPLOAD_NO_UPDATES_INFO'    => 'Informat1e over Updates zijn niet beschikbaar.',

    'EXT_UPDATER_STEP_1'                => '1. Controleer de beschikbaarheid van nieuwe Updates.',
    'EXT_UPDATER_STEP_2'                => '2. Instaleer de Updates.',
    'EXT_UPDATER_STEP_3'                => '3. Schakel de Updates in.',

    'SOURCE'                            => 'Bron',
    'EXTENSION_UPDATE'                    => 'Update de Extensie',
    'EXTENSION_UPDATE_NO_LINK'            => 'Download link is niet aanwezig.',
    'EXTENSION_TO_BE_ENABLED'            => 'Upload Extensies wordt automatisch uitgeschakeld tijdens het Update proces en ingeschakeld na het proces.',
    'EXT_ACTION_ERROR'                    => 'De actie kan niet worden voortgezet.',

    'ACP_UPLOAD_EXT_ERROR_DEST'            => 'Geen beschikbare map gevonden in het ZIP bestand. Het bestand is niet bewaard op de Server.',
    'ACP_UPLOAD_EXT_ERROR_COMP'            => 'composer.json is niet gevonden in het ZIP bestand. Het bestand is niet bewaard op de Server.',
    'ACP_UPLOAD_EXT_ERROR_NOT_SAVED'    => 'Het bestand is niet bewaard op de Server.',
    'ACP_UPLOAD_EXT_WRONG_RESTORE'        => 'Een probleem is onstaan tijdens de Update van de geinstalleerde Extensie. Probeer opnieuw.',
    'ACP_UPLOAD_EXT_NOT_COMPATIBLE'        => 'Met deze Extensie kan je alleen Upload Extensies Updaten. Je probeerd een Update te installeren voor een andere Extensie. Gebruik Upload Extensions voor het Updaten van andere Extensies.',

    'EXT_ENABLE'                        => 'Inschakelen',
    'EXT_ENABLED'                        => 'De Extensie is succesvol ingeschakeld.',
    'EXT_ENABLED_LATEST'                => 'De laatste versie van de Extensie is succesvol ingeschakeld.',
    'EXT_UPLOADED'                        => 'De Upload is succesvol.',

    'ERROR_COPY_FILE'                    => 'De poging om het bestand “%1$s” naar de lokatie “%2$s” te Uploaden mislukte.',
    'ERROR_CREATE_DIRECTORY'            => 'De poging om de route “%s” te maken mislukte.',
    'ERROR_REMOVE_DIRECTORY'            => 'De poging om de route “%s” te verwijderen mislukte.',
));


:)
You got Brains like a Peanut, OMG i insulted a Peanut!
User avatar
OmkePom
Registered User
Posts: 205
Joined: Tue Jul 15, 2014 8:38 am
Name: IJsbrand Nijboer

Re: Translations appreciated

by LavIgor » Wed Jan 27, 2016 1:12 pm

Thank you, guys, for your translations!

According to the guidelines below I would like them to be maintained separately from the extension itself.
LavIgor wrote:Simply put your translation here in a zip file, or request a new branch in our GitHub repository (more preferable).

Please consider following the special instruction on creating a language package for Upload Extensions.

I think that I can create GitHub branches for each translation and I plan to move to Transifex soon.

OmkePom, there is also the FAQ for Upload Extensions that needs to be translated. :)
LavIgor
Registered User
Posts: 545
Joined: Mon Apr 28, 2014 1:47 pm

Re: Translations appreciated

by eldran64 » Tue Feb 02, 2016 12:32 pm

Hi everyone,

I'm working on French translation.
eldran64
Registered User
Posts: 5
Joined: Fri Jan 22, 2016 12:01 pm

Re: Translations appreciated

by eldran64 » Tue Feb 02, 2016 12:57 pm

What does the acronym CBD?
eldran64
Registered User
Posts: 5
Joined: Fri Jan 22, 2016 12:01 pm

Re: Translations appreciated

by LavIgor » Wed Feb 03, 2016 8:08 am

eldran64 wrote:What does the acronym CBD?

Hello, eldran64!

You can start from existing French translation of the previous version.
There's no such word in files, but there's a word CDB that means Customisation Database where you are browsing this topic now. ;)

Best regards,
Igor
LavIgor
Registered User
Posts: 545
Joined: Mon Apr 28, 2014 1:47 pm

Re: Translations appreciated

by eldran64 » Wed Feb 03, 2016 12:44 pm

Thx Igor!!!

This will simplify my translation work greatly.

Best regards
eldran64
Registered User
Posts: 5
Joined: Fri Jan 22, 2016 12:01 pm

Re: Translations appreciated

by [Mikk] » Tue Aug 02, 2016 5:45 pm

et.zip
Estonian language pack for Upload Extensions.
(10.65 KiB) Downloaded 231 times






GITHUB

Regards,

Old co-Authors of Estonian Translation and support can see at phpBB.com #phpBBeesti discord: https://discord.gg/BJc7ZkY
[Mikk]
Registered User
Posts: 196
Joined: Thu Aug 13, 2015 9:48 am
Location: Estonia

Re: Translations appreciated

by tlem » Sun Nov 13, 2016 9:43 pm

Hi, here is the French langage pack for Upload Extensions v3.1.2.
I didn't use old version because I didn't see it - Starting from zero. ;)

Tanks to LavIgor for this great extension.

Best regards

Edit :
Hi. Just some word to said that I will made some corrections in this translation, because for translate the word "Upload", I used "Télécharger" instead of "Téléverser". But "Téléversé" is not really used (or know) by everyone. If we consider the people who are going to use this extension, it is mainly webmasters or quite at least people that know the computing and so the word "Upload".

In my research, I have discover that "Uploader un fichier" (in en : "Upload a file") is currently used in French computer language :roll: . So I will keep "Télécharger" for "Download" and I will use "Uploader" for "Upload".

In French :
Juste quelques mots pour vous dire que je vais modifier cette traduction car pour traduire le mot "Upload", j'ai utilisé "Téléchargé" au lieu de "Téléversé". Mais "Téléversé" n'est pas vraiment connu et utilsé par la majorité. Si nous considérons les personnes qui vont utiliser cette extension, il s'agit principalement de Webmasters ou tout au moins de gens qui connaissent l'informatique et donc le mot "Upload".

Au cours de mes recherches, j'ai découvert que "Uploader un fichier" est de plus en plus utilisé dans le langage informatique Francais. :roll: . Je vais donc garder "Télécharger" pour "Donwnload" et je vais utiliser "Uploader" pour "Upload".


The next version will be upload-fr-v1.1.zip
Sorry for this.
Attachments
upload-fr.zip
(11.59 KiB) Downloaded 225 times
User avatar
tlem
Registered User
Posts: 166
Joined: Sun Jan 24, 2016 4:47 pm
Location: Bordeaux (France)
Name: Thierry

Re: Translations appreciated

by tlem » Mon Nov 14, 2016 11:03 pm

Here it is v1.1 (already)!
I'm glad to give you this new version.
In this version, I made some typo corrections and some improvements.
I find the translation more appropriate than in the previous version, in spite of the use of a specific term.

I hope that it will please even the French purists who would have doubtless preferred "Téléverser" to "Uploader", but I'd rather "Uploadeur d'Extentions" than "Téléverseur d'Extensions". :mrgreen:

Best regards
Thierry
Attachments
upload-fr-1.1.zip
(11.63 KiB) Downloaded 226 times
User avatar
tlem
Registered User
Posts: 166
Joined: Sun Jan 24, 2016 4:47 pm
Location: Bordeaux (France)
Name: Thierry

FRENCH translation for Upload Extensions extension

by Galixte de EzCom » Sat Sep 23, 2017 11:12 am

Hi,

this is the FRENCH translation for Upload Extensions extension, available here, GitHub and on the “Communauté EzCom”:

Upload Extensions v3.1.2 French language pack.zip
Upload Extensions v3.1.2 French language pack (phpBB 3.1.x).
(12.56 KiB) Downloaded 186 times

Upload Extensions v3.2.0-RC French language pack.zip
Upload Extensions v3.2.0-RC French language pack (phpBB 3.2.x & 3.3.x).
(12.56 KiB) Downloaded 27 times
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Translations appreciated

by MayBeatle » Wed Mar 03, 2021 7:39 pm

Just delete this post. Sorry.
User avatar
MayBeatle
Registered User
Posts: 12
Joined: Sun Oct 11, 2009 4:13 pm