Changeset 1498 in ExiteCMS for trunk/administration/tools/language_pack_Nederlands.php
- Timestamp:
- 07/01/08 23:52:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_Nederlands.php
r1495 r1498 497 497 $localestrings['253'] = "Geblokeerde gebruikers:"; 498 498 $localestrings['255'] = "Verwijderde gebruikers:"; 499 $localestrings['256'] = "Rapport ages";499 $localestrings['256'] = "Rapporten"; 500 500 $localestrings['257'] = "Commentaar:"; 501 501 $localestrings['258'] = "Shoutbox berichten:"; 502 502 $localestrings['259'] = "Forum berichten:"; 503 $localestrings['260'] = " x";503 $localestrings['260'] = "Zoekacties"; 504 504 $localestrings['261'] = "x"; 505 505 $localestrings['262'] = "Ongelezen berichten:"; … … 601 601 $localestrings['424'] = "Er zijn geen modules of plugins beschikbaar voor installatie"; 602 602 $localestrings['425'] = "Er zijn geen modules of plugins aanwezig die voldoen aan het filter"; 603 $localestrings['426'] = "Locales opnieuw inladen"; 603 604 $localestrings['mod001'] = "Deze module vereist minstens ExiteCMS versie %s.<br />"; 604 605 $localestrings['mod002'] = "Deze module is gemaakt voor versie %s van ExiteCMS. Neem contact op met de ontwikkelaar voor een nieuwere versie.<br />"; … … 860 861 $localestrings['492'] = "Indien gemarkeerd wordt de nieuwe URL geladen d.m.v. een redirect"; 861 862 load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 863 864 $localestrings = array(); 865 $localestrings['400'] = "Reporting"; 866 $localestrings['401'] = "Install"; 867 $localestrings['403'] = "Filter on status"; 868 $localestrings['404'] = "x"; 869 $localestrings['405'] = "x"; 870 $localestrings['406'] = "Version"; 871 $localestrings['407'] = "Developer"; 872 $localestrings['408'] = "Contact"; 873 $localestrings['409'] = "Email"; 874 $localestrings['410'] = "Web"; 875 $localestrings['411'] = "Uninstall"; 876 $localestrings['412'] = "Uninstall this report?"; 877 $localestrings['413'] = "x"; 878 $localestrings['414'] = "Not Installed"; 879 $localestrings['415'] = "Installed"; 880 $localestrings['416'] = "Upgrade Available"; 881 $localestrings['417'] = "Error executing installation function: "; 882 $localestrings['418'] = "Not compatible"; 883 $localestrings['419'] = "Error. Unknown command type: "; 884 $localestrings['420'] = "Status"; 885 $localestrings['421'] = "Options"; 886 $localestrings['422'] = "Upgrade"; 887 $localestrings['423'] = "Go"; 888 $localestrings['424'] = "There are no reports available for installation"; 889 $localestrings['425'] = "There are no reports available that match your filter"; 890 $localestrings['mod001'] = "This report requires at least version %s of ExiteCMS.<br />"; 891 $localestrings['mod002'] = "This report is written for version %s of ExiteCMS. Please ask the author for an upgrade.<br />"; 892 $localestrings['mod003'] = "This report requires a minumum ExiteCMS revision level of %s.<br />"; 893 $localestrings['mod004'] = "This report can not be installed. Required information is missing from the report installer.<br />"; 894 $localestrings['mod005'] = "This report does not function beyond ExiteCMS revision level %s.<br />"; 895 load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step); 896 897 $localestrings = array(); 898 $localestrings['400'] = "Rapporten"; 899 $localestrings['401'] = "Rapport titel"; 900 $localestrings['402'] = "Toegang voor"; 901 $localestrings['403'] = "Opties"; 902 $localestrings['404'] = "Deactiveer"; 903 $localestrings['405'] = "Activeer"; 904 $localestrings['406'] = "Wijzig dit rapport"; 905 $localestrings['407'] = "Verwijder this report"; 906 $localestrings['408'] = "Er zijn momenteel geen rapporten gedefinieerd"; 907 $localestrings['409'] = "Rapport toevoegen"; 908 $localestrings['410'] = "van"; 909 $localestrings['411'] = "Rapport aanmaken"; 910 load_localestrings($localestrings, LP_LOCALE, "admin.reports", $step); 862 911 863 912 $localestrings = array(); … … 2949 2998 2950 2999 $localestrings = array(); 3000 $localestrings['rpt400'] = "Beschikbare rapporten"; 3001 $localestrings['rpt401'] = "Rapport"; 3002 $localestrings['rpt402'] = "Bekijk"; 3003 $localestrings['rpt403'] = "Er zijn op dit moment geen rapporten beschikbaar"; 3004 $localestrings['rpt404'] = "Resultaat voor het rapport"; 3005 $localestrings['rpt405'] = "Rapportenlijst"; 3006 load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 3007 3008 $localestrings = array(); 2951 3009 $localestrings['400'] = "Zoeken"; 2952 3010 $localestrings['401'] = "Zoeken naar:"; … … 3231 3289 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3232 3290 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3233 if (!defined('LP_DATE')) define('LP_DATE', "1214 854713");3234 $lp_date = "1214 854713";3291 if (!defined('LP_DATE')) define('LP_DATE', "1214934141"); 3292 $lp_date = "1214934141"; 3235 3293 3236 3294 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
