Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
7b85baa5e4
@ -1837,65 +1837,37 @@ else
|
||||
|
||||
if ($action == 'edit_extras')
|
||||
{
|
||||
print '</table>';
|
||||
print '<form enctype="multipart/form-data" action="'.$_SERVER["PHP_SELF"].'" method="post" name="formsoc">';
|
||||
print '<input type="hidden" name="action" value="update_extras">';
|
||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
print '<input type="hidden" name="id" value="'.$object->id.'">';
|
||||
print '<table class="border" width="100%">';
|
||||
}
|
||||
|
||||
// TODO : use showOptionals($extrafields) function
|
||||
foreach($extrafields->attribute_label as $key=>$label)
|
||||
{
|
||||
$value=(isset($_POST["options_".$key])?$_POST["options_".$key]:$object->array_options["options_".$key]);
|
||||
if ($extrafields->attribute_type[$key] == 'separate')
|
||||
{
|
||||
print $extrafields->showSeparator($key);
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<tr><td';
|
||||
if (! empty($extrafields->attribute_required[$key])) print ' class="fieldrequired"';
|
||||
print '>'.$label.'</td><td colspan="3">';
|
||||
|
||||
// Convert date into timestamp format
|
||||
if (in_array($extrafields->attribute_type[$key],array('date','datetime')))
|
||||
{
|
||||
$value = isset($_POST["options_".$key])?dol_mktime($_POST["options_".$key."hour"], $_POST["options_".$key."min"], 0, $_POST["options_".$key."month"], $_POST["options_".$key."day"], $_POST["options_".$key."year"]):$object->array_options['options_'.$key];
|
||||
}
|
||||
|
||||
if ($action == 'edit_extras' && $user->rights->propal->creer)
|
||||
{
|
||||
print $extrafields->showInputField($key,$value);
|
||||
}
|
||||
else
|
||||
{
|
||||
print $extrafields->showOutputField($key,$value);
|
||||
}
|
||||
print '</td></tr>'."\n";
|
||||
}
|
||||
}
|
||||
print $object->showOptionals($extrafields,'edit');
|
||||
|
||||
if(count($extrafields->attribute_label) > 0) {
|
||||
|
||||
if ($action == 'edit_extras' && $user->rights->propal->creer)
|
||||
{
|
||||
print '<tr><td></td><td>';
|
||||
print '<tr><td width="25%"></td><td>';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
|
||||
print '</form>';
|
||||
print '</td></tr>';
|
||||
|
||||
print '</table></form>';
|
||||
print '<table class="border" width="100%">';
|
||||
}
|
||||
else {
|
||||
if ($object->statut == 0 && $user->rights->propal->creer)
|
||||
{
|
||||
print '<tr><td></td><td><a href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&action=edit_extras">'.img_picto('','edit').' '.$langs->trans('Modify').'</a></td></tr>';
|
||||
print '<tr><td width="25%"></td><td><a href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&action=edit_extras">'.img_picto('','edit').' '.$langs->trans('Modify').'</a></td></tr>';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Amount HT
|
||||
print '<tr><td height="10">'.$langs->trans('AmountHT').'</td>';
|
||||
print '<tr><td height="10" width="25%">'.$langs->trans('AmountHT').'</td>';
|
||||
print '<td align="right" nowrap><b>'.price($object->total_ht).'</b></td>';
|
||||
print '<td>'.$langs->trans("Currency".$conf->currency).'</td>';
|
||||
|
||||
|
||||
@ -56,7 +56,10 @@ class modPhpbarcode extends ModeleBarCode
|
||||
{
|
||||
global $langs;
|
||||
|
||||
return 'Internal engine';
|
||||
$key = 'BarcodeInternalEngine';
|
||||
$trans = $langs->trans('BarcodeInternalEngine');
|
||||
|
||||
return ($trans != $key) ? $trans : 'Internal engine';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -290,7 +290,7 @@ if ($action == 'confirm_send')
|
||||
// Content
|
||||
$message = $langs->transnoentitiesnoconv("Hello")." ".$destinataire->firstname.",\n";
|
||||
$message.= "\n";
|
||||
$message.= "Veuillez trouver ci-dessous une demande de congés payés à valider.\n";
|
||||
$message.= $langs->transnoentities("HolidaysToValidateBody")."\n";
|
||||
|
||||
$delayForRequest = $cp->getConfCP('delayForRequest');
|
||||
//$delayForRequest = $delayForRequest * (60*60*24);
|
||||
@ -303,7 +303,7 @@ if ($action == 'confirm_send')
|
||||
if($cp->date_debut < $nextMonth)
|
||||
{
|
||||
$message.= "\n";
|
||||
$message.= "Cette demande de congés payés à été effectué dans un délai de moins de ".$cp->getConfCP('delayForRequest')." jours avant ceux-ci.\n";
|
||||
$message.= $langs->transnoentities("HolidaysToValidateDelay",$cp->getConfCP('delayForRequest'))."\n";
|
||||
}
|
||||
}
|
||||
|
||||
@ -314,7 +314,7 @@ if ($action == 'confirm_send')
|
||||
if ($nbopenedday > $cp->getCPforUser($cp->fk_user))
|
||||
{
|
||||
$message.= "\n";
|
||||
$message.= "L'utilisateur ayant fait cette demande de congés payés n'a pas le solde requis.\n";
|
||||
$message.= $langs->transnoentities("HolidaysToValidateAlertSolde")."\n";
|
||||
}
|
||||
}
|
||||
|
||||
@ -397,7 +397,7 @@ if($action == 'confirm_valid')
|
||||
// Content
|
||||
$message = $langs->transnoentitiesnoconv("Hello")." ".$destinataire->firstname.",\n";
|
||||
$message.= "\n";
|
||||
$message.= "Votre demande de congés payés du ".dol_print_date($cp->date_debut,'day')." au ".dol_print_date($cp->date_fin,'day')." vient d'être validée!\n";
|
||||
$message.= $langs->transnoentities("HolidaysValidatedBody", dol_print_date($cp->date_debut,'day'),dol_print_date($cp->date_fin,'day'))."\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("ValidatedBy")." : ".dolGetFirstLastname($expediteur->firstname, $expediteur->lastname)."\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("Link")." : ".$dolibarr_main_url_root."/holiday/fiche.php?id=".$cp->rowid."\n\n";
|
||||
$message.= "\n";
|
||||
@ -463,8 +463,8 @@ if ($action == 'confirm_refuse')
|
||||
// Content
|
||||
$message = $langs->transnoentitiesnoconv("Hello")." ".$destinataire->firstname.",\n";
|
||||
$message.= "\n";
|
||||
$message.= "Votre demande de congés payés ".dol_print_date($cp->date_debut,'day')." ".$langs->transnoentitiesnoconv("To")." ".dol_print_date($cp->date_fin,'day')." vient d'être refusée pour le motif suivant :\n";
|
||||
$message.= $_POST['detail_refuse']."\n\n";
|
||||
$message.= $langs->transnoentities("HolidaysRefusedBody", dol_print_date($cp->date_debut,'day'), dol_print_date($cp->date_fin,'day'))."\n";
|
||||
$message.= GETPOST('detail_refuse','alpha')."\n\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("ModifiedBy")." : ".dolGetFirstLastname($expediteur->firstname, $expediteur->lastname)."\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("Link")." : ".$dolibarr_main_url_root."/holiday/fiche.php?id=".$cp->rowid."\n\n";
|
||||
$message.= "\n";
|
||||
@ -532,7 +532,7 @@ if ($action == 'confirm_cancel' && GETPOST('confirm') == 'yes')
|
||||
// Content
|
||||
$message = $langs->transnoentitiesnoconv("Hello")." ".$destinataire->firstname.",\n";
|
||||
$message.= "\n";
|
||||
$message.= "Votre demande de congés ".dol_print_date($cp->date_debut,'day')." ".$langs->transnoentitiesnoconv("To")." ".dol_print_date($cp->date_fin,'day')." va été annulée.\n";
|
||||
$message.= $langs->transnoentities("HolidaysCanceledBody", dol_print_date($cp->date_debut,'day'), dol_print_date($cp->date_fin,'day'))."\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("ModifiedBy")." : ".dolGetFirstLastname($expediteur->firstname, $expediteur->lastname)."\n";
|
||||
$message.= "- ".$langs->transnoentitiesnoconv("Link")." : ".$dolibarr_main_url_root."/holiday/fiche.php?id=".$cp->rowid."\n\n";
|
||||
$message.= "\n";
|
||||
|
||||
@ -936,6 +936,7 @@ BarcodeDescUPC=الباركود نوع من اتحاد الوطنيين الكو
|
||||
BarcodeDescISBN=الباركود من نوع ردمك
|
||||
BarcodeDescC39=الباركود من نوع C39
|
||||
BarcodeDescC128=الباركود من نوع C128
|
||||
GenbarcodeLocation=باركود الجيل سطر أداة تستخدمها phpbarcode المحرك لبعض أنواع باركود)
|
||||
WithdrawalsSetup=انسحاب وحدة الإعداد
|
||||
ExternalRSSSetup=RSS الواردات الخارجية الإعداد <textarea></textarea>
|
||||
NewRSS=الجديد تغذية RSS
|
||||
|
||||
@ -100,7 +100,6 @@ BarCode=الباركود
|
||||
BarcodeType=نوع الباركود
|
||||
SetDefaultBarcodeType=حدد نوع الباركود
|
||||
BarcodeValue=قيمة الباركود
|
||||
GenbarcodeLocation=باركود الجيل سطر أداة تستخدمها phpbarcode المحرك لبعض أنواع باركود)
|
||||
NoteNotVisibleOnBill=علما) على الفواتير غير مرئي ، واقتراحات...)
|
||||
CreateCopy=خلق صورة
|
||||
ServiceLimitedDuration=إذا كان المنتج هو خدمة لفترة محدودة :
|
||||
@ -161,42 +160,42 @@ ClonePricesProduct=استنساخ الرئيسية معلومات والأسعا
|
||||
LastRecordedProductsAndServices=٪ ق الماضي سجلت المنتجات / الخدمات
|
||||
ContractStatusToRun=ألف mettre én الخدمة
|
||||
// STOP - Lines generated via autotranslator.php tool (2009-08-19 21:04:44).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:13:51).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=المحاسبة الرمز (شراء)
|
||||
ProductAccountancySellCode=المحاسبة الرمز (بيع)
|
||||
SellingPriceHT=سعر البيع (صافي الضرائب)
|
||||
SellingPriceTTC=سعر البيع (شركة الضريبية)
|
||||
ListProductServiceByPopularity=قائمة المنتجات / الخدمات حسب الشهرة
|
||||
ListServiceByPopularity=قائمة الخدمات حسب الشهرة
|
||||
ProductIsUsed=ويستخدم هذا المنتج
|
||||
NewRefForClone=المرجع. من المنتجات الجديدة / خدمة
|
||||
CustomerPrices=أسعار العملاء
|
||||
SuppliersPrices=أسعار الموردين
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:14:06).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ar_AR
|
||||
Sell=مبيعات
|
||||
Buy=مشتريات
|
||||
OnBuy=شراؤها
|
||||
ProductStatusOnBuy=متاح
|
||||
ProductStatusNotOnBuy=عفا عليها الزمن
|
||||
ProductStatusOnBuyShort=متاح
|
||||
ProductStatusNotOnBuyShort=عفا عليها الزمن
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:07).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 15:55:27).
|
||||
// Reference language: en_US -> ar_SA
|
||||
ParentProductsNumber=عدد من الناتج الأم
|
||||
ProductParentList=قائمة من المنتجات / الخدمات مع هذا المنتج كعنصر
|
||||
ImportDataset_produit_1=المنتجات
|
||||
ImportDataset_service_1=الخدمات
|
||||
CustomCode=قانون الجمارك
|
||||
CountryOrigin=بلد المنشأ
|
||||
HiddenIntoCombo=مخبأة في قوائم مختارة
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 15:55:54).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:13:51).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=المحاسبة الرمز (شراء)
|
||||
ProductAccountancySellCode=المحاسبة الرمز (بيع)
|
||||
SellingPriceHT=سعر البيع (صافي الضرائب)
|
||||
SellingPriceTTC=سعر البيع (شركة الضريبية)
|
||||
ListProductServiceByPopularity=قائمة المنتجات / الخدمات حسب الشهرة
|
||||
ListServiceByPopularity=قائمة الخدمات حسب الشهرة
|
||||
ProductIsUsed=ويستخدم هذا المنتج
|
||||
NewRefForClone=المرجع. من المنتجات الجديدة / خدمة
|
||||
CustomerPrices=أسعار العملاء
|
||||
SuppliersPrices=أسعار الموردين
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:14:06).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ar_AR
|
||||
Sell=مبيعات
|
||||
Buy=مشتريات
|
||||
OnBuy=شراؤها
|
||||
ProductStatusOnBuy=متاح
|
||||
ProductStatusNotOnBuy=عفا عليها الزمن
|
||||
ProductStatusOnBuyShort=متاح
|
||||
ProductStatusNotOnBuyShort=عفا عليها الزمن
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:07).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 15:55:27).
|
||||
// Reference language: en_US -> ar_SA
|
||||
ParentProductsNumber=عدد من الناتج الأم
|
||||
ProductParentList=قائمة من المنتجات / الخدمات مع هذا المنتج كعنصر
|
||||
ImportDataset_produit_1=المنتجات
|
||||
ImportDataset_service_1=الخدمات
|
||||
CustomCode=قانون الجمارك
|
||||
CountryOrigin=بلد المنشأ
|
||||
HiddenIntoCombo=مخبأة في قوائم مختارة
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 15:55:54).
|
||||
|
||||
@ -1168,6 +1168,7 @@ BarcodeDescUPC=Баркод от тип UPC
|
||||
BarcodeDescISBN=Баркод от тип ISBN
|
||||
BarcodeDescC39=Баркод от типа С39
|
||||
BarcodeDescC128=Баркод от тип C128
|
||||
GenbarcodeLocation=Бар код поколение инструмент за командния ред (използва се от двигател с вътрешно за някои видове баркод)
|
||||
WithdrawalsSetup=Настройка Оттегляне модул
|
||||
ExternalRSSSetup=Външен RSS вноса настройка
|
||||
NewRSS=Ню RSS Feed
|
||||
|
||||
@ -112,7 +112,6 @@ BarCode=Баркод
|
||||
BarcodeType=Баркод тип
|
||||
SetDefaultBarcodeType=Тип баркод
|
||||
BarcodeValue=Баркод стойност
|
||||
GenbarcodeLocation=Бар код поколение инструмент за командния ред (използва се от двигател с вътрешно за някои видове баркод)
|
||||
NoteNotVisibleOnBill=Забележка (не се вижда на фактури, предложения ...)
|
||||
CreateCopy=Създаване на копие
|
||||
ServiceLimitedDuration=Ако продуктът е услуга с ограничен срок на действие:
|
||||
|
||||
@ -1262,6 +1262,7 @@ BarcodeDescUPC=Codis de barra tipus UPC
|
||||
BarcodeDescISBN=Codis de barra tipus ISBN
|
||||
BarcodeDescC39=Codis de barra tipus C39
|
||||
BarcodeDescC128=Codis de barra tipus C128
|
||||
GenbarcodeLocation=Eina generació codi de barra en línia de comanda (utilitzat pel motor phpbar per a determinats tipus de codis barra)
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Configuració del mòdul domiciliacions
|
||||
##### ExternalRSS #####
|
||||
|
||||
154
htdocs/langs/ca_ES/holiday.lang
Normal file
154
htdocs/langs/ca_ES/holiday.lang
Normal file
@ -0,0 +1,154 @@
|
||||
# Dolibarr language file - ca_ES - holiday
|
||||
CHARSET= UTF-8
|
||||
|
||||
Holidays=Vacacions
|
||||
CPTitreMenu=Vacacions
|
||||
MenuReportMonth=Estat mensual
|
||||
MenuAddCP=Nova petició
|
||||
NotActiveModCP=Heu d'activar el mòdul Vacacions per veure aquesta pàgina.
|
||||
NotConfigModCP=Heu de configurar el mòdul Vacacions per veure aquesta pàgina. per configurar, <a href="./admin/holiday.php?leftmenu=setup&mainmenu=home" style="font-weight: normal; color: red; text-decoration: underline;">feu clic aquí</a>.
|
||||
NoCPforUser=No té peticions de vacances.
|
||||
AddCP=Crear petició de vacances
|
||||
CPErrorSQL=S'ha produït un error de SQL:
|
||||
Employe=Empleat
|
||||
DateDebCP=Data inici
|
||||
DateFinCP=Data fi
|
||||
DateCreateCP=Data de creació
|
||||
DraftCP=Esborrany
|
||||
ToValidateCP=En espera de validació
|
||||
ValidateCP=Validada
|
||||
CancelCP=Anul·lada
|
||||
RefuseCP=Rebutjada
|
||||
ValidatorCP=Validador
|
||||
ListeCP=Llista de vacances
|
||||
ValidateByCP=Serà validada per
|
||||
DescCP=Descripció
|
||||
SendRequestCP=Enviar la petició de vacances
|
||||
DelayToRequestCP=Les peticions de vacances s'han de fer almenys <b>%s dies</b> abans.
|
||||
MenuConfCP=Definir les vacances
|
||||
UpdateAllCP=Actualitzar les vacances
|
||||
SoldeCPUser=El seu saldo de vacances és de <b>%s dies</b>.
|
||||
ErrorEndDateCP=Ha d'indicar una data de fi superior a la data d'inici.
|
||||
ErrorSQLCreateCP=S'ha produït un error de SQL durant la creació:
|
||||
ErrorIDFicheCP=S'ha produït un error, aquesta sol·licitud de vacances no existeix.
|
||||
ReturnCP=Tornar a la pàgina anterior
|
||||
ErrorUserViewCP=No està autoritzat a llegir aquesta petició de vacances.
|
||||
InfosCP=Informació de la petició de vacances
|
||||
InfosWorkflowCP=Informació del workflow
|
||||
DateCreateCP=Data de creació
|
||||
RequestByCP=Comandada per
|
||||
TitreRequestCP=Fitxa vacances
|
||||
NbUseDaysCP=Nombre de dies de vacances consumits
|
||||
EditCP=Modificar
|
||||
DeleteCP=Eliminar
|
||||
ActionValidCP=Validar
|
||||
ActionRefuseCP=Rebutjar
|
||||
ActionCancelCP=Anul·lar
|
||||
StatutCP=Estat
|
||||
SendToValidationCP=Enviar validació
|
||||
TitleDeleteCP=Eliminar la petició de vacances
|
||||
ConfirmDeleteCP=Està segur de voler eliminar aquesta petició de vacances?
|
||||
ErrorCantDeleteCP=Error, no té vacances per eliminar aquesta petició de vacances.
|
||||
CantCreateCP=No té vacances per realitzar peticions de vacances.
|
||||
InvalidValidatorCP=Ha d'indicar un validador per a la seva petició de vacances.
|
||||
UpdateButtonCP=Actualitzar
|
||||
CantUpdate=No pot actualitzar aquesta petició de vacances.
|
||||
NoDateDebut=Ha d'indicar una data d'inici.
|
||||
NoDateFin=Ha d'indicar una data de fi.
|
||||
ErrorDureeCP=La seva petició de vacances no conté cap dia hàbil.
|
||||
TitleValidCP=Validar la petició de vacances
|
||||
ConfirmValidCP=Esteu segur de voler validar aquesta petició de vacances?
|
||||
DateValidCP=Data de validació
|
||||
TitleToValidCP=Enviar la petició de vacances
|
||||
ConfirmToValidCP=Esteu segur de voler enviar la petició de vacances?
|
||||
TitleRefuseCP=Rebutjar la petició de vacances
|
||||
ConfirmRefuseCP=Esteu segur de voler rebutjar la petició de vacances?
|
||||
NoMotifRefuseCP=Ha de seleccionar un motiu per rebutjar aquesta petició.
|
||||
TitleCancelCP=Anul·lar la petició de vacances
|
||||
ConfirmCancelCP=Esteu segur de voler anul·lar la petició de vacances?
|
||||
DetailRefusCP=Motiu del rebuig
|
||||
DateRefusCP=Data del rebuig
|
||||
DateCancelCP=Data de l'anul·lació
|
||||
DefineEventUserCP=Assignar permís excepcional a un usuari
|
||||
addEventToUserCP=Assignar aquest permís
|
||||
MotifCP=Motiu
|
||||
UserCP=Usuari
|
||||
ErrorAddEventToUserCP=S'ha produït un error en l'assignació del permís excepcional.
|
||||
AddEventToUserOkCP=S'ha afegit el permís excepcional.
|
||||
MenuLogCP=Veure els logs de vacances
|
||||
LogCP=Logs d'actualitzacions de vacances
|
||||
ActionByCP=Realitzat per
|
||||
UserUpdateCP=Per a l'usuari
|
||||
ActionTypeCP=Tipus
|
||||
PrevSoldeCP=Saldo anterior
|
||||
NewSoldeCP=Nou saldo
|
||||
alreadyCPexist=Ja s'ha efectuat una petició de vacances per a aquest període.
|
||||
UserName=Nom Cognoms
|
||||
Employee=Empleat
|
||||
FirstDayOfHoliday=Primer dia lliure
|
||||
LastDayOfHoliday=Últim dí lliure
|
||||
Morning=Matí
|
||||
Afternoon=Vesprada
|
||||
HolidaysMonthlyUpdate=Actualització mensual
|
||||
ManualUpdate=Actualització manual
|
||||
|
||||
## Configuration du Module ##
|
||||
ConfCP=Configuració del mòdul Vacacions
|
||||
DescOptionCP=Descripció de l'opció
|
||||
ValueOptionCP=Valor
|
||||
GroupToValidateCP=Grup amb possibilitat d'aprovar les vacances
|
||||
ConfirmConfigCP=Validar la configuració
|
||||
LastUpdateCP=Darrera actualització automàtica de vacances
|
||||
UpdateConfCPOK=Actualització efectuada correctament.
|
||||
ErrorUpdateConfCP=S'ha produït un error durant l'actualització, torne a provar.
|
||||
AddCPforUsers=Afegiu els saldos de vacances dels usuaris <a href="../define_holiday.php" style="font-weight: normal; color: red; text-decoration: underline;">fent clic aquí</a>.
|
||||
DelayForSubmitCP=Antelació mínima per sol·licitar vacances
|
||||
AlertValidatorDelayCP=Advertir a l'usuari validador si la petició no respecta el límit previst
|
||||
AlertValidorSoldeCP=Advertir a l'usuari validador si l'usuari demana vacances superiors al seu saldo
|
||||
nbUserCP=Nombre d'usuaris presos en compte en el mòdul vacances
|
||||
nbHolidayDeductedCP=Nombre de dies retribuïts a deduir per dia de vacances
|
||||
nbHolidayEveryMonthCP=Nombre de vacances afegides per mes
|
||||
Module27130Name=Gestió de les vacances
|
||||
TitleOptionMainCP=Ajustaments principals de vacances
|
||||
TitleOptionEventCP=Ajustaments de vacances enllaçats a esdeveniments
|
||||
ValidEventCP=Validar
|
||||
UpdateEventCP=Actualitzar els esdeveniments
|
||||
CreateEventCP=Crear
|
||||
NameEventCP=Nom de l'esdeveniment
|
||||
OkCreateEventCP=S'ha afegit l'esdeveniment correctament.
|
||||
ErrorCreateEventCP=Error en la creació de l'esdeveniment.
|
||||
UpdateEventOkCP=S'ha actualitzat l'esdeveniment correctament.
|
||||
ErrorUpdateEventCP=Error en l'actualització de l'esdeveniment.
|
||||
DeleteEventCP=Eliminar l'esdeveniment
|
||||
DeleteEventOkCP=S'ha eliminat l'esdeveniment.
|
||||
ErrorDeleteEventCP=Error en l'eliminació de l'esdeveniment.
|
||||
TitleDeleteEventCP=Eliminar un permís excepcional
|
||||
TitleCreateEventCP=Crear un permís excepcional
|
||||
TitleUpdateEventCP=Modificar o eliminar un permís excepcional
|
||||
DeleteEventOptionCP=Eliminar
|
||||
UpdateEventOptionCP=Actualitzar
|
||||
ErrorMailNotSend=S'ha produït un error en l'enviament del correu electrònic:
|
||||
NoCPforMonth=Sense vacances aquest mes.
|
||||
Jours=dies
|
||||
nbJours=Número de dies
|
||||
TitleAdminCP=Configuració de les vacances
|
||||
|
||||
#Messages
|
||||
Hello=Hola
|
||||
HolidaysToValidate=Dies retribuïts a validar
|
||||
HolidaysToValidateBody=A continuació trobareu una sol·licitud de dies retribuïts per validar
|
||||
HolidaysToValidateDelay=Aquesta sol·licitud de dies retribuïts tindrà lloc en un termini de menys de %s dies.
|
||||
HolidaysToValidateAlertSolde=L'usuari que ha realitzat la sol·licitud de dies retribuïts no disposa de suficients dies disponibles.
|
||||
HolidaysValidated=Dies retribuïts validats
|
||||
HolidaysValidatedBody=La seva sol·licitud de dies retribuïts des de %s al %s ha estat validada.
|
||||
HolidaysRefused=Dies retribuïts denegats
|
||||
HolidaysRefusedBody=La seva sol·licitud de dies retribuïts des de %s al %s ha estat denegada pel següent motiu:
|
||||
HolidaysCanceled=Dies retribuïts cancel·lats
|
||||
HolidaysCanceledBody=La seva sol·licitud de dies retribuïts des de %s al %s ha estat cancel·lada.
|
||||
|
||||
Permission20001=Consultar/crear/modificar les seves vacances
|
||||
Permission20002=Consultar/modificar totes les sol·licituds de permisos retribuïts
|
||||
Permission20003=Eliminar les sol·licituds de permisos retribuïts
|
||||
Permission20004=Definir els permisos retribuïts dels usuaris
|
||||
Permission20005=Consultar l'historial de modificacions de permisos retribuïts
|
||||
Permission20006=Accedir a l'informe mensual de permisos retribuïts
|
||||
@ -103,7 +103,6 @@ PriceRemoved=Preu eliminat
|
||||
BarCode=Codi de barra
|
||||
BarcodeType=Tipus de codi de barres
|
||||
BarcodeValue=Valor del codi de barres
|
||||
GenbarcodeLocation=Eina generació codi de barra en línia de comanda (utilitzat pel motor phpbar per a determinats tipus de codis barra)
|
||||
SetDefaultBarcodeType=Definiu el tipus de codi de barres
|
||||
NoteNotVisibleOnBill=Nota (no visible en les factures, pressupostos, etc.)
|
||||
CreateCopy=Crear còpia
|
||||
|
||||
@ -857,6 +857,7 @@ BarcodeDescUPC=Barcode typeidentifikationsmærker UPC
|
||||
BarcodeDescISBN=Barcode typeidentifikationsmærker ISBN
|
||||
BarcodeDescC39=Barcode af type C39
|
||||
BarcodeDescC128=Barcode af type C128
|
||||
GenbarcodeLocation=Stregkode generation kommando linje værktøj (der benyttes af phpbarcode motor for nogle stregkode typer)
|
||||
WithdrawalsSetup=Tilbagetrækning modul opsætning
|
||||
ExternalRSSSetup=Eksterne RSS import setup
|
||||
NewRSS=Ny RSS Feed
|
||||
|
||||
@ -100,7 +100,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode type
|
||||
SetDefaultBarcodeType=Indstil stregkode type
|
||||
BarcodeValue=Barcode værdi
|
||||
GenbarcodeLocation=Stregkode generation kommando linje værktøj (der benyttes af phpbarcode motor for nogle stregkode typer)
|
||||
NoteNotVisibleOnBill=Note (ikke synlig på fakturaer, forslag ...)
|
||||
CreateCopy=Opret kopi
|
||||
ServiceLimitedDuration=Hvis produktet er en tjeneste med begrænset varighed:
|
||||
@ -163,42 +162,42 @@ ConfirmCloneProduct=Er du sikker på at du vil klone vare eller <b>tjenesteydels
|
||||
CloneContentProduct=Klon alle de vigtigste informationer af produkt / service
|
||||
ClonePricesProduct=Klon vigtigste informationer og priser
|
||||
// STOP - Lines generated via autotranslator.php tool (2009-08-13 20:39:59).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:19:38).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=Regnskab kode (købe)
|
||||
ProductAccountancySellCode=Regnskab kode (sælge)
|
||||
SellingPriceHT=Salgspris (efter skat)
|
||||
SellingPriceTTC=Salgspris (inkl. skat)
|
||||
ListProductServiceByPopularity=Liste over produkter / ydelser efter popularitet
|
||||
ListServiceByPopularity=Liste over tjenesteydelser efter popularitet
|
||||
ProductIsUsed=Dette produkt er brugt
|
||||
NewRefForClone=Ref. af nye produkter / ydelser
|
||||
CustomerPrices=Kunder priser
|
||||
SuppliersPrices=Leverandører priser
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:19:48).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> da_DA
|
||||
Sell=Salg
|
||||
Buy=Køb
|
||||
OnBuy=Købt
|
||||
ProductStatusOnBuy=Tilgængelig
|
||||
ProductStatusNotOnBuy=Forældet
|
||||
ProductStatusOnBuyShort=Tilgængelig
|
||||
ProductStatusNotOnBuyShort=Forældet
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:08).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 15:59:19).
|
||||
// Reference language: en_US -> da_DK
|
||||
ParentProductsNumber=Antal forælder produkt
|
||||
ProductParentList=Liste over produkter / services med dette produkt som en komponent
|
||||
ImportDataset_produit_1=Produkter
|
||||
ImportDataset_service_1=Services
|
||||
CustomCode=Toldkodeksen
|
||||
CountryOrigin=Oprindelsesland
|
||||
HiddenIntoCombo=Skjult i udvalgte lister
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 15:59:48).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:19:38).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=Regnskab kode (købe)
|
||||
ProductAccountancySellCode=Regnskab kode (sælge)
|
||||
SellingPriceHT=Salgspris (efter skat)
|
||||
SellingPriceTTC=Salgspris (inkl. skat)
|
||||
ListProductServiceByPopularity=Liste over produkter / ydelser efter popularitet
|
||||
ListServiceByPopularity=Liste over tjenesteydelser efter popularitet
|
||||
ProductIsUsed=Dette produkt er brugt
|
||||
NewRefForClone=Ref. af nye produkter / ydelser
|
||||
CustomerPrices=Kunder priser
|
||||
SuppliersPrices=Leverandører priser
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:19:48).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> da_DA
|
||||
Sell=Salg
|
||||
Buy=Køb
|
||||
OnBuy=Købt
|
||||
ProductStatusOnBuy=Tilgængelig
|
||||
ProductStatusNotOnBuy=Forældet
|
||||
ProductStatusOnBuyShort=Tilgængelig
|
||||
ProductStatusNotOnBuyShort=Forældet
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:08).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 15:59:19).
|
||||
// Reference language: en_US -> da_DK
|
||||
ParentProductsNumber=Antal forælder produkt
|
||||
ProductParentList=Liste over produkter / services med dette produkt som en komponent
|
||||
ImportDataset_produit_1=Produkter
|
||||
ImportDataset_service_1=Services
|
||||
CustomCode=Toldkodeksen
|
||||
CountryOrigin=Oprindelsesland
|
||||
HiddenIntoCombo=Skjult i udvalgte lister
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 15:59:48).
|
||||
|
||||
@ -851,6 +851,7 @@ BarcodeDescUPC=Barcode vom Typ UPC
|
||||
BarcodeDescISBN=Barcode vom Typ ISBN
|
||||
BarcodeDescC39=Barcode vom Typ C39
|
||||
BarcodeDescC128=Barcode vom Typ C128
|
||||
GenbarcodeLocation=Kommandozeilen-Tool zur Barcode-Generierung (von phpbarcode-Engine verwendet)
|
||||
WithdrawalsSetup=Abbuchungseinstellungen
|
||||
ExternalRSSSetup=Externe RSS-Einbindungseinstellungen
|
||||
NewRSS=Neuer RSS-Feed
|
||||
@ -1156,4 +1157,4 @@ WebSiteDesc=Website-Anbieter für Ihre Suche nach weiteren Modulen
|
||||
URL=Link
|
||||
OfficialMarketPlace=Offizieller Marktplatz für Module/Erweiterungen
|
||||
MAIN_MAIL_AUTOCOPY_TO=Senden Sie automatisch eine Blindkopie aller gesendeten Mails an
|
||||
FreeLegalTextOnInterventions=Freier Rechtstext für Eingriffe
|
||||
FreeLegalTextOnInterventions=Freier Rechtstext für Eingriffe
|
||||
|
||||
@ -95,7 +95,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode-Typ
|
||||
SetDefaultBarcodeType=Wählen Sie den standardmäßigen Barcode-Typ
|
||||
BarcodeValue=Barcode-Wert
|
||||
GenbarcodeLocation=Kommandozeilen-Tool zur Barcode-Generierung (von phpbarcode-Engine verwendet)
|
||||
NoteNotVisibleOnBill=Anmerkung (nicht sichtbar auf Rechnungen, Angeboten,...)
|
||||
CreateCopy=Kopie erstellen
|
||||
ServiceLimitedDuration=Ist die Leistungserbringung eines Service zeitlich beschränkt:
|
||||
|
||||
@ -1151,6 +1151,7 @@ BarcodeDescUPC=Barcode vom Typ UPC
|
||||
BarcodeDescISBN=Barcode vom Typ ISBN
|
||||
BarcodeDescC39=Barcode vom Typ C39
|
||||
BarcodeDescC128=Barcode vom Typ C128
|
||||
GenbarcodeLocation=Kommandozeilen-Tool zur Barcode-Generierung (von phpbarcode-Engine verwendet)
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Abbuchungseinstellungen
|
||||
##### ExternalRSS #####
|
||||
|
||||
@ -111,7 +111,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode-Typ
|
||||
SetDefaultBarcodeType=Wählen Sie den standardmäßigen Barcode-Typ
|
||||
BarcodeValue=Barcode-Wert
|
||||
GenbarcodeLocation=Kommandozeilen-Tool zur Barcode-Generierung (von phpbarcode-Engine verwendet)
|
||||
NoteNotVisibleOnBill=Anmerkung (nicht sichtbar auf Rechnungen, Angeboten,...)
|
||||
CreateCopy=Kopie erstellen
|
||||
ServiceLimitedDuration=Ist die Leistungserbringung eines Service zeitlich beschränkt:
|
||||
|
||||
@ -301,6 +301,7 @@ CashDesk=Σημείο Πωλήσεων
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2011-06-26 15:35:22).
|
||||
// Reference language: en_US -> el_GR
|
||||
GenbarcodeLocation=Μπαρ παραγωγή κώδικα εντολών εργαλείο γραμμής (που χρησιμοποιείται από τη μηχανή phpbarcode για ορισμένους τύπους γραμμωτού κώδικα)
|
||||
ActivityStateToSelectCompany=Προσθέστε μια επιλογή φίλτρου για εμφάνιση / απόκρυψη τρίτα μέρη τα οποία βρίσκονται σε λειτουργία ή έχει παύσει
|
||||
SearchFilter=Αναζήτηση επιλογές φίλτρων
|
||||
DaylingSavingTime=Η θερινή ώρα (χρήστη)
|
||||
|
||||
@ -133,44 +133,43 @@ NewRefForClone=Ref. of new product/service
|
||||
CustomerPrices=Τιμές πελατών
|
||||
SuppliersPrices=Τιμές προμηθευτών
|
||||
CountryOrigin=Χώρα προέλευσης
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:06:57).
|
||||
// Reference language: en_US -> el_GR
|
||||
ContractStatusToRun=Μια υπηρεσία mettre en
|
||||
ErrorProductBadRefOrLabel=Λάθος τιμή για την αναφορά ή την ετικέτα.
|
||||
ProductsAndServicesArea=Προϊόντων και Υπηρεσιών της περιοχής
|
||||
AllWays=Μονοπάτι να βρείτε το προϊόν σας σε απόθεμα
|
||||
BarCode=Barcode
|
||||
GenbarcodeLocation=Μπαρ παραγωγή κώδικα εντολών εργαλείο γραμμής (που χρησιμοποιείται από τη μηχανή phpbarcode για ορισμένους τύπους γραμμωτού κώδικα)
|
||||
ServiceLimitedDuration=Εάν το προϊόν είναι μια υπηρεσία με περιορισμένη διάρκεια:
|
||||
ParentProductsNumber=Αριθμός προϊόντος μητρικής
|
||||
ProductAssociationList=Κατάλογος των σχετικών προϊόντων / υπηρεσιών: το όνομα του προϊόντος / υπηρεσίας (επηρεάζονται ποσότητα)
|
||||
ProductParentList=Κατάλογος των προϊόντων / υπηρεσιών με αυτό το προϊόν ως συστατικό
|
||||
ErrorAssociationIsFatherOfThis=Ένα από τα προϊόντα που θα επιλεγούν είναι γονέας με την τρέχουσα προϊόν
|
||||
ConfirmDeleteProduct=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το προϊόν / υπηρεσία;
|
||||
ProductDeleted=Προϊόν / Υπηρεσία "%s" διαγράφονται από τη βάση δεδομένων.
|
||||
DeleteProductLine=Διαγραφή σειρά προϊόντων
|
||||
ConfirmDeleteProductLine=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή τη γραμμή το προϊόν;
|
||||
NoProductMatching=Κανένα προϊόν / υπηρεσία ταιριάζουν με τα κριτήρια σας
|
||||
MatchingProducts=Συνδυάζοντας τα προϊόντα / υπηρεσίες
|
||||
NoStockForThisProduct=Δεν απόθεμα για αυτό το προϊόν
|
||||
Restock=Εφοδιάζω με νέα εμπορεύματα
|
||||
ProductSpecial=Ειδικές
|
||||
QtyMin=Ελάχιστη ποσότητα
|
||||
PriceQty=Τιμή για την ποσότητα αυτή
|
||||
PriceQtyMin=Τιμή λεπτά ποσότητα.
|
||||
NoPriceDefinedForThisSupplier=Δεν υπάρχει τιμή / έκαστος ορίζεται αυτής της επιχείρησης / του προϊόντος
|
||||
NoSupplierPriceDefinedForThisProduct=Δεν υπάρχει τιμή προμηθευτή / έκαστος ορίζονται για αυτό το προϊόν
|
||||
RecordedProducts=Προϊόντα που καταγράφονται
|
||||
RecordedProductsAndServices=Προϊόντα / υπηρεσίες που καταγράφονται
|
||||
ProductCanvasAbility=Χρησιμοποιήστε το ειδικό "καμβά" addons
|
||||
ListProductServiceByPopularity=Κατάλογος των προϊόντων / υπηρεσιών κατά δημοτικότητα
|
||||
ListProductByPopularity=Κατάλογος των προϊόντων κατά δημοτικότητα
|
||||
ListServiceByPopularity=Κατάλογος των υπηρεσιών κατά δημοτικότητα
|
||||
ConfirmCloneProduct=Είστε βέβαιοι ότι θέλετε να κλωνοποιήσει το προϊόν ή την υπηρεσία <b>%s;</b>
|
||||
CloneContentProduct=Κλώνος όλες τις κύριες πληροφορίες του προϊόντος / υπηρεσίας
|
||||
ClonePricesProduct=Κλώνος κύριες πληροφορίες και τιμές
|
||||
CustomCode=Τελωνειακός Κώδικας
|
||||
HiddenIntoCombo=Κρυμμένο σε λίστες επιλογής
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:07:28).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:06:57).
|
||||
// Reference language: en_US -> el_GR
|
||||
ContractStatusToRun=Μια υπηρεσία mettre en
|
||||
ErrorProductBadRefOrLabel=Λάθος τιμή για την αναφορά ή την ετικέτα.
|
||||
ProductsAndServicesArea=Προϊόντων και Υπηρεσιών της περιοχής
|
||||
AllWays=Μονοπάτι να βρείτε το προϊόν σας σε απόθεμα
|
||||
BarCode=Barcode
|
||||
ServiceLimitedDuration=Εάν το προϊόν είναι μια υπηρεσία με περιορισμένη διάρκεια:
|
||||
ParentProductsNumber=Αριθμός προϊόντος μητρικής
|
||||
ProductAssociationList=Κατάλογος των σχετικών προϊόντων / υπηρεσιών: το όνομα του προϊόντος / υπηρεσίας (επηρεάζονται ποσότητα)
|
||||
ProductParentList=Κατάλογος των προϊόντων / υπηρεσιών με αυτό το προϊόν ως συστατικό
|
||||
ErrorAssociationIsFatherOfThis=Ένα από τα προϊόντα που θα επιλεγούν είναι γονέας με την τρέχουσα προϊόν
|
||||
ConfirmDeleteProduct=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το προϊόν / υπηρεσία;
|
||||
ProductDeleted=Προϊόν / Υπηρεσία "%s" διαγράφονται από τη βάση δεδομένων.
|
||||
DeleteProductLine=Διαγραφή σειρά προϊόντων
|
||||
ConfirmDeleteProductLine=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή τη γραμμή το προϊόν;
|
||||
NoProductMatching=Κανένα προϊόν / υπηρεσία ταιριάζουν με τα κριτήρια σας
|
||||
MatchingProducts=Συνδυάζοντας τα προϊόντα / υπηρεσίες
|
||||
NoStockForThisProduct=Δεν απόθεμα για αυτό το προϊόν
|
||||
Restock=Εφοδιάζω με νέα εμπορεύματα
|
||||
ProductSpecial=Ειδικές
|
||||
QtyMin=Ελάχιστη ποσότητα
|
||||
PriceQty=Τιμή για την ποσότητα αυτή
|
||||
PriceQtyMin=Τιμή λεπτά ποσότητα.
|
||||
NoPriceDefinedForThisSupplier=Δεν υπάρχει τιμή / έκαστος ορίζεται αυτής της επιχείρησης / του προϊόντος
|
||||
NoSupplierPriceDefinedForThisProduct=Δεν υπάρχει τιμή προμηθευτή / έκαστος ορίζονται για αυτό το προϊόν
|
||||
RecordedProducts=Προϊόντα που καταγράφονται
|
||||
RecordedProductsAndServices=Προϊόντα / υπηρεσίες που καταγράφονται
|
||||
ProductCanvasAbility=Χρησιμοποιήστε το ειδικό "καμβά" addons
|
||||
ListProductServiceByPopularity=Κατάλογος των προϊόντων / υπηρεσιών κατά δημοτικότητα
|
||||
ListProductByPopularity=Κατάλογος των προϊόντων κατά δημοτικότητα
|
||||
ListServiceByPopularity=Κατάλογος των υπηρεσιών κατά δημοτικότητα
|
||||
ConfirmCloneProduct=Είστε βέβαιοι ότι θέλετε να κλωνοποιήσει το προϊόν ή την υπηρεσία <b>%s;</b>
|
||||
CloneContentProduct=Κλώνος όλες τις κύριες πληροφορίες του προϊόντος / υπηρεσίας
|
||||
ClonePricesProduct=Κλώνος κύριες πληροφορίες και τιμές
|
||||
CustomCode=Τελωνειακός Κώδικας
|
||||
HiddenIntoCombo=Κρυμμένο σε λίστες επιλογής
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:07:28).
|
||||
|
||||
@ -1268,6 +1268,8 @@ BarcodeDescUPC=Barcode of type UPC
|
||||
BarcodeDescISBN=Barcode of type ISBN
|
||||
BarcodeDescC39=Barcode of type C39
|
||||
BarcodeDescC128=Barcode of type C128
|
||||
GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
|
||||
BarcodeInternalEngine=Internal engine
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Withdrawal module setup
|
||||
##### ExternalRSS #####
|
||||
|
||||
@ -132,6 +132,20 @@ NoCPforMonth=No leave this month.
|
||||
Jours=days
|
||||
nbJours=Number days
|
||||
TitleAdminCP=Configuration of Holidays
|
||||
|
||||
#Messages
|
||||
Hello=Hello
|
||||
HolidaysToValidate=Validate holidays
|
||||
HolidaysToValidateBody=Below is a request for holidays to validate
|
||||
HolidaysToValidateDelay=This request for holidays will take place within a period of less than %s days.
|
||||
HolidaysToValidateAlertSolde=The user who made this request for holidays do not have enough available days.
|
||||
HolidaysValidated=Validated holidays
|
||||
HolidaysValidatedBody=Your request for holidays for %s to %s has been validated.
|
||||
HolidaysRefused=Denied holidays
|
||||
HolidaysRefusedBody=Your request for holidays for %s to %s has been denied for the following reason :
|
||||
HolidaysCanceled=Canceled holidays
|
||||
HolidaysCanceledBody=Your request for holidays for %s to %s has been canceled.
|
||||
|
||||
Permission20001=Read/create/modify their holidays
|
||||
Permission20002=Read/modify all requests of holidays
|
||||
Permission20003=Delete their holidays requests
|
||||
|
||||
@ -102,7 +102,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode type
|
||||
SetDefaultBarcodeType=Set barcode type
|
||||
BarcodeValue=Barcode value
|
||||
GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
|
||||
NoteNotVisibleOnBill=Note (not visible on invoices, proposals...)
|
||||
CreateCopy=Create copy
|
||||
ServiceLimitedDuration=If product is a service with limited duration:
|
||||
|
||||
@ -628,7 +628,7 @@ Permission273=Emitir las facturas
|
||||
Permission281=Consultar contactos
|
||||
Permission282=Crear/modificar contactos
|
||||
Permission283=Eliminar contactos
|
||||
Permission286=Exportar los contactos
|
||||
Permission286=Exportar contactos
|
||||
Permission291=Consultar tarifas
|
||||
Permission292=Definir permisos sobre las tarifas
|
||||
Permission293=Modificar tarifas de clientes
|
||||
@ -1268,6 +1268,8 @@ BarcodeDescUPC=Códigos de barras tipo UPC
|
||||
BarcodeDescISBN=Códigos de barras tipo ISBN
|
||||
BarcodeDescC39=Códigos de barras tipo C39
|
||||
BarcodeDescC128=Códigos de barras tipo C128
|
||||
GenbarcodeLocation=Herramienta de generación de códigos de barras en líneas de pedidos (utilizado por el motor phpbar para determinados tipos de códigos de barras)
|
||||
BarcodeInternalEngine=Motor interno
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Configuración del módulo domiciliaciones
|
||||
##### ExternalRSS #####
|
||||
|
||||
@ -77,4 +77,8 @@ NoRecordedProspects=Sin clientes potenciales registrados
|
||||
NoContractedProducts=Sin productos/servicios contratados
|
||||
NoRecordedContracts=Sin contratos registrados
|
||||
BoxLatestSupplierOrders=Últimos pedidos a proveedores
|
||||
NoSupplierOrder=Sin pedidos a proveedores
|
||||
NoSupplierOrder=Sin pedidos a proveedores
|
||||
BoxInvoicesPerMonth=Facturas por mes
|
||||
BoxOrdersPerMonth=Pedidos por mes
|
||||
BoxProposalsPerMonth=Presupuestos por mes
|
||||
NoTooLowStockProducts=Sin productos por debajo del stock mínimo
|
||||
@ -106,7 +106,7 @@ DelayForSubmitCP=Antelación mínima para solicitar vacaciones
|
||||
AlertValidatorDelayCP=Advertir al usuario validador si la petición no respeta el límite previsto
|
||||
AlertValidorSoldeCP=Advertir al usuario validador si el usuario pide vacaciones superiores a su saldo
|
||||
nbUserCP=Número de usuarios tomados en cuenta en el módulo vacaciones
|
||||
nbHolidayDeductedCP=Número de días retribuidos a deducir por día de vacaciones
|
||||
nbHolidayDeductedCP=Número de días retribuídos a deducir por día de vacaciones
|
||||
nbHolidayEveryMonthCP=Número de vacaciones añadidas por mes
|
||||
Module27130Name=Gestion de las vacaciones
|
||||
TitleOptionMainCP=Ajustes principales de vacaciones
|
||||
@ -132,9 +132,23 @@ NoCPforMonth=Sin vacaciones este mes.
|
||||
Jours=días
|
||||
nbJours=Número de días
|
||||
TitleAdminCP=Configuración de las vacaciones
|
||||
|
||||
#Messages
|
||||
Hello=Hola
|
||||
HolidaysToValidate=Días retribuidos a validar
|
||||
HolidaysToValidateBody=A continuación encontrará una solicitud de días retribuidos para validar
|
||||
HolidaysToValidateDelay=Esta solicitud de días retribuidos tendrá lugar en un plazo de menos de %s días.
|
||||
HolidaysToValidateAlertSolde=El usuario que ha realizado la solicitud de días retribuidos no dispone de suficientes días disponibles.
|
||||
HolidaysValidated=Días retribuidos validados
|
||||
HolidaysValidatedBody=Su solicitud de días retribuidos desde el %s al %s ha sido validada.
|
||||
HolidaysRefused=Días retribuidos denegados
|
||||
HolidaysRefusedBody=Su solicitud de días retribuidos desde el %s al %s ha sido denegada por el siguiente motivo :
|
||||
HolidaysCanceled=Días retribuidos cancelados
|
||||
HolidaysCanceledBody=Su solicitud de días retribuidos desde el %s al %s ha sido cancelada.
|
||||
|
||||
Permission20001=Consultar/crear/modificar sus vacaciones
|
||||
Permission20002=Consultar/modificar todas las solicitudes de permisos retribuídos
|
||||
Permission20003=Eliminar las solicitudes de permisos retribuídos
|
||||
Permission20004=Definir los permisos retribuídos de los usuarios
|
||||
Permission20005=Consultar el historial de modificaciones de permisos retribuidos
|
||||
Permission20006=Acceder al informe mensual de permisos retribuidos
|
||||
Permission20005=Consultar el historial de modificaciones de permisos retribuídos
|
||||
Permission20006=Acceder al informe mensual de permisos retribuídos
|
||||
|
||||
@ -103,7 +103,6 @@ PriceRemoved=Precio eliminado
|
||||
BarCode=Código de barras
|
||||
BarcodeType=Tipo de código de barras
|
||||
BarcodeValue=Valor del código de barras
|
||||
GenbarcodeLocation=Herramienta de generación de códigos de barras en líneas de pedidos (utilizado por el motor phpbar para determinados tipos de códigos de barras)
|
||||
SetDefaultBarcodeType=Defina el tipo de código de barras
|
||||
NoteNotVisibleOnBill=Nota (no visible en las facturas, presupuestos, etc.)
|
||||
CreateCopy=Crear cópia
|
||||
|
||||
@ -1127,6 +1127,7 @@ BarcodeDescUPC=Vöötkoodi tüüpi UPC
|
||||
BarcodeDescISBN=Vöötkoodi tüüpi ISBN
|
||||
BarcodeDescC39=Vöötkoodi tüüpi C39
|
||||
BarcodeDescC128=Vöötkoodi tüüpi C128
|
||||
GenbarcodeLocation=Triipkoodi põlvkonna käsureatööriist (mida phpbarcode mootor mõned triipkoodi liigid)
|
||||
WithdrawalsSetup=Väljaastumine moodul setup
|
||||
ExternalRSSSetup=Väline RSS impordi setup
|
||||
NewRSS=New RSS Feed
|
||||
|
||||
@ -112,7 +112,6 @@ BarCode=Triipkood
|
||||
BarcodeType=Vöötkoodi tüüpi
|
||||
SetDefaultBarcodeType=Määrata vöötkoodi tüüpi
|
||||
BarcodeValue=Vöötkoodi väärtus
|
||||
GenbarcodeLocation=Triipkoodi põlvkonna käsureatööriist (mida phpbarcode mootor mõned triipkoodi liigid)
|
||||
NoteNotVisibleOnBill=Märkus (ei ole nähtav arved, ettepanekuid ...)
|
||||
CreateCopy=Loo koopia
|
||||
ServiceLimitedDuration=Kui toode on teenus piiratud kestus:
|
||||
|
||||
@ -944,6 +944,7 @@ BarcodeDescUPC=الباركود نوع من اتحاد الوطنيين الكو
|
||||
BarcodeDescISBN=الباركود من نوع ردمك
|
||||
BarcodeDescC39=الباركود من نوع C39
|
||||
BarcodeDescC128=الباركود من نوع C128
|
||||
GenbarcodeLocation=باركود الجيل سطر أداة تستخدمها phpbarcode المحرك لبعض أنواع باركود)
|
||||
WithdrawalsSetup=انسحاب وحدة الإعداد
|
||||
ExternalRSSSetup=RSS الواردات الخارجية الإعداد <textarea></textarea>
|
||||
NewRSS=الجديد تغذية RSS
|
||||
|
||||
@ -100,7 +100,6 @@ BarCode=الباركود
|
||||
BarcodeType=نوع الباركود
|
||||
SetDefaultBarcodeType=حدد نوع الباركود
|
||||
BarcodeValue=قيمة الباركود
|
||||
GenbarcodeLocation=باركود الجيل سطر أداة تستخدمها phpbarcode المحرك لبعض أنواع باركود)
|
||||
NoteNotVisibleOnBill=علما) على الفواتير غير مرئي ، واقتراحات...)
|
||||
CreateCopy=خلق صورة
|
||||
ServiceLimitedDuration=إذا كان المنتج هو خدمة لفترة محدودة :
|
||||
@ -161,30 +160,30 @@ ClonePricesProduct=استنساخ الرئيسية معلومات والأسعا
|
||||
LastRecordedProductsAndServices=٪ ق الماضي سجلت المنتجات / الخدمات
|
||||
ContractStatusToRun=ألف mettre én الخدمة
|
||||
// STOP - Lines generated via autotranslator.php tool (2009-08-19 21:04:44).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:13:51).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=المحاسبة الرمز (شراء)
|
||||
ProductAccountancySellCode=المحاسبة الرمز (بيع)
|
||||
SellingPriceHT=سعر البيع (صافي الضرائب)
|
||||
SellingPriceTTC=سعر البيع (شركة الضريبية)
|
||||
ListProductServiceByPopularity=قائمة المنتجات / الخدمات حسب الشهرة
|
||||
ListServiceByPopularity=قائمة الخدمات حسب الشهرة
|
||||
ProductIsUsed=ويستخدم هذا المنتج
|
||||
NewRefForClone=المرجع. من المنتجات الجديدة / خدمة
|
||||
CustomerPrices=أسعار العملاء
|
||||
SuppliersPrices=أسعار الموردين
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:14:06).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ar_AR
|
||||
Sell=مبيعات
|
||||
Buy=مشتريات
|
||||
OnBuy=شراؤها
|
||||
ProductStatusOnBuy=متاح
|
||||
ProductStatusNotOnBuy=عفا عليها الزمن
|
||||
ProductStatusOnBuyShort=متاح
|
||||
ProductStatusNotOnBuyShort=عفا عليها الزمن
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:07).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:13:51).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=المحاسبة الرمز (شراء)
|
||||
ProductAccountancySellCode=المحاسبة الرمز (بيع)
|
||||
SellingPriceHT=سعر البيع (صافي الضرائب)
|
||||
SellingPriceTTC=سعر البيع (شركة الضريبية)
|
||||
ListProductServiceByPopularity=قائمة المنتجات / الخدمات حسب الشهرة
|
||||
ListServiceByPopularity=قائمة الخدمات حسب الشهرة
|
||||
ProductIsUsed=ويستخدم هذا المنتج
|
||||
NewRefForClone=المرجع. من المنتجات الجديدة / خدمة
|
||||
CustomerPrices=أسعار العملاء
|
||||
SuppliersPrices=أسعار الموردين
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:14:06).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ar_AR
|
||||
Sell=مبيعات
|
||||
Buy=مشتريات
|
||||
OnBuy=شراؤها
|
||||
ProductStatusOnBuy=متاح
|
||||
ProductStatusNotOnBuy=عفا عليها الزمن
|
||||
ProductStatusOnBuyShort=متاح
|
||||
ProductStatusNotOnBuyShort=عفا عليها الزمن
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:07).
|
||||
|
||||
@ -852,6 +852,7 @@ BarcodeDescUPC=Viivakoodi tyypin UPC
|
||||
BarcodeDescISBN=Viivakoodi tyypin ISBN
|
||||
BarcodeDescC39=Viivakoodi tyypin C39
|
||||
BarcodeDescC128=Viivakoodi tyypin C128
|
||||
GenbarcodeLocation=Viivakoodi sukupolven komentoriviksi työkalu (käyttää phpbarcode moottorin joidenkin viivakoodi tyypit)
|
||||
WithdrawalsSetup=Purku-moduulin asetukset
|
||||
ExternalRSSSetup=Ulkopuolinen RSS tuonnin setup
|
||||
NewRSS=Uusi RSS Feed
|
||||
|
||||
@ -97,7 +97,6 @@ BarCode=Viivakoodi
|
||||
BarcodeType=Viivakoodi tyyppi
|
||||
SetDefaultBarcodeType=Aseta viivakoodi tyyppi
|
||||
BarcodeValue=Viivakoodi-arvo
|
||||
GenbarcodeLocation=Viivakoodi sukupolven komentoriviksi työkalu (käyttää phpbarcode moottorin joidenkin viivakoodi tyypit)
|
||||
NoteNotVisibleOnBill=Huomautus (ei näy laskuissa ehdotuksia ...)
|
||||
CreateCopy=Luo kopio
|
||||
ServiceLimitedDuration=Jos tuote on palvelu, rajoitettu kesto:
|
||||
@ -166,42 +165,42 @@ ClonePricesProduct=Klooni tärkeimmät tiedot ja hinnat
|
||||
// Reference language: en_US
|
||||
LastRecordedProductsAndServices=Viimeisin %s kirjataan tuotteet / palvelut
|
||||
// STOP - Lines generated via autotranslator.php tool (2009-08-19 20:44:21).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:26:22).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=Kirjanpidon koodi (osta)
|
||||
ProductAccountancySellCode=Kirjanpidon koodi (myydä)
|
||||
SellingPriceHT=Myyntihinta (ilman veroja)
|
||||
SellingPriceTTC=Myyntihinta (sis. alv)
|
||||
ListProductServiceByPopularity=Luettelo tuotteiden tai palveluiden suosion
|
||||
ListServiceByPopularity=Luettelo palvelujen suosio
|
||||
ProductIsUsed=Tämä tuote on käytetty
|
||||
NewRefForClone=Ref. uuden tuotteen tai palvelun
|
||||
CustomerPrices=Asiakkaat hinnat
|
||||
SuppliersPrices=Toimittajat hinnat
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:26:33).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> fi_FI
|
||||
Sell=Myynti
|
||||
Buy=Ostot
|
||||
OnBuy=Ostettu
|
||||
ProductStatusOnBuy=Saatavissa
|
||||
ProductStatusNotOnBuy=Vanhentunut
|
||||
ProductStatusOnBuyShort=Saatavissa
|
||||
ProductStatusNotOnBuyShort=Vanhentunut
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:11).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:10:23).
|
||||
// Reference language: en_US -> fi_FI
|
||||
ParentProductsNumber=Lukumäärä emoyhtiön tuote
|
||||
ProductParentList=Luettelo tuotteista / palveluista tämän tuotteen komponentti
|
||||
ImportDataset_produit_1=Tuotteet
|
||||
ImportDataset_service_1=Palvelut
|
||||
CustomCode=Tullikoodeksi
|
||||
CountryOrigin=Alkuperä maa
|
||||
HiddenIntoCombo=Piilotettu osaksi valitse listat
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:10:51).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:26:22).
|
||||
// Reference language: en_US
|
||||
ProductAccountancyBuyCode=Kirjanpidon koodi (osta)
|
||||
ProductAccountancySellCode=Kirjanpidon koodi (myydä)
|
||||
SellingPriceHT=Myyntihinta (ilman veroja)
|
||||
SellingPriceTTC=Myyntihinta (sis. alv)
|
||||
ListProductServiceByPopularity=Luettelo tuotteiden tai palveluiden suosion
|
||||
ListServiceByPopularity=Luettelo palvelujen suosio
|
||||
ProductIsUsed=Tämä tuote on käytetty
|
||||
NewRefForClone=Ref. uuden tuotteen tai palvelun
|
||||
CustomerPrices=Asiakkaat hinnat
|
||||
SuppliersPrices=Toimittajat hinnat
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:26:33).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> fi_FI
|
||||
Sell=Myynti
|
||||
Buy=Ostot
|
||||
OnBuy=Ostettu
|
||||
ProductStatusOnBuy=Saatavissa
|
||||
ProductStatusNotOnBuy=Vanhentunut
|
||||
ProductStatusOnBuyShort=Saatavissa
|
||||
ProductStatusNotOnBuyShort=Vanhentunut
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:11).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:10:23).
|
||||
// Reference language: en_US -> fi_FI
|
||||
ParentProductsNumber=Lukumäärä emoyhtiön tuote
|
||||
ProductParentList=Luettelo tuotteista / palveluista tämän tuotteen komponentti
|
||||
ImportDataset_produit_1=Tuotteet
|
||||
ImportDataset_service_1=Palvelut
|
||||
CustomCode=Tullikoodeksi
|
||||
CountryOrigin=Alkuperä maa
|
||||
HiddenIntoCombo=Piilotettu osaksi valitse listat
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:10:51).
|
||||
|
||||
@ -1268,6 +1268,8 @@ BarcodeDescUPC= code-barres de type UPC
|
||||
BarcodeDescISBN= code-barres de type ISBN
|
||||
BarcodeDescC39= code-barres de type C39
|
||||
BarcodeDescC128= code-barres de type C128
|
||||
GenbarcodeLocation=Outil de génération de code-barres en ligne de commande (utilisé par le moteur interne pour certains types de codes-barres)
|
||||
BarcodeInternalEngine=Moteur interne
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup= Configuration du module prélèvement
|
||||
##### ExternalRSS #####
|
||||
|
||||
@ -130,6 +130,20 @@ NoCPforMonth=Aucun congé ce mois-ci.
|
||||
Jours=jours
|
||||
nbJours=Nombre jours
|
||||
TitleAdminCP=Configuration des Congés
|
||||
|
||||
#Messages
|
||||
Hello=Bonjour
|
||||
HolidaysToValidate=Congés payés à valider
|
||||
HolidaysToValidateBody=Veuillez trouver ci-dessous une demande de congés payés à valider.
|
||||
HolidaysToValidateDelay=Cette demande de congés payés à été effectué dans un délai de moins de %s jours avant ceux-ci.
|
||||
HolidaysToValidateAlertSolde=L'utilisateur ayant fait cette demande de congés payés n'a pas le solde requis.
|
||||
HolidaysValidated=Congés payés validée
|
||||
HolidaysValidatedBody=Votre demande de congés payés du %s au %s vient d'être validée!
|
||||
HolidaysRefused=Congés payés refusée
|
||||
HolidaysRefusedBody=Votre demande de congés payés %s à %s vient d'être refusée pour le motif suivant :
|
||||
HolidaysCanceled=Congés payés annulée
|
||||
HolidaysCanceledBody=Votre demande de congés %s à %s va été annulée.
|
||||
|
||||
Permission20001=Lire / Créer / modifier ses congès
|
||||
Permission20002=Lire / Modifier toutes les demandes de congés payés
|
||||
Permission20003=Supprimer des demandes de congés payés
|
||||
|
||||
@ -101,7 +101,6 @@ PriceRemoved=Prix supprimé
|
||||
BarCode=Code-barres
|
||||
BarcodeType=Type de code-barres
|
||||
BarcodeValue=Valeur du code-barres
|
||||
GenbarcodeLocation=Outil de génération de code-barres en ligne de commande (utilisé par le moteur interne pour certains types de codes-barres)
|
||||
SetDefaultBarcodeType=Définissez le type de code-barres
|
||||
NoteNotVisibleOnBill=Note (non visible sur les factures, propals...)
|
||||
CreateCopy=Créer copie
|
||||
|
||||
@ -1129,6 +1129,7 @@ BarcodeDescUPC=ברקוד מסוג UPC
|
||||
BarcodeDescISBN=ברקוד מסוג ISBN
|
||||
BarcodeDescC39=ברקוד מסוג C39
|
||||
BarcodeDescC128=ברקוד מסוג C128
|
||||
GenbarcodeLocation=הברקוד הדור הפקודה כלי הקו (בשימוש על ידי מנוע phpbarcode עבור סוגים מסוימים ברקוד)
|
||||
WithdrawalsSetup=מודול הנסיגה ההתקנה
|
||||
ExternalRSSSetup=ההתקנה RSS חיצוני יבוא
|
||||
NewRSS=חדש באתר עדכוני RSS
|
||||
|
||||
@ -112,7 +112,6 @@ BarCode=ברקוד
|
||||
BarcodeType=סוג ברקוד
|
||||
SetDefaultBarcodeType=הגדרת סוג ברקוד
|
||||
BarcodeValue=ברקוד ערך
|
||||
GenbarcodeLocation=הברקוד הדור הפקודה כלי הקו (בשימוש על ידי מנוע phpbarcode עבור סוגים מסוימים ברקוד)
|
||||
NoteNotVisibleOnBill=הערה (לא ניתן לראות על חשבוניות, הצעות ...)
|
||||
CreateCopy=יצירת עותק
|
||||
ServiceLimitedDuration=אם המוצר הוא שירות עם זמן מוגבל:
|
||||
|
||||
@ -1127,6 +1127,7 @@ BarcodeDescUPC=Vonalkód típusú UPC
|
||||
BarcodeDescISBN=Vonalkód típusú ISBN
|
||||
BarcodeDescC39=Vonalkód típusú C39
|
||||
BarcodeDescC128=Vonalkód típusú C128
|
||||
GenbarcodeLocation=Vonalkód generáló parancssori eszköz (phpbarcode motor használja egyes vonalkód típusokhoz)
|
||||
WithdrawalsSetup=Felmondás modul beállítás
|
||||
ExternalRSSSetup=Külső RSS import setup
|
||||
NewRSS=Új RSS Feed
|
||||
|
||||
@ -99,7 +99,6 @@ BarCode=Vonalkód
|
||||
BarcodeType=Vonalkód típus
|
||||
SetDefaultBarcodeType=Vonalkód típusának beállítása
|
||||
BarcodeValue=Vonalkód érték
|
||||
GenbarcodeLocation=Vonalkód generáló parancssori eszköz (phpbarcode motor használja egyes vonalkód típusokhoz)
|
||||
NoteNotVisibleOnBill=Megjegyzés (nem látszik a számlákon, ajánlatokon...)
|
||||
CreateCopy=Másolat létrehozása
|
||||
ServiceLimitedDuration=Ha a termék vagy szolgáltatás időkorlátos:
|
||||
@ -152,28 +151,28 @@ ConfirmCloneProduct=Biztos, hogy klónozni akarja ezt a szolgáltatást: <b>%s</
|
||||
CloneContentProduct=A termék/szolgáltatás minden fő információjának a klónozása
|
||||
ClonePricesProduct=Fő információk és árak klónozása
|
||||
ProductIsUsed=Ez a termék használatban van
|
||||
NewRefForClone=Új termék/szolgáltatás ref#.
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:13:31).
|
||||
// Reference language: en_US -> hu_HU
|
||||
ProductAccountancyBuyCode=Számviteli kód (vásárolni)
|
||||
ProductAccountancySellCode=Számviteli kód (eladás)
|
||||
Sell=Értékesítés
|
||||
Buy=Vásárlások
|
||||
OnBuy=A vásárlás
|
||||
ProductStatusOnBuy=A vásárlás
|
||||
ProductStatusNotOnBuy=Nem vásárolható
|
||||
ProductStatusOnBuyShort=A vásárlás
|
||||
ProductStatusNotOnBuyShort=Nem vásárolható
|
||||
ParentProductsNumber=Számos szülő termék
|
||||
ProductParentList=Jegyzéke termékek / szolgáltatások ezzel a termékkel, mint egy komponens
|
||||
ImportDataset_produit_1=Termékek
|
||||
ImportDataset_service_1=Szolgáltatások
|
||||
ListProductServiceByPopularity=Jegyzéke termékek / szolgáltatások népszerűség szerint
|
||||
ListServiceByPopularity=Szolgáltatások listája népszerűség szerint
|
||||
CustomerPrices=Fogyasztói árának
|
||||
SuppliersPrices=Beszállítók árak
|
||||
CustomCode=Vámkódex
|
||||
CountryOrigin=Származási ország
|
||||
HiddenIntoCombo=Rejtett a select lista
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:15:26).
|
||||
NewRefForClone=Új termék/szolgáltatás ref#.
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 16:13:31).
|
||||
// Reference language: en_US -> hu_HU
|
||||
ProductAccountancyBuyCode=Számviteli kód (vásárolni)
|
||||
ProductAccountancySellCode=Számviteli kód (eladás)
|
||||
Sell=Értékesítés
|
||||
Buy=Vásárlások
|
||||
OnBuy=A vásárlás
|
||||
ProductStatusOnBuy=A vásárlás
|
||||
ProductStatusNotOnBuy=Nem vásárolható
|
||||
ProductStatusOnBuyShort=A vásárlás
|
||||
ProductStatusNotOnBuyShort=Nem vásárolható
|
||||
ParentProductsNumber=Számos szülő termék
|
||||
ProductParentList=Jegyzéke termékek / szolgáltatások ezzel a termékkel, mint egy komponens
|
||||
ImportDataset_produit_1=Termékek
|
||||
ImportDataset_service_1=Szolgáltatások
|
||||
ListProductServiceByPopularity=Jegyzéke termékek / szolgáltatások népszerűség szerint
|
||||
ListServiceByPopularity=Szolgáltatások listája népszerűség szerint
|
||||
CustomerPrices=Fogyasztói árának
|
||||
SuppliersPrices=Beszállítók árak
|
||||
CustomCode=Vámkódex
|
||||
CountryOrigin=Származási ország
|
||||
HiddenIntoCombo=Rejtett a select lista
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 16:15:26).
|
||||
|
||||
@ -1021,6 +1021,7 @@ BarcodeDescUPC=Strikamerki af gerðinni UPC
|
||||
BarcodeDescISBN=Strikamerki af gerðinni ISBN
|
||||
BarcodeDescC39=Strikamerki á C39 tegund
|
||||
BarcodeDescC128=Strikamerki af gerðinni C128
|
||||
GenbarcodeLocation=Strikamerki kynslóð stjórn lína tól (notað af phpbarcode vél fyrir sumir merkjamál barnum tegund)
|
||||
WithdrawalsSetup=Uppsögn mát skipulag
|
||||
ExternalRSSSetup=Ytri RSS innflutnings skipulag
|
||||
NewRSS=New RSS Feed
|
||||
|
||||
@ -105,7 +105,6 @@ BarCode=Strikamerki
|
||||
BarcodeType=Strikamerki tegund
|
||||
SetDefaultBarcodeType=Setja barcode tegund
|
||||
BarcodeValue=Strikamerki gildi
|
||||
GenbarcodeLocation=Strikamerki kynslóð stjórn lína tól (notað af phpbarcode vél fyrir sumir merkjamál barnum tegund)
|
||||
NoteNotVisibleOnBill=Ath (ekki sýnilegt á reikningum, tillögur ...)
|
||||
CreateCopy=Búa til eftirlíking
|
||||
ServiceLimitedDuration=Ef varan er þjónusta við takmarkaðan tíma:
|
||||
|
||||
@ -65,6 +65,7 @@ BarcodeDescISBN =Codice a barre di tipo ISBN
|
||||
BarcodeDescUPC =Codice a barre di tipo UPC
|
||||
BarcodeEncodeModule =Tipo di codifica dei codici a barre
|
||||
BarcodeSetup =Impostazioni per codici a barre
|
||||
GenbarcodeLocation =Programma a riga di comando per generare i codici a barre (utilizzato dal modulo phpbarcode per alcuni tipi di codici a barre)
|
||||
BillsDate =Data fatture
|
||||
BillsNumberingModule =Numerazione modulo fatture e note di credito
|
||||
BillsPDFModules =Modelli fattura in pdf
|
||||
|
||||
@ -59,7 +59,6 @@ ErrorProductBadRefOrLabel =Il valore di riferimento o l'etichetta è sbagl
|
||||
ExportDataset_produit_1 =Prodotti e servizi
|
||||
ExportDataset_service_1 =Servizi
|
||||
Finished =Prodotto creato
|
||||
GenbarcodeLocation =Programma a riga di comando per generare i codici a barre (utilizzato dal modulo phpbarcode per alcuni tipi di codici a barre)
|
||||
GenerateThumb =Genera miniatura
|
||||
HiddenIntoCombo =Nascosti nelle tendine di selezione
|
||||
ImportDataset_produit_1 =Prodotti
|
||||
|
||||
@ -1127,6 +1127,7 @@ BarcodeDescUPC=タイプUPCのバーコード
|
||||
BarcodeDescISBN=型商品のバーコード
|
||||
BarcodeDescC39=タイプC39のバーコード
|
||||
BarcodeDescC128=タイプC128のバーコード
|
||||
GenbarcodeLocation=バーコードを生成するコマンドラインツール(一部のバーコードタイプのphpbarcodeエンジンで使用されます)
|
||||
WithdrawalsSetup=撤退モジュールのセットアップ
|
||||
ExternalRSSSetup=外部のRSSをインポートセットアップ
|
||||
NewRSS=新しいRSSフィード
|
||||
|
||||
@ -112,7 +112,6 @@ BarCode=バーコード
|
||||
BarcodeType=バーコードの種類
|
||||
SetDefaultBarcodeType=バーコードの種類を設定します。
|
||||
BarcodeValue=バーコードの値
|
||||
GenbarcodeLocation=バーコードを生成するコマンドラインツール(一部のバーコードタイプのphpbarcodeエンジンで使用されます)
|
||||
NoteNotVisibleOnBill=注意してください(請求書、提案...上に表示されません)
|
||||
CreateCopy=コピーを作成します。
|
||||
ServiceLimitedDuration=製品は、限られた期間を持つサービスの場合:
|
||||
|
||||
@ -867,6 +867,7 @@ BarcodeDescUPC=Barcode of type UPC
|
||||
BarcodeDescISBN=Barcode of type ISBN
|
||||
BarcodeDescC39=Barcode of type C39
|
||||
BarcodeDescC128=Barcode of type C128
|
||||
GenbarcodeLocation=Kommandolinjeverktøy for generering av strekkode (brukes av phpbarcode til noen strekkodetyper)
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Withdrawal module setup
|
||||
##### ExternalRSS #####
|
||||
|
||||
@ -89,7 +89,6 @@ BarCode=Strekkode
|
||||
BarcodeType=Strekkodetype
|
||||
SetDefaultBarcodeType=Angi strekkodetype
|
||||
BarcodeValue=Strekkodeverdi
|
||||
GenbarcodeLocation=Kommandolinjeverktøy for generering av strekkode (brukes av phpbarcode til noen strekkodetyper)
|
||||
NoteNotVisibleOnBill=Notat (vises ikke på fakturaer, tilbud...)
|
||||
CreateCopy=Lag kopi
|
||||
ServiceLimitedDuration=Hvis varen er en tjeneste med begrenset varighet:
|
||||
@ -136,51 +135,51 @@ ServiceNb=Tjeneste #%s
|
||||
ListProductByPopularity=Vareer/tjenester etter popularitet
|
||||
Finished=Ferdigvare
|
||||
RowMaterial=Råvare
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:45:17).
|
||||
// Reference language: en_US
|
||||
ProductRef=Produkt Ref.
|
||||
ProductLabel=Etiketten
|
||||
ProductAccountancyBuyCode=Revisjon kode (kjøpe)
|
||||
ProductAccountancySellCode=Revisjon kode (selge)
|
||||
SellingPriceHT=Salgspris (etter skatt)
|
||||
SellingPriceTTC=Salgspris (inkl. skatt)
|
||||
MinPrice=Minim. salgspris
|
||||
CantBeLessThanMinPrice=Salgsprisen kan ikke være lavere enn minste tillatte for dette produktet (%s uten skatt)
|
||||
ExportDataset_service_1=Tjenester
|
||||
ListProductServiceByPopularity=Liste over produkter / tjenester etter popularitet
|
||||
ListServiceByPopularity=Liste av tjenester etter popularitet
|
||||
CloneProduct=Klon produkt eller tjeneste
|
||||
ConfirmCloneProduct=Er du sikker på at du vil klone produktet eller tjenesten <b>%s?</b>
|
||||
CloneContentProduct=Klon alle de viktigste informasjoner av produkt / tjeneste
|
||||
ClonePricesProduct=Klone viktigste informasjon og priser
|
||||
ProductIsUsed=Dette produktet brukes
|
||||
NewRefForClone=Ref. av nye produkt / tjeneste
|
||||
CustomerPrices=Kunder priser
|
||||
SuppliersPrices=Leverandører priser
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:46:52).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> nb_NO
|
||||
Sell=Salg
|
||||
Buy=Kjøp
|
||||
OnBuy=Kjøpt
|
||||
ProductStatusOnBuy=Tilgjengelig
|
||||
ProductStatusNotOnBuy=Foreldet
|
||||
ProductStatusOnBuyShort=Tilgjengelig
|
||||
ProductStatusNotOnBuyShort=Foreldet
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:17).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:06:43).
|
||||
// Reference language: en_US -> nb_NO
|
||||
ParentProductsNumber=Antall foreldre produkt
|
||||
ProductParentList=Liste over produkter / tjenester med dette produktet som en komponent
|
||||
ImportDataset_produit_1=Produkter
|
||||
ImportDataset_service_1=Tjenester
|
||||
CustomCode=Tollkodeks
|
||||
CountryOrigin=Opprinnelseslandet
|
||||
HiddenIntoCombo=Gjemt i enkelte lister
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:07:10).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-07-17 11:45:17).
|
||||
// Reference language: en_US
|
||||
ProductRef=Produkt Ref.
|
||||
ProductLabel=Etiketten
|
||||
ProductAccountancyBuyCode=Revisjon kode (kjøpe)
|
||||
ProductAccountancySellCode=Revisjon kode (selge)
|
||||
SellingPriceHT=Salgspris (etter skatt)
|
||||
SellingPriceTTC=Salgspris (inkl. skatt)
|
||||
MinPrice=Minim. salgspris
|
||||
CantBeLessThanMinPrice=Salgsprisen kan ikke være lavere enn minste tillatte for dette produktet (%s uten skatt)
|
||||
ExportDataset_service_1=Tjenester
|
||||
ListProductServiceByPopularity=Liste over produkter / tjenester etter popularitet
|
||||
ListServiceByPopularity=Liste av tjenester etter popularitet
|
||||
CloneProduct=Klon produkt eller tjeneste
|
||||
ConfirmCloneProduct=Er du sikker på at du vil klone produktet eller tjenesten <b>%s?</b>
|
||||
CloneContentProduct=Klon alle de viktigste informasjoner av produkt / tjeneste
|
||||
ClonePricesProduct=Klone viktigste informasjon og priser
|
||||
ProductIsUsed=Dette produktet brukes
|
||||
NewRefForClone=Ref. av nye produkt / tjeneste
|
||||
CustomerPrices=Kunder priser
|
||||
SuppliersPrices=Leverandører priser
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:46:52).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> nb_NO
|
||||
Sell=Salg
|
||||
Buy=Kjøp
|
||||
OnBuy=Kjøpt
|
||||
ProductStatusOnBuy=Tilgjengelig
|
||||
ProductStatusNotOnBuy=Foreldet
|
||||
ProductStatusOnBuyShort=Tilgjengelig
|
||||
ProductStatusNotOnBuyShort=Foreldet
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:17).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:06:43).
|
||||
// Reference language: en_US -> nb_NO
|
||||
ParentProductsNumber=Antall foreldre produkt
|
||||
ProductParentList=Liste over produkter / tjenester med dette produktet som en komponent
|
||||
ImportDataset_produit_1=Produkter
|
||||
ImportDataset_service_1=Tjenester
|
||||
CustomCode=Tollkodeks
|
||||
CountryOrigin=Opprinnelseslandet
|
||||
HiddenIntoCombo=Gjemt i enkelte lister
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:07:10).
|
||||
|
||||
@ -1147,6 +1147,7 @@ BarcodeDescUPC = Barcode van het type UPC
|
||||
BarcodeDescISBN = Barcode van het type ISBN
|
||||
BarcodeDescC39 = Barcode van het type C39
|
||||
BarcodeDescC128 = Barcode van het type C128
|
||||
GenbarcodeLocation=Bar code generatie command-line tool (gebruikt door phpbarcode motor voor enkele streepjescode typen)
|
||||
##### Prelevements ##### =
|
||||
WithdrawalsSetup = Intrekking module setup
|
||||
##### ExternalRSS ##### =
|
||||
|
||||
@ -91,7 +91,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode type
|
||||
SetDefaultBarcodeType=Stel barcode type
|
||||
BarcodeValue=Barcode waarde
|
||||
GenbarcodeLocation=Bar code generatie command-line tool (gebruikt door phpbarcode motor voor enkele streepjescode typen)
|
||||
NoteNotVisibleOnBill=Nota (niet zichtbaar op facturen, voorstellen ...)
|
||||
CreateCopy=Maak kopie
|
||||
ServiceLimitedDuration=Dienst beperkte duur:
|
||||
|
||||
@ -1085,6 +1085,7 @@ BarcodeDescUPC = Streepjescodetype UPC
|
||||
BarcodeDescISBN = Streepjescodetype ISBN
|
||||
BarcodeDescC39 = Streepjescodetype C39
|
||||
BarcodeDescC128 = Streepjescodetype C128
|
||||
GenbarcodeLocation = Opdrachtregelprogramma voor streepjescodegeneratie (gebruikt door phpbarcode voor enkele streepjescode typen)
|
||||
##### Prelevements ##### =
|
||||
WithdrawalsSetup = Terugnamemoduleinstellingen
|
||||
##### ExternalRSS ##### =
|
||||
|
||||
@ -103,7 +103,6 @@ PriceRemoved = Prijs verwijderd
|
||||
BarCode = Streepjescode
|
||||
BarcodeType = Type streepjescode
|
||||
BarcodeValue = Waarde streepjescode
|
||||
GenbarcodeLocation = Opdrachtregelprogramma voor streepjescodegeneratie (gebruikt door phpbarcode voor enkele streepjescode typen)
|
||||
SetDefaultBarcodeType = Stel type streepjescode in
|
||||
NoteNotVisibleOnBill = Notitie (niet zichtbaar op facturen, offertes, etc)
|
||||
CreateCopy = Creëer kopie
|
||||
@ -167,11 +166,11 @@ SuppliersPrices = Leveranciersprijs
|
||||
CustomCode = Code op maat
|
||||
CountryOrigin = Land van herkomst
|
||||
HiddenIntoCombo = Verborgen in selectielijsten
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2011-10-10 01:44:21).
|
||||
// Reference language: en_US -> nl_NL
|
||||
Create=Creëren
|
||||
ParentProductsNumber=Aantal ouder product
|
||||
ProductParentList=Lijst van producten / diensten met dit product als een onderdeel
|
||||
// STOP - Lines generated via autotranslator.php tool (2011-10-10 01:45:20).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2011-10-10 01:44:21).
|
||||
// Reference language: en_US -> nl_NL
|
||||
Create=Creëren
|
||||
ParentProductsNumber=Aantal ouder product
|
||||
ProductParentList=Lijst van producten / diensten met dit product als een onderdeel
|
||||
// STOP - Lines generated via autotranslator.php tool (2011-10-10 01:45:20).
|
||||
|
||||
@ -858,6 +858,7 @@ BarcodeDescUPC=Kod kreskowy typu UPC
|
||||
BarcodeDescISBN=Kod kreskowy typu ISBN
|
||||
BarcodeDescC39=Kod kreskowy typu C39
|
||||
BarcodeDescC128=Kod kreskowy typu C128
|
||||
GenbarcodeLocation=Kod kreskowy generowania narzędzie wiersza polecenia (używanego przez phpbarcode silników dla niektórych typów kodów kreskowych)
|
||||
WithdrawalsSetup=Wycofanie konfiguracji modułu
|
||||
ExternalRSSSetup=Zewnętrzne RSS przywóz konfiguracji
|
||||
NewRSS=Nowy kanał RSS
|
||||
|
||||
@ -99,7 +99,6 @@ BarCode=Kody kreskowe
|
||||
BarcodeType=Kod kreskowy typu
|
||||
SetDefaultBarcodeType=Ustaw typ kodów kreskowych
|
||||
BarcodeValue=Barcode wartości
|
||||
GenbarcodeLocation=Kod kreskowy generowania narzędzie wiersza polecenia (używanego przez phpbarcode silników dla niektórych typów kodów kreskowych)
|
||||
NoteNotVisibleOnBill=Uwaga (nie widoczne na fakturach, propozycje ...)
|
||||
CreateCopy=Tworzenie kopii
|
||||
ServiceLimitedDuration=Jeśli produkt jest usługą o ograniczonym okresie obowiązywania:
|
||||
@ -168,37 +167,37 @@ ClonePricesProduct=Clone główne informacje i ceny
|
||||
// Reference language: en_US
|
||||
LastRecordedProductsAndServices=Ostatnia %s rejestrowane produkty / usługi
|
||||
// STOP - Lines generated via autotranslator.php tool (2009-08-19 20:27:54).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> pl_PL
|
||||
ProductAccountancyBuyCode=Kod Rachunkowości (kupić)
|
||||
ProductAccountancySellCode=Kod Rachunkowości (sprzedaż)
|
||||
Sell=Sprzedaży
|
||||
Buy=Zakupy
|
||||
OnBuy=Zakupionych
|
||||
ProductStatusOnBuy=Dostępny
|
||||
ProductStatusNotOnBuy=Przestarzały
|
||||
ProductStatusOnBuyShort=Dostępny
|
||||
ProductStatusNotOnBuyShort=Przestarzały
|
||||
SellingPriceHT=Cena sprzedaży (bez podatku)
|
||||
SellingPriceTTC=Cena sprzedaży (w tym podatkowych)
|
||||
ListProductServiceByPopularity=Wykaz produktów / usług przez popularność
|
||||
ListServiceByPopularity=Wykaz usług według popularności
|
||||
ProductIsUsed=Ten produkt jest używany
|
||||
NewRefForClone=Ref. nowych produktów / usług
|
||||
CustomerPrices=Klientów cenami
|
||||
SuppliersPrices=Dostawcy cen
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:23).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:18:29).
|
||||
// Reference language: en_US -> pl_PL
|
||||
ParentProductsNumber=Ilość produktu nadrzędnego
|
||||
ProductParentList=Lista produktów / usług z tego produktu jako składnika
|
||||
ImportDataset_produit_1=Produkty
|
||||
ImportDataset_service_1=Usługi
|
||||
CustomCode=Kodeks Celny
|
||||
CountryOrigin=Kraj pochodzenia
|
||||
HiddenIntoCombo=Ukryty na listach wyboru
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:19:00).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> pl_PL
|
||||
ProductAccountancyBuyCode=Kod Rachunkowości (kupić)
|
||||
ProductAccountancySellCode=Kod Rachunkowości (sprzedaż)
|
||||
Sell=Sprzedaży
|
||||
Buy=Zakupy
|
||||
OnBuy=Zakupionych
|
||||
ProductStatusOnBuy=Dostępny
|
||||
ProductStatusNotOnBuy=Przestarzały
|
||||
ProductStatusOnBuyShort=Dostępny
|
||||
ProductStatusNotOnBuyShort=Przestarzały
|
||||
SellingPriceHT=Cena sprzedaży (bez podatku)
|
||||
SellingPriceTTC=Cena sprzedaży (w tym podatkowych)
|
||||
ListProductServiceByPopularity=Wykaz produktów / usług przez popularność
|
||||
ListServiceByPopularity=Wykaz usług według popularności
|
||||
ProductIsUsed=Ten produkt jest używany
|
||||
NewRefForClone=Ref. nowych produktów / usług
|
||||
CustomerPrices=Klientów cenami
|
||||
SuppliersPrices=Dostawcy cen
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:23).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:18:29).
|
||||
// Reference language: en_US -> pl_PL
|
||||
ParentProductsNumber=Ilość produktu nadrzędnego
|
||||
ProductParentList=Lista produktów / usług z tego produktu jako składnika
|
||||
ImportDataset_produit_1=Produkty
|
||||
ImportDataset_service_1=Usługi
|
||||
CustomCode=Kodeks Celny
|
||||
CountryOrigin=Kraj pochodzenia
|
||||
HiddenIntoCombo=Ukryty na listach wyboru
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:19:00).
|
||||
|
||||
@ -959,6 +959,7 @@ BarcodeDescUPC=Códigos de barra tipo UPC
|
||||
BarcodeDescISBN=Códigos de barra tipo ISBN
|
||||
BarcodeDescC39=Códigos de barra tipo C39
|
||||
BarcodeDescC128=Códigos de barra tipo C128
|
||||
GenbarcodeLocation=Ferramenta de geração de código de barras em linha de pedido (utilizado por o motor phpbar para determinados tipos de códigos barra)
|
||||
##### Prelevements #####=
|
||||
WithdrawalsSetup=configuração do módulo Débitos Diretos
|
||||
##### ExternalRSS #####=
|
||||
|
||||
@ -94,7 +94,6 @@ BarCode=Código de barras
|
||||
BarcodeType=Tipo de código de barras
|
||||
SetDefaultBarcodeType=Defina o tipo de código de barras
|
||||
BarcodeValue=Valor do código de barras
|
||||
GenbarcodeLocation=Ferramenta de geração de código de barras em linha de pedido (utilizado por o motor phpbar para determinados tipos de códigos barra)
|
||||
NoteNotVisibleOnBill=Nota (Não é visivel as faturas, orçamentos, etc.)
|
||||
CreateCopy=Criar Cópia
|
||||
ServiceLimitedDuration=Sim o serviço é de Duração limitada :
|
||||
|
||||
@ -52,6 +52,7 @@ BarcodeDescISBN = Códigos de barras tipo ISBN
|
||||
BarcodeDescUPC = Códigos de barras tipo UPC
|
||||
BarcodeEncodeModule = Módulos de codificação dos códigos de barras
|
||||
BarcodeSetup = Configuração dos códigos de barras
|
||||
GenbarcodeLocation=Ferramenta de geração de código de barras em linha de pedido (utilizado por o motor phpbar para determinados tipos de códigos barra)
|
||||
BillsDate = Data das facturas
|
||||
BillsNumberingModule = Módulo de numeração de facturas e entregas
|
||||
BillsPDFModules = Modelo de documentos de facturas
|
||||
|
||||
@ -89,7 +89,6 @@ BarCode=Código de barras
|
||||
BarcodeType=Tipo de código de barras
|
||||
SetDefaultBarcodeType=Defina o tipo de código de barras
|
||||
BarcodeValue=Valor do código de barras
|
||||
GenbarcodeLocation=Ferramenta de geração de código de barras em linha de pedido (utilizado por o motor phpbar para determinados tipos de códigos barra)
|
||||
NoteNotVisibleOnBill=Nota (Não é visivel as facturas, orçamentos, etc.)
|
||||
CreateCopy=Criar Cópia
|
||||
ServiceLimitedDuration=Sim o serviço é de Duração limitada :
|
||||
|
||||
@ -856,6 +856,7 @@ BarcodeDescUPC=Coduri de bare de tip UPC
|
||||
BarcodeDescISBN=Coduri de bare de tip ISBN
|
||||
BarcodeDescC39=Coduri de bare de tip C39
|
||||
BarcodeDescC128=Coduri de bare de tip C128
|
||||
GenbarcodeLocation=Coduri de bare generaţie în linie de comandă (utilizat de către phpbarcode motor pentru anumite tipuri de coduri de bare)
|
||||
WithdrawalsSetup=Retragere de modul de configurare
|
||||
ExternalRSSSetup=Extern RSS importurile setup
|
||||
NewRSS=New RSS Feed
|
||||
|
||||
@ -98,7 +98,6 @@ BarCode=Coduri de bare
|
||||
BarcodeType=Coduri de bare de tip
|
||||
SetDefaultBarcodeType=Set cod de bare de tip
|
||||
BarcodeValue=Coduri de bare valoare
|
||||
GenbarcodeLocation=Coduri de bare generaţie în linie de comandă (utilizat de către phpbarcode motor pentru anumite tipuri de coduri de bare)
|
||||
NoteNotVisibleOnBill=Notă (nu este vizibil de pe facturi, propuneri ...)
|
||||
CreateCopy=Creaţi o copie
|
||||
ServiceLimitedDuration=Dacă produsul este un serviciu cu durată limitată:
|
||||
@ -177,27 +176,27 @@ CustomerPrices=Clienţii preţurile
|
||||
SuppliersPrices=Furnizori preţurile
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-07-17 11:37:00).
|
||||
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ro_RO
|
||||
Sell=Vânzări
|
||||
Buy=Achiziţii
|
||||
OnBuy=Achiziţionat
|
||||
ProductStatusOnBuy=Disponibil
|
||||
ProductStatusNotOnBuy=Învechit
|
||||
ProductStatusOnBuyShort=Disponibil
|
||||
ProductStatusNotOnBuyShort=Învechit
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:28).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:23:15).
|
||||
// Reference language: en_US -> ro_RO
|
||||
ParentProductsNumber=Numărul de produs mamă
|
||||
ProductParentList=Lista de produse / servicii cu acest produs, ca o componentă
|
||||
ImportDataset_produit_1=Produse
|
||||
ImportDataset_service_1=Servicii
|
||||
CustomCode=Codul vamal
|
||||
CountryOrigin=Ţara de origine
|
||||
HiddenIntoCombo=Ascuns în liste selectaţi
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:24:36).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2010-09-04 01:33:40).
|
||||
// Reference language: en_US -> ro_RO
|
||||
Sell=Vânzări
|
||||
Buy=Achiziţii
|
||||
OnBuy=Achiziţionat
|
||||
ProductStatusOnBuy=Disponibil
|
||||
ProductStatusNotOnBuy=Învechit
|
||||
ProductStatusOnBuyShort=Disponibil
|
||||
ProductStatusNotOnBuyShort=Învechit
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:28).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:23:15).
|
||||
// Reference language: en_US -> ro_RO
|
||||
ParentProductsNumber=Numărul de produs mamă
|
||||
ProductParentList=Lista de produse / servicii cu acest produs, ca o componentă
|
||||
ImportDataset_produit_1=Produse
|
||||
ImportDataset_service_1=Servicii
|
||||
CustomCode=Codul vamal
|
||||
CountryOrigin=Ţara de origine
|
||||
HiddenIntoCombo=Ascuns în liste selectaţi
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:24:36).
|
||||
|
||||
@ -855,6 +855,7 @@ BarcodeDescUPC=Штрих-код типа СКП
|
||||
BarcodeDescISBN=Штрих-код типа ISBN
|
||||
BarcodeDescC39=Штрих-код типа C39
|
||||
BarcodeDescC128=Штрих-код типа C128
|
||||
GenbarcodeLocation=Штрих-код поколения утилиту командной строки (используется phpbarcode двигателя для некоторых типов штрих-кодов)
|
||||
WithdrawalsSetup=Снятие модуля настройки
|
||||
ExternalRSSSetup=Внешние RSS импорт установки
|
||||
NewRSS=Новые RSS Feed
|
||||
|
||||
@ -97,7 +97,6 @@ BarCode=Штрих-код
|
||||
BarcodeType=Штрих-код типа
|
||||
SetDefaultBarcodeType=Установить тип штрих-кода
|
||||
BarcodeValue=Баркод стоимости
|
||||
GenbarcodeLocation=Штрих-код поколения утилиту командной строки (используется phpbarcode двигателя для некоторых типов штрих-кодов)
|
||||
NoteNotVisibleOnBill=Примечание (не видимые на счетах-фактурах, предложения ...)
|
||||
CreateCopy=Создать копию
|
||||
ServiceLimitedDuration=Если продукт является услугой с ограниченной длительности:
|
||||
|
||||
@ -1118,6 +1118,7 @@ BarcodeDescUPC = Črtna koda tipa UPC
|
||||
BarcodeDescISBN = Črtna koda tipa ISBN
|
||||
BarcodeDescC39 = Črtna koda tipa C39
|
||||
BarcodeDescC128 = Črtna koda tipa C128
|
||||
GenbarcodeLocation = Orodje za generiranje črtne kode preko komandne vrstice (uporablja ga 'phpbarcode engine' za nekatere tipe črtnih kod)
|
||||
##### Prelevements ##### =
|
||||
WithdrawalsSetup = Nastavitev modula za dvige
|
||||
##### ExternalRSS ##### =
|
||||
|
||||
@ -104,7 +104,6 @@ BarCode = Črtna koda
|
||||
BarcodeType = Tip črtne kode
|
||||
SetDefaultBarcodeType = Nastavi tip črtne kode
|
||||
BarcodeValue = Vrednost črtne kode
|
||||
GenbarcodeLocation = Orodje za generiranje črtne kode preko komandne vrstice (uporablja ga 'phpbarcode engine' za nekatere tipe črtnih kod)
|
||||
NoteNotVisibleOnBill = Opomba (ni vidna na računih, ponudbah...)
|
||||
CreateCopy = Kreiraj kopijo
|
||||
ServiceLimitedDuration = Če ima proizvod storitev z omejenim trajanjem:
|
||||
@ -167,10 +166,10 @@ SuppliersPrices = Nabavne cene
|
||||
CustomCode = Carinska tarifa
|
||||
CountryOrigin = Država porekla
|
||||
HiddenIntoCombo = Skrito v izbranem seznamu
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:30:17).
|
||||
// Reference language: en_US -> sl_SI
|
||||
ParentProductsNumber=Število izdelkov matične
|
||||
ProductParentList=Seznam izdelkov / storitev, pri tem izdelku, kot sestavnega dela
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:30:29).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:30:17).
|
||||
// Reference language: en_US -> sl_SI
|
||||
ParentProductsNumber=Število izdelkov matične
|
||||
ProductParentList=Seznam izdelkov / storitev, pri tem izdelku, kot sestavnega dela
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:30:29).
|
||||
|
||||
@ -1026,6 +1026,7 @@ BarcodeDescUPC=Barcode av typ UPC
|
||||
BarcodeDescISBN=Barcode av typ ISBN
|
||||
BarcodeDescC39=Streckkod av typen C39
|
||||
BarcodeDescC128=Barcode av typ C128
|
||||
GenbarcodeLocation=Bar kodgenerering kommandoradsverktyg (som används av phpbarcode motor för vissa typer streckkod)
|
||||
WithdrawalsSetup=Återkallelse modul setup
|
||||
ExternalRSSSetup=Externa RSS import setup
|
||||
NewRSS=Nytt RSS-flöde
|
||||
|
||||
@ -112,7 +112,6 @@ BarCode=Barcode
|
||||
BarcodeType=Barcode typ
|
||||
SetDefaultBarcodeType=Ställ streckkodstypblock
|
||||
BarcodeValue=Barcode värde
|
||||
GenbarcodeLocation=Bar kodgenerering kommandoradsverktyg (som används av phpbarcode motor för vissa typer streckkod)
|
||||
NoteNotVisibleOnBill=Obs (ej synlig på fakturor, förslag ...)
|
||||
CreateCopy=Skapa kopia
|
||||
ServiceLimitedDuration=Om produkten är en tjänst med begränsad varaktighet:
|
||||
|
||||
@ -1236,6 +1236,7 @@ BarcodeDescUPC=Barkod türü UPC
|
||||
BarcodeDescISBN=Barkod türü ISBN
|
||||
BarcodeDescC39=Barkod türü C39
|
||||
BarcodeDescC128=Barkod türü C128
|
||||
GenbarcodeLocation=Bar kod oluşturma komut satırı aracı (phpbarcode motoru tarafından bazı barkod tipleri için kullanılır)
|
||||
##### Prelevements #####
|
||||
WithdrawalsSetup=Çekme modülü kurulumu
|
||||
##### ExternalRSS #####
|
||||
@ -1389,4 +1390,4 @@ TestGeoIPResult=Bir IP -> ülke dönüşümü testi
|
||||
ProjectsNumberingModules=Proje numaralandırma modülü
|
||||
ProjectsSetup=Proje modülü kurulumu
|
||||
ProjectsModelModule=Proje raporu belge modeli
|
||||
Translation=Çeviri
|
||||
Translation=Çeviri
|
||||
|
||||
@ -107,7 +107,6 @@ BarCode=Barkod
|
||||
BarcodeType=Barkod türü
|
||||
SetDefaultBarcodeType=Barkod türü oluştur
|
||||
BarcodeValue=Barkod değeri
|
||||
GenbarcodeLocation=Bar kod oluşturma komut satırı aracı (phpbarcode motoru tarafından bazı barkod tipleri için kullanılır)
|
||||
NoteNotVisibleOnBill=Not (faturalarda, tekliflerde ... görünmez)
|
||||
CreateCopy=Kopya oluştur
|
||||
ServiceLimitedDuration=Eğer ürün sınırlı süreli bir hizmetse:
|
||||
|
||||
@ -1018,6 +1018,7 @@ BarcodeDescUPC=刚果爱国者联盟类型的条码
|
||||
BarcodeDescISBN=书号条码类型
|
||||
BarcodeDescC39=条码类型C39座
|
||||
BarcodeDescC128=条码型C128
|
||||
GenbarcodeLocation=条码生成命令行工具(由phpbarcode引擎用于某些类型的条形码)
|
||||
WithdrawalsSetup=提款模块设置
|
||||
ExternalRSSSetup=外部的RSS进口格局
|
||||
NewRSS=新的RSS饲料
|
||||
|
||||
@ -105,7 +105,6 @@ BarCode=条码
|
||||
BarcodeType=条码类型
|
||||
SetDefaultBarcodeType=设置条码类型
|
||||
BarcodeValue=条码的价值
|
||||
GenbarcodeLocation=条码生成命令行工具(由phpbarcode引擎用于某些类型的条形码)
|
||||
NoteNotVisibleOnBill=注(不是发票上可见,建议...)
|
||||
CreateCopy=创建副本
|
||||
ServiceLimitedDuration=如果产品是一种有限的时间服务:
|
||||
@ -176,15 +175,15 @@ ProductStatusNotOnBuy=过时的
|
||||
ProductStatusOnBuyShort=可用的
|
||||
ProductStatusNotOnBuyShort=过时的
|
||||
// STOP - Lines generated via autotranslator.php tool (2010-09-04 01:36:40).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:37:09).
|
||||
// Reference language: en_US -> zh_CN
|
||||
ParentProductsNumber=母公司产品的数量
|
||||
ProductParentList=作为一个组成部分与该产品的产品/服务列表
|
||||
ImportDataset_produit_1=产品
|
||||
ImportDataset_service_1=服务
|
||||
CustomCode=海关代码
|
||||
CountryOrigin=原产地
|
||||
HiddenIntoCombo=隐藏选择列表
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:37:45).
|
||||
|
||||
|
||||
// START - Lines generated via autotranslator.php tool (2012-02-29 17:37:09).
|
||||
// Reference language: en_US -> zh_CN
|
||||
ParentProductsNumber=母公司产品的数量
|
||||
ProductParentList=作为一个组成部分与该产品的产品/服务列表
|
||||
ImportDataset_produit_1=产品
|
||||
ImportDataset_service_1=服务
|
||||
CustomCode=海关代码
|
||||
CountryOrigin=原产地
|
||||
HiddenIntoCombo=隐藏选择列表
|
||||
// STOP - Lines generated via autotranslator.php tool (2012-02-29 17:37:45).
|
||||
|
||||
@ -1030,6 +1030,7 @@ BarcodeDescUPC=通用產品條碼(UPC)
|
||||
BarcodeDescISBN=書籍條碼類型
|
||||
BarcodeDescC39=Code 39 條碼
|
||||
BarcodeDescC128=Code 128 條碼
|
||||
GenbarcodeLocation=條碼生成命令行工具(由phpbarcode引擎用於某些類型的條形碼)
|
||||
WithdrawalsSetup=提款模組設置
|
||||
ExternalRSSSetup=外部的RSS進口格局
|
||||
NewRSS=新的RSS飼料
|
||||
|
||||
@ -105,7 +105,6 @@ BarCode=條碼
|
||||
BarcodeType=條碼類型
|
||||
SetDefaultBarcodeType=設置條碼類型
|
||||
BarcodeValue=條碼值
|
||||
GenbarcodeLocation=條碼生成命令行工具(由phpbarcode引擎用於某些類型的條形碼)
|
||||
NoteNotVisibleOnBill=註解(不會在發票/invoice或建議書上顯示)
|
||||
CreateCopy=創建副本
|
||||
ServiceLimitedDuration=如果產品是一種有期限的服務,請指定服務周期:
|
||||
|
||||
@ -126,7 +126,7 @@ print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width=300>'.$langs->trans("Description").'</td>';
|
||||
print '<td colspan="2" align="center">'.$langs->trans("Value").'</td>'."\n";
|
||||
print '<td align="left">'.$langs->trans("Details").'</td>'."\n";
|
||||
print '<td align="left">'.$langs->trans("Description").'</td>'."\n";
|
||||
print '</tr>';
|
||||
|
||||
$var=true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user