diff -Nru ledgersmb-1.4-1.4.41/bin/oe.pl ledgersmb-1.4-1.4.42/bin/oe.pl --- ledgersmb-1.4-1.4.41/bin/oe.pl 2017-04-09 14:57:22.000000000 +0000 +++ ledgersmb-1.4-1.4.42/bin/oe.pl 2017-09-16 19:45:17.000000000 +0000 @@ -1854,10 +1854,12 @@ if ( $form->{vc} eq 'customer' ) { $form->{title} = $locale->text('Ship Merchandise'); + $form->{type} = "ship_order"; $shipped = $locale->text('Shipping Date'); } else { $form->{title} = $locale->text('Receive Merchandise'); + $form->{type} = "receive_order"; $shipped = $locale->text('Date Received'); } diff -Nru ledgersmb-1.4-1.4.41/Changelog ledgersmb-1.4-1.4.42/Changelog --- ledgersmb-1.4-1.4.41/Changelog 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/Changelog 2017-09-16 19:45:14.000000000 +0000 @@ -3,6 +3,19 @@ Changelog for 1.4 Series Released 2014-09-15 +Changelog for 1.4.42 +* Fix goods/services search with AR/AP invoices (Chris T, #2938) +* Fix ar/ap not searchable by part number (Chris T, #2926) +* Round-trip fewer values over web requests during migration (Erik H) +* Bank account info now properly HTML-escaped (Erik H, #2820) +* Ensure forked sub-processes to be correctly terminated (Erik H) +* Fix missing content in columns of the outstanding report (Erik H, #2585) +* Fix contacts search ignores e-mail and phone filters (Erik H, #2821) +* Fix contacts search by address data doesn't work (Erik H, #2490) + +Chris T is Chris Travers +Erik H is Erik Huelsmann + Changelog for 1.4.41 * Fix 'Bad interval' error with PNL comparisons (Erik H, #2146) @@ -85,6 +98,7 @@ * Add test and hard fail with error if tempdir permissions aren't sane. (David G) Erik H is Erik Huelsmann +David G is David Godfrey Changelog for 1.4.33 @@ -94,6 +108,9 @@ * Fixed error reopening books across multiple closings (Chris T #2025) * Fixed moose error in timecard with qty mising (Chris T, #2048) +Chris T is Chris Travers + + Changelog for 1.4.32 * Moved to findbin from use lib '.' (Chris T, #1911) * Fixed starman on debian with latest fixes (Chris T) @@ -322,7 +339,6 @@ Rami H is Rami Hovi - Changelog for 1.4.17 * FEATURE: Automatic calculation of taxes in AR/AP transactions (ErikH) * FEATURE: Use account hierarchies in balance and PnL reporting (ErikH) @@ -476,6 +492,10 @@ Changelog for 1.4.9 * Fixed issue with contacts not loading in 1.4,8 (regression, Chris T) +* Removed optional dependency on LaTeX from starman preload (Chris T) + +Chris T is Chris Travers + Changelog for 1.4.8 * Fixed end-date not a date widget on employee div (Chris T) @@ -603,6 +623,7 @@ Erik H is Erik Huelsmann Pongracz I is Pongracz Istvan + Changelog for 1.4.0 General Enhancements: * Performance enhancements on menu routines (Chris T and Steven M) @@ -635,7 +656,7 @@ Control Code Series System (Chris T) * Covers invoices, orders, transactions, parts, and business units -* Have many different series for the same field (i.e. several series of +* Have many different series for the same field (i.e. several series of partnumbers * Each can set whether it overrides user input. @@ -730,6 +751,7 @@ John L is John Locke Pongracz I is Pongracz Istvan + Changelog for 1.3.45 * Cleaned up sql files so App::LedgerSMB::Admin works (Chris T) * Fixed pricematrix prices not respected for vendors (Chris T, bug 1230) @@ -985,7 +1007,7 @@ Changelog for 1.3.31 * Removed spurious commit saving orders (Chris T) -* Removed check for reversing too many sales, since this poses problems +* Removed check for reversing too many sales, since this poses problems in corner cases with no good solutions (Chris T) * R5680-1, (tentatively) fixes to shipping/invoice onhand numbers (Chris T) * Fixed customer search showing sales rather than billing addresses (Chris T) @@ -996,7 +1018,7 @@ * Fixed handling of translation strings in Contact Search (Chris T, 3604721) * Fixed handling of spaces in debit/credit cols/gl (Chris T, 3607219) * Fixed handling of invoice numbers on recurring (Chris T, 3602382) -* Fixed language code changes delayed (Chris T, 3607220) +* Fixed language code changes delayed (Chris T, 3607220) * Fixed order by on reconciliation screen not working (Chris T, 3607223) * Fixed country changes to companies not saving (Chris T, 3607437) * Fixed customer search on address data (Chris T, 3607436) @@ -1030,7 +1052,7 @@ * Fixed net-0 transactions not showing up on search (Chris T, 3600700) * Fixed incorrect recommendation in Makefile.PL (Chris T, h.t Havard S and Robert C) -* Fixed contact info addition workflow. Now entering multiple contact records +* Fixed contact info addition workflow. Now entering multiple contact records is not a total pain(Chris T) * Fixed lines 2 and 3 not showing on address div for contacts (Chris T) * Fixed credit limit not accounting for some payments (Chris T, 3600679) @@ -1068,7 +1090,7 @@ * Fixed error sorting recon search by account (Chris T, h/t Erik H, 3589473) * Users are now migrated with nonsense passwords from 1,2 (Chris T, 3587257) * Upgrade now handles new total column in jcitems properly (Chris T) -* Fixed configure_apache.sh, read input, change of file name from +* Fixed configure_apache.sh, read input, change of file name from ledgersmb-httpd.conf to ledgersmb-httpd.conf.template (Havard S) * Update INSTALL - section "Adding configuration to Apache 2.x" (Havard S) * Fixed bad targets of AP Aging and Tax Paid reports (Chris T, 3594694) @@ -1085,7 +1107,7 @@ Changelog for 1.3.26 * Added db statistics post-upgrade and pre/post rebuild (Chris T, 3586113) * Merged in fcgi support from addons (Chris T) -* Clarified UI for changing password vs settings (Chris T, 3588810) +* Clarified UI for changing password vs settings (Chris T, 3588810) * Fixed eca selection issues when creating invoices (Chris T, 3588301) * Added demo templates with for invoices with attached images (Chris T) * Fixed attached images not appearing in templates (Chris T) @@ -1180,7 +1202,7 @@ Havard S is Havard Sorli Erik H is Erik Huelsmann Istvan P is Istvan Pongracz -Brian W is Brian Wolf +Brian W is Brian Wolf Nick P is Nick Prater Robert C is Robert James Clay @@ -1823,7 +1845,7 @@ * Fixed bug saving SIC (Adam T) Changelog for 1.2.20 -* Commented out credits in ledgersmb-blue.css +* Commented out credits in ledgersmb-blue.css * Corrected encoding in Latvian chart of accounts (Janeks) * Minor fixes to release notes (SF User akaihola) * Exchange rate fix (SF User Anarcat) @@ -1906,7 +1928,7 @@ * Fixed encoding errors in numeral to text conversion (Seneca) * Fixed the displayed number format for AP invoice taxes (Seneca) * Fixed the selection of taxes when validto is involved (Seneca, anarcat's -addition to 1818792) +addition to 1818792) Changelog for 1.2.10 * Fixed bug 1765161, post button duplicates invoices.(Chris T) @@ -2117,7 +2139,7 @@ * Added pole display and separate cash drawer open calls. (Chris T) User Interface: -* Moved IS/IR/OE the lineitem column list to the LedgerSMB::Sysconfig Chris T) +* Moved IS/IR/OE the lineitem column list to the LedgerSMB::Sysconfig Chris T) * Invoice now has an Onhand column (Chris T) * Added simple text import function for invoices received (PDT's) (Chris T) @@ -2134,7 +2156,7 @@ * Fixed problem with parts_short trigger not being created * Fixed problem with custom fields functions not being created -* Pg driver is now checked by default. +* Pg driver is now checked by default. Changelog for LedgerSMB 1.1.0 @@ -2183,7 +2205,7 @@ * Changed acc_trans.amount to NUMERIC * Tightened browser caching rules to prevent problems with back button. * Added an open content manual to the main distribution. -* New logo. +* New logo. * Began whitespace reformatting of main application. diff -Nru ledgersmb-1.4-1.4.41/debian/changelog ledgersmb-1.4-1.4.42/debian/changelog --- ledgersmb-1.4-1.4.41/debian/changelog 2017-04-23 22:07:09.000000000 +0000 +++ ledgersmb-1.4-1.4.42/debian/changelog 2017-10-03 15:49:21.000000000 +0000 @@ -1,8 +1,16 @@ -ledgersmb-1.4 (1.4.41-1~ubuntu16.04.1) xenial; urgency=medium +ledgersmb-1.4 (1.4.42-1~ubuntu16.04.1) xenial; urgency=medium * No-change backport to xenial - -- Robert James Clay Sun, 23 Apr 2017 18:07:09 -0400 + -- Robert James Clay Tue, 03 Oct 2017 11:49:21 -0400 + +ledgersmb-1.4 (1.4.42-1) stable; urgency=low + + * New upstream release. + * Update debian/watch for the new upstream location. + * Update cookie-name change in debian/patches/05_confdir.patch. + + -- Robert James Clay Sun, 17 Sep 2017 06:14:43 -0400 ledgersmb-1.4 (1.4.41-1) stable; urgency=low diff -Nru ledgersmb-1.4-1.4.41/debian/patches/05_confdir.patch ledgersmb-1.4-1.4.42/debian/patches/05_confdir.patch --- ledgersmb-1.4-1.4.41/debian/patches/05_confdir.patch 2017-04-23 14:20:03.000000000 +0000 +++ ledgersmb-1.4-1.4.42/debian/patches/05_confdir.patch 2017-09-17 10:14:43.000000000 +0000 @@ -1,7 +1,7 @@ Author: Robert James Clay Description: Change configuration defaults as neccessary Origin: vendor -Last-Update: 2016-04-11 +Last-Update: 2017-09-16 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -53,7 +53,7 @@ @@ -9,7 +9,7 @@ # defaults to LedgerSMB-1.3 - default spelling of cookie -our $cookie_name = "LedgerSMB-1.3"; -+our $cookie_name = "LedgerSMB-1.4"; ++our $cookie_name = "LedgerSMB-1.4-lsmb"; # spool directory for batch printing our $spool = "spool"; @@ -20,7 +20,7 @@ # Used to keep multiple instances and/or different versions # logged in at the same time -cookie_name = LedgerSMB-1.3 -+cookie_name = LedgerSMB-1.4 ++cookie_name = LedgerSMB-1.4-lsmb # This is the string we look for in the failed connection error to determine # if the database was not found. For English-language locales, this can be diff -Nru ledgersmb-1.4-1.4.41/debian/TODO ledgersmb-1.4-1.4.42/debian/TODO --- ledgersmb-1.4-1.4.41/debian/TODO 2017-04-23 14:20:03.000000000 +0000 +++ ledgersmb-1.4-1.4.42/debian/TODO 2017-09-17 10:14:43.000000000 +0000 @@ -1,44 +1,36 @@ debian/TODO for ledgersmb-1.4 package +See also: https://github.com/ledgersmb/pkg-ledgersmb-1.4/issues =============================================================================== -=============================================================================== - - ------------------------------------------------------------------------------- - - debian/adm/conmfig-lsmb-db-user.sh -- Use 'pg_roles' and 'rolname' rather than 'pg_users' and 'usename', as I -found that one can actually create two roles with the same name, one with the -login attribute and one without. -- Use only the postgresql tools, like createuser, to set the user name and -password for the LSMB DB Admin user. David G pointed out that using SQL -can allow the unencrypted password to prehaps show up in logs, etc, which -is a sucurity concern. -- Already took out defaulting for doing the SQL 'ALTER' instead of a 'CREATE' -if the LSMB DBAdmin user already exits. It was pointed out by both David -and Erik that they really don't think it's a good idea to reset that password -by default when, for instance, upgradeing the package; which is what it did -if doing the configure was enabled. Add option to reset the password if the -user ID already exists, but not by default; would have to explicitly agree -to it, each time, and that agreement isn't saved so the question gets asked -each time and by default is not to do the reset. -------------------------------------------------------------------------------- - - - Suggested by 'Kiwi' in LedgerSMB chat site (riot) -While we're at it, the title for ledgersmb at packages.debian.org is "(web): - financial accounting and ERP program". Perhaps "Full featured financial - accounting package accessed via web browser (PERL/SQL backend)" would give - more info? -Options -or "Full featured, open source financial..." - - -> agree it needs updating and I've been wanting to, but that's too long - for the short description. - + - from pkg build for 1.4.42-1 +I: ledgersmb-1.4 source: no-complete-debconf-translation +N: 322 tags overridden (277 errors, 42 warnings, 3 info) ----------------------------------------------------------------------------------- -- debian/watch: expand the uversionmangle regular expression to exclude the v1.2, -1.3, and 1.5 versions. +- debian/watch: Has been updated for the 'new' upstream but there are issues with +even just doing a --report-status' is not completing successfully the autoamatic +gpg check . + + +$ debian/rules get-orig-source +uscan --force-download --rename --destdir . +uscan warn: unrecognised option +dpkg: warning: version '1:1.4.42/ledgersmb-1.4.42-0' has bad syntax: invalid character in version number +dpkg: warning: version '1:1.4.42/ledgersmb-1.4.42-0' has bad syntax: invalid character in version number +uscan: Newest version of ledgersmb-1.4 on remote site is 1.4.42/ledgersmb-1.4.42, local version is 1.4.42 +uscan: => Newer package available from + https://github.com/ledgersmb/LedgerSMB/releases/download/1.4.42/ledgersmb-1.4.42.tar.gz +gpgv: can't open './ledgersmb-1.4.42/ledgersmb-1.4.42.tar.gz.pgp': No such file or directory +gpgv: verify signatures failed: No such file or directory +uscan warn: OpenPGP signature did not verify. + + - If it is downloaded and verified manaully, there is no issue. + +- See also: +Correct debian/watch to reflect project location at GitHub. +https://github.com/ledgersmb/pkg-ledgersmb-1.4/issues/1 ----------------------------------------------------------------------------------- @@ -55,4 +47,4 @@ - -- Robert James Clay sun, 23 Apr 2017 10:20 -0400 + -- Robert James Clay Sun, 17 Sep 2017 05:47 -0400 diff -Nru ledgersmb-1.4-1.4.41/debian/watch ledgersmb-1.4-1.4.42/debian/watch --- ledgersmb-1.4-1.4.41/debian/watch 2017-04-23 14:20:03.000000000 +0000 +++ ledgersmb-1.4-1.4.42/debian/watch 2017-09-17 10:14:43.000000000 +0000 @@ -1,9 +1,12 @@ # LedgerSMB debian/watch control file for uscan -# Compulsory line, this is a version 3 file -version=3 +# Compulsory line, this is a version 4 file +version=4 -# Check against upstream release key. Exclude development snapshots. -opts="pgpsigurlmangle=s/$/.asc/,dversionmangle=s/\-1.4[\d]?//,uversionmangle=s/^1\.4\.99\d*/0/" \ -http://sf.net/ledger-smb/ledgersmb-([\d\.\d\.]+)\.tar\.gz +# Check against upstream release key. +# Only include versions from the 1.4.x series. +opts="pgpsigurlmangle=s/$/.asc/, \ +filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ledgersmb-$1\.tar\.gz/, \ +dversionmangle=s/\-1.4[\d]?//, " \ +https://github.com/ledgersmb/LedgerSMB/releases .*/v?(1.4.+)\.tar\.gz diff -Nru ledgersmb-1.4-1.4.41/dists/rpm/build.sh ledgersmb-1.4-1.4.42/dists/rpm/build.sh --- ledgersmb-1.4-1.4.41/dists/rpm/build.sh 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/dists/rpm/build.sh 2017-09-16 19:46:15.000000000 +0000 @@ -2,7 +2,7 @@ # One must run the source file build first. -VERSION="1.4.41" +VERSION="1.4.42" hg archive -ttgz ~/ledgersmb.tar.gz # Remove Dojo diff -Nru ledgersmb-1.4-1.4.41/dists/rpm/ledgersmb.spec ledgersmb-1.4-1.4.42/dists/rpm/ledgersmb.spec --- ledgersmb-1.4-1.4.41/dists/rpm/ledgersmb.spec 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/dists/rpm/ledgersmb.spec 2017-09-16 19:46:15.000000000 +0000 @@ -1,7 +1,7 @@ # RPM spec written for and tested on CentOS 4 and CentOS 5 Summary: LedgerSMB - Open Source accounting software Name: ledgersmb -Version: 1.4.41 +Version: 1.4.42 Release: 1 License: GPL URL: http://www.ledgersmb.org/ diff -Nru ledgersmb-1.4-1.4.41/dists/source/build.sh ledgersmb-1.4-1.4.42/dists/source/build.sh --- ledgersmb-1.4-1.4.41/dists/source/build.sh 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/dists/source/build.sh 2017-09-16 19:46:15.000000000 +0000 @@ -2,7 +2,7 @@ # Simple script to prepare for release -version="1.4.41"; +version="1.4.42"; build_d="../release"; if test -d $build_d/ledgersmb; then diff -Nru ledgersmb-1.4-1.4.41/doc/release_notes ledgersmb-1.4-1.4.42/doc/release_notes --- ledgersmb-1.4-1.4.41/doc/release_notes 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/doc/release_notes 2017-09-16 19:46:15.000000000 +0000 @@ -1,7 +1,7 @@ RELEASE NOTES LedgerSMB 1.4 -Latest Revision: 1.4.41 +Latest Revision: 1.4.42 1: Welcome to LedgerSMB diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/Form.pm ledgersmb-1.4-1.4.42/LedgerSMB/Form.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/Form.pm 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/Form.pm 2017-09-16 19:46:15.000000000 +0000 @@ -174,8 +174,8 @@ #menubar will be deprecated, replaced with below $self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) ); - $self->{version} = "1.4.41"; - $self->{dbversion} = "1.4.41"; + $self->{version} = "1.4.42"; + $self->{dbversion} = "1.4.42"; bless $self, $type; diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/PSGI.pm ledgersmb-1.4-1.4.42/LedgerSMB/PSGI.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/PSGI.pm 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/PSGI.pm 2017-09-16 19:45:14.000000000 +0000 @@ -66,12 +66,17 @@ sub _run_old { if (my $cpid = fork()){ - wait; + waitpid $cpid, 0; } else { - &$pre_dispatch() if $pre_dispatch; - do 'old-handler.pl'; - &$post_dispatch() if $post_dispatch; - exit; + # We need a 'try' block here to prevent errors being thrown in + # the inner block from escaping out of the block and missing + # the 'exit' below. + try { + &$pre_dispatch() if $pre_dispatch; + do 'old-handler.pl'; + &$post_dispatch() if $post_dispatch; + }; + exit; } } diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/Report/Contact/Search.pm ledgersmb-1.4-1.4.42/LedgerSMB/Report/Contact/Search.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/Report/Contact/Search.pm 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/Report/Contact/Search.pm 2017-09-16 19:45:14.000000000 +0000 @@ -138,7 +138,7 @@ =cut -has contact_info => (is => 'ro', isa => 'ArrayRef[Str]]', required => 0); +has contact_info => (is => 'rw', isa => 'ArrayRef[Str]', required => 0); =item email @@ -262,6 +262,10 @@ sub run_report { my ($self) = @_; + my @contact_info; + push @contact_info, $self->phone if $self->phone; + push @contact_info, $self->email if $self->email; + $self->contact_info(\@contact_info) if @contact_info; my @rows = $self->exec_method({funcname => 'contact__search'}); for my $r(@rows){ $r->{meta_number} ||= ""; diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/setup.pm ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/setup.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/setup.pm 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/setup.pm 2017-09-16 19:45:14.000000000 +0000 @@ -18,6 +18,7 @@ # package LedgerSMB::Scripts::setup; +use Digest::MD5 qw(md5_hex); use Locale::Country; use LedgerSMB::Auth; use LedgerSMB::Database; @@ -593,6 +594,21 @@ 'ledgersmb/1.3' => 'run_upgrade' ); +sub _upgrade_test_is_applicable { + my ($dbinfo, $test) = @_; + + return (($test->min_version le $dbinfo->{version}) + && ($test->max_version ge $dbinfo->{version}) + && ($test->appname eq $dbinfo->{appname})); +} + +sub _applicable_upgrade_tests { + my $dbinfo = shift; + + return grep { _upgrade_test_is_applicable($dbinfo, $_) } + LedgerSMB::Upgrade_Tests->get_tests; +} + sub upgrade { my ($request) = @_; my $database = _init_db($request); @@ -601,11 +617,7 @@ $request->{dbh}->{AutoCommit} = 0; my $locale = $request->{_locale}; - - for my $check (LedgerSMB::Upgrade_Tests->get_tests()){ - next if ($check->min_version gt $dbinfo->{version}) - || ($check->max_version lt $dbinfo->{version}) - || ($check->appname ne $dbinfo->{appname}); + for my $check (_applicable_upgrade_tests($dbinfo)) { my $sth = $request->{dbh}->prepare($check->test_query); $sth->execute() or die "Failed to execute pre-migration check " . $check->name; @@ -641,13 +653,15 @@ template => 'form-dynatable', format => 'HTML', ); + + my $hiddens = { + check => $check->name, +verify_check => md5_hex($check->test_query), + database => $request->{database} + }; + my $rows = []; my $count = 1; - my $hiddens = {table => $check->table, - edit => $check->column, - id_column => $check->{id_column}, - id_where => $check->{id_where}, - database => $request->{database}}; my $header = {}; for (@{$check->display_cols}){ $header->{$_} = $_; @@ -715,13 +729,30 @@ sub fix_tests{ my ($request) = @_; - _init_db($request); - $request->{dbh}->{AutoCommit} = 0; - my $locale = $request->{_locale}; + my $database = _init_db($request); + my $dbinfo = $database->get_info(); + my $dbh = $request->{dbh}; + $dbh->{AutoCommit} = 0; + + my @fix_tests = grep { $_->name eq $request->{check} } + _applicable_upgrade_tests($dbinfo); - my $table = $request->{dbh}->quote_identifier($request->{table}); - my $edit = $request->{dbh}->quote_identifier($request->{edit}); - my $where = $request->{id_where}; + die "Inconsistent state fixing data for $request->{check}: " + . "found multiple applicable tests by the same identifier" + if @fix_tests > 1; + die "Inconsistent state fixing data for $request->{check}: " + . "found no applicable tests for given identifier" + if @fix_tests == 0; + + my $check = shift @fix_tests; + die "Inconsistent state fixing date for $request->{check}: " + . "found different test by the same name while fixing data" + if $request->{verify_check} ne md5_hex($check->test_query); + + + my $table = $check->table; + my $where = $check->id_where; + my $edit = $check->column; my $sth = $request->{dbh}->prepare( "UPDATE $table SET $edit = ? where $where = ?" ); diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/transtemplate.pm ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/transtemplate.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/transtemplate.pm 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/transtemplate.pm 2017-09-16 19:45:14.000000000 +0000 @@ -12,6 +12,9 @@ use LedgerSMB::DBObject::TransTemplate; use LedgerSMB::Report::Listings::TemplateTrans; use LedgerSMB::Template; + +use Try::Tiny; + our $VERSION = '0.1'; =head1 ROUTINES @@ -53,27 +56,32 @@ return; } else { - # I hate this old code! - $lsmb_legacy::form = new Form; - $lsmb_legacy::locale = LedgerSMB::App_State::Locale(); - $lsmb_legacy::form->{dbh} = $request->{dbh}; - $lsmb_legacy::locale = $request->{_locale}; - %lsmb_legacy::myconfig = (); - %lsmb_legacy::myconfig = %{$request->{_user}}; - $lsmb_legacy::form->{stylesheet} = - $lsmb_legacy::myconfig{stylesheet}; - $lsmb_legacy::form->{script} = $script; - $lsmb_legacy::form->{script} =~ s/(bin|scripts)\///; - delete $lsmb_legacy::form->{id}; - - convert_to_form($transtemplate, $lsmb_legacy::form, $journal_type); - { - no strict; - no warnings 'redefine'; - - do $script; - } - $template_dispatch->{$journal_type}->{function}($lsmb_legacy::form); + # We need a 'try' block here to prevent errors being thrown in + # the inner block from escaping out of the block and missing + # the 'exit' below. + try { + $lsmb_legacy::form = new Form; + $lsmb_legacy::locale = LedgerSMB::App_State::Locale(); + $lsmb_legacy::form->{dbh} = $request->{dbh}; + $lsmb_legacy::locale = $request->{_locale}; + %lsmb_legacy::myconfig = (); + %lsmb_legacy::myconfig = %{$request->{_user}}; + $lsmb_legacy::form->{stylesheet} = + $lsmb_legacy::myconfig{stylesheet}; + $lsmb_legacy::form->{script} = $script; + $lsmb_legacy::form->{script} =~ s/(bin|scripts)\///; + delete $lsmb_legacy::form->{id}; + + convert_to_form($transtemplate, $lsmb_legacy::form, + $journal_type); + { + no strict; + no warnings 'redefine'; + + do $script; + } + $template_dispatch->{$journal_type}->{function}($lsmb_legacy::form); + }; exit; } diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/vouchers.pm ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/vouchers.pm --- ledgersmb-1.4-1.4.41/LedgerSMB/Scripts/vouchers.pm 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB/Scripts/vouchers.pm 2017-09-16 19:45:14.000000000 +0000 @@ -25,6 +25,7 @@ use LedgerSMB::CP; use strict; +use Try::Tiny; our $custom_batch_types = {}; @@ -47,10 +48,10 @@ sub create_batch { my ($request) = @_; - $request->open_form; - $request->{hidden} = [ + $request->open_form; + $request->{hidden} = [ {name => "batch_type", value => $request->{batch_type}}, - {name => "form_id", value => $request->{form_id}}, + {name => "form_id", value => $request->{form_id}}, {name => 'overpayment', value => $request->{overpayment}}, ]; @@ -123,39 +124,39 @@ sales_invoice => {script => 'bin/is.pl', function => sub {lsmb_legacy::add()}}, vendor_invoice => {script => 'bin/ir.pl', function => sub {lsmb_legacy::add()}}, receipt => {script => undef, - function => sub { - my ($request) = @_; - $request->{account_class} = 2; - LedgerSMB::Scripts::payment::payments($request); - }}, + function => sub { + my ($request) = @_; + $request->{account_class} = 2; + LedgerSMB::Scripts::payment::payments($request); + }}, payment => {script => undef, - function => sub { - my ($request) = @_; - $request->{account_class} = 1; - LedgerSMB::Scripts::payment::payments($request); - }}, + function => sub { + my ($request) = @_; + $request->{account_class} = 1; + LedgerSMB::Scripts::payment::payments($request); + }}, payment_reversal => { script => undef, function => sub { - my ($request) = @_; - $request->{account_class} = 1; + my ($request) = @_; + $request->{account_class} = 1; if ($request->{overpayment}){ $request->{report_name} = 'overpayments'; LedgerSMB::Scripts::reports::start_report($request); } else { - LedgerSMB::Scripts::payment::get_search_criteria($request, $custom_batch_types); + LedgerSMB::Scripts::payment::get_search_criteria($request, $custom_batch_types); } - }}, + }}, receipt_reversal => { script => undef, function => sub { - my ($request) = @_; - $request->{account_class} = 2; + my ($request) = @_; + $request->{account_class} = 2; if ($request->{overpayment}){ $request->{report_name} = 'overpayments'; LedgerSMB::Scripts::reports::start_report($request); } else { - LedgerSMB::Scripts::payment::get_search_criteria($request, $custom_batch_types); + LedgerSMB::Scripts::payment::get_search_criteria($request, $custom_batch_types); } }}, @@ -404,73 +405,88 @@ 2 => sub { my ($voucher, $request) = @_; if (my $cpid = fork()){ - wait; + waitpid $cpid, 0; } else { - do 'bin/ar.pl'; - require 'LedgerSMB/Form.pm'; - %$lsmb_legacy::form = (%$request); - bless $lsmb_legacy::form, 'Form'; - local $LedgerSMB::App_State::DBH = 0; - $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); - $lsmb_legacy::form->{ARAP} = 'AR'; - $lsmb_legacy::form->{arap} = 'ar'; - $lsmb_legacy::form->{vc} = 'customer'; - $lsmb_legacy::form->{id} = $voucher->{transaction_id} - if ref $voucher; - $lsmb_legacy::form->{formname} = 'ar_transaction'; - $lsmb_legacy::locale = $LedgerSMB::App_State::Locale; - - lsmb_legacy::create_links(); - $lsmb_legacy::form->{media} = $request->{media}; - - lsmb_legacy::print(); - exit; + # We need a 'try' block here to prevent errors being thrown in + # the inner block from escaping out of the block and missing + # the 'exit' below. + try { + do 'bin/ar.pl'; + require 'LedgerSMB/Form.pm'; + %$lsmb_legacy::form = (%$request); + bless $lsmb_legacy::form, 'Form'; + local $LedgerSMB::App_State::DBH = 0; + $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); + $lsmb_legacy::form->{ARAP} = 'AR'; + $lsmb_legacy::form->{arap} = 'ar'; + $lsmb_legacy::form->{vc} = 'customer'; + $lsmb_legacy::form->{id} = $voucher->{transaction_id} + if ref $voucher; + $lsmb_legacy::form->{formname} = 'ar_transaction'; + $lsmb_legacy::locale = $LedgerSMB::App_State::Locale; + + lsmb_legacy::create_links(); + $lsmb_legacy::form->{media} = $request->{media}; + + lsmb_legacy::print(); + }; + exit; } 1; }, 1 => sub { 0 }, 8 => sub { my ($voucher, $request) = @_; - if (fork){ - wait; + if (my $cpid = fork){ + waitpid $cpid, 0; } else { - do 'bin/is.pl'; - require 'LedgerSMB/Form.pm'; - %$lsmb_legacy::form = (%$request); - bless $lsmb_legacy::form, 'Form'; - local $LedgerSMB::App_State::DBH = 0; - $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); - $lsmb_legacy::form->{formname} = 'invoice'; - $lsmb_legacy::form->{id} = $voucher->{transaction_id} + # We need a 'try' block here to prevent errors being thrown in + # the inner block from escaping out of the block and missing + # the 'exit' below. + try { + do 'bin/is.pl'; + require 'LedgerSMB/Form.pm'; + %$lsmb_legacy::form = (%$request); + bless $lsmb_legacy::form, 'Form'; + local $LedgerSMB::App_State::DBH = 0; + $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); + $lsmb_legacy::form->{formname} = 'invoice'; + $lsmb_legacy::form->{id} = $voucher->{transaction_id} if ref $voucher; - lsmb_legacy::create_links(); + lsmb_legacy::create_links(); - lsmb_legacy::print(); - exit; + lsmb_legacy::print(); + }; + exit; } 1; }, 9 => sub { my ($voucher, $request) = @_; - if (fork){ - wait; + if (my $cpid = fork){ + waitpid $cpid, 0; } else { - do 'bin/is.pl'; - require 'LedgerSMB/Form.pm'; - %$lsmb_legacy::form = (%$request); - bless $lsmb_legacy::form, 'Form'; - local $LedgerSMB::App_State::DBH = 0; - $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); - $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); - $lsmb_legacy::form->{formname} = 'product_receipt'; - $lsmb_legacy::form->{id} = $voucher->{transaction_id} + # We need a 'try' block here to prevent errors being thrown in + # the inner block from escaping out of the block and missing + # the 'exit' below. + try { + do 'bin/is.pl'; + require 'LedgerSMB/Form.pm'; + %$lsmb_legacy::form = (%$request); + bless $lsmb_legacy::form, 'Form'; + local $LedgerSMB::App_State::DBH = 0; + $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); + $lsmb_legacy::form->db_init($LedgerSMB::App_State::User); + $lsmb_legacy::form->{formname} = 'product_receipt'; + $lsmb_legacy::form->{id} = $voucher->{transaction_id} if ref $voucher; - lsmb_legacy::create_links(); + lsmb_legacy::create_links(); - lsmb_legacy::print(); - exit; + lsmb_legacy::print(); + }; + exit; } 1; }, diff -Nru ledgersmb-1.4-1.4.41/LedgerSMB.pm ledgersmb-1.4-1.4.42/LedgerSMB.pm --- ledgersmb-1.4-1.4.41/LedgerSMB.pm 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/LedgerSMB.pm 2017-09-16 19:46:15.000000000 +0000 @@ -179,7 +179,7 @@ use DBI; use base qw(LedgerSMB::Request); -our $VERSION = '1.4.41'; +our $VERSION = '1.4.42'; my $logger = Log::Log4perl->get_logger('LedgerSMB'); diff -Nru ledgersmb-1.4-1.4.41/locale/LedgerSMB.pot ledgersmb-1.4-1.4.42/locale/LedgerSMB.pot --- ledgersmb-1.4-1.4.41/locale/LedgerSMB.pot 2017-04-09 14:58:05.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/LedgerSMB.pot 2017-09-16 19:45:56.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: LedgerSMB \n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -192,7 +192,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1286,7 +1286,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1412,7 +1412,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1437,7 +1437,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1691,7 +1691,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1818,7 +1818,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1883,7 +1883,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1907,11 +1907,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1960,7 +1960,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2044,7 +2044,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2188,11 +2188,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2294,7 +2294,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2322,7 +2322,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2586,8 +2586,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2790,11 +2790,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2881,7 +2881,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3244,11 +3244,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3256,7 +3256,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3583,7 +3583,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3621,7 +3621,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3635,8 +3635,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3716,11 +3716,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3760,8 +3760,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4051,7 +4051,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4116,11 +4116,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4452,7 +4452,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4616,7 +4616,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4672,8 +4672,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4965,7 +4965,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5106,15 +5106,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5140,7 +5140,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5192,7 +5192,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5300,7 +5300,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5340,7 +5340,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5359,7 +5359,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5375,7 +5375,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5462,7 +5462,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5479,7 +5479,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5547,7 +5547,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5979,7 +5979,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6133,8 +6133,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6297,7 +6297,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6333,7 +6333,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6451,7 +6451,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6507,7 +6507,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6647,7 +6647,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6824,7 +6824,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -6996,7 +6996,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7091,7 +7091,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7164,7 +7164,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7231,11 +7231,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7278,11 +7278,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7290,7 +7290,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8122,7 +8122,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8163,7 +8163,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8329,20 +8329,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8484,7 +8484,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8512,7 +8512,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8554,7 +8554,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8623,7 +8623,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,8 +8675,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8772,7 +8772,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9085,7 +9085,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9093,7 +9093,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/ar_EG.po ledgersmb-1.4-1.4.42/locale/po/ar_EG.po --- ledgersmb-1.4-1.4.41/locale/po/ar_EG.po 2017-04-09 14:58:05.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/ar_EG.po 2017-09-16 19:45:56.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Arabic (Egypt) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/ar_EG/)\n" @@ -202,7 +202,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "الوصول ممنوع" @@ -1296,7 +1296,7 @@ msgid "Billion" msgstr "مليار" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1422,7 +1422,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1447,7 +1447,7 @@ msgid "Cancel" msgstr "إلغاء الأمر" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "إلغاء الأمر؟" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "شركة" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "تكلفة" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "لم نتمكن من الحفظ!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "إنشاء قاعدة البيانات؟" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "عملة" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "انتهت عملية قاعدة البيانات" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "قاعدة البيانات غير موجودة" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "تاريخ الدفع" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "وصف" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "نوع المستند" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "نفذ" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "بريد الكتروني" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "مجموعة" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "دخول" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "لم يتم الاختيار" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "امر" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "ادخال الامر" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "الغي الامر" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "تم الشراء" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "شحن وارد" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "استلام بضاعة" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "اسم التقرير" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "نوع التقرير" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6506,9 +6504,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "نتائج التقرير" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6520,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6660,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6837,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "اختر المورد" @@ -7047,9 +7044,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "اختر العميل" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7105,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "رقم تسلسلي" @@ -7178,7 +7174,7 @@ msgid "Seventy" msgstr "سبعون" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7245,11 +7241,11 @@ msgstr "شحن بواسطة" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "شحن الى" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7292,11 +7288,11 @@ msgid "Shipping" msgstr "شحن" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "تاريخ الشحن" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "تاريخ الشحن غير موجود!" @@ -7304,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8136,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8177,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8343,20 +8339,20 @@ msgid "Transactions" msgstr "حركات" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "تحويل" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "تحويل من" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "تحويل إلى" @@ -8498,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8526,7 +8522,7 @@ msgid "Unit Price" msgstr "سعر الوحدة" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8568,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8637,7 +8633,7 @@ msgid "User Name" msgstr "اسم المستخدم" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "المستخدم موجود، هل تريد استيراده؟" @@ -8677,9 +8673,8 @@ msgstr "سارى حتى" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "ترجمة" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8690,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8787,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9100,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9108,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/be.po ledgersmb-1.4-1.4.42/locale/po/be.po --- ledgersmb-1.4-1.4.41/locale/po/be.po 1970-01-01 00:00:00.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/be.po 2017-09-16 19:45:59.000000000 +0000 @@ -0,0 +1,9140 @@ +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: LedgerSMB\n" +"Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2015-12-27 22:20+0000\n" +"Language-Team: Belarusian (http://www.transifex.com/ledgersmb/ledgersmb/" +"language/be/)\n" +"Language: be\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#: LedgerSMB/Report/Invoices/Outstanding.pm:163 +msgid "# Invoices" +msgstr "" + +#: templates/demo/product_receipt.html:130 +#: templates/demo/purchase_order.html:132 +#: templates/demo_with_images/product_receipt.html:130 +#: templates/demo_with_images/purchase_order.html:132 +#: templates/xedemo/product_receipt.html:132 +#: templates/xedemo/purchase_order.html:132 +msgid "%" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:112 +msgid "% Dep." +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:96 +msgid "(+) Salvage Value" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:104 +msgid "(-) Accum. Dep." +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:108 +msgid "(=) NBV" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:138 +msgid "(Locked)" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:132 templates/demo/statement.html:65 +#: templates/demo_with_images/statement.html:65 +#: templates/xedemo/statement.html:65 +msgid "30" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:138 templates/demo/statement.html:66 +#: templates/demo_with_images/statement.html:66 +#: templates/xedemo/statement.html:66 +msgid "60" +msgstr "" + +#: bin/io.pl:1499 +msgid "894.EDI" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:144 templates/demo/statement.html:67 +#: templates/demo_with_images/statement.html:67 +#: templates/xedemo/statement.html:67 +msgid "90" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:295 +msgid "?????" +msgstr "" + +#: bin/ic.pl:1284 +msgid "A" +msgstr "" + +#: templates/demo/invoice.tex:32 templates/demo/packing_list.tex:22 +#: templates/demo_with_images/invoice.tex:32 +#: templates/demo_with_images/packing_list.tex:22 +#: templates/xedemo/invoice.tex:31 templates/xedemo/packing_list.tex:22 +msgid "" +"A return authorization must be obtained from [_1] before goods are returned. " +"Returns must be shipped prepaid and properly insured. [_1] will not be " +"responsible for damages during transit." +msgstr "" + +#: sql/Pg-database.sql:813 +msgid "AIM" +msgstr "" + +#: bin/am.pl:878 UI/Reports/filters/unapproved.html:13 +#: UI/setup/complete.html:21 UI/setup/confirm_operation.html:105 +#: sql/Pg-database.sql:2854 +msgid "AP" +msgstr "" + +#: sql/Pg-database.sql:2803 +msgid "AP Aging" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:105 +msgid "AP Invoice" +msgstr "" + +#: UI/Reports/filters/search_goods.html:155 +msgid "AP Invoices" +msgstr "" + +#: bin/aa.pl:1621 LedgerSMB/Report/Invoices/Outstanding.pm:300 +#: UI/Reports/filters/invoice_outstanding.html:5 +msgid "AP Outstanding" +msgstr "" + +#: t/data/04-complex_template.html:325 templates/demo/ap_transaction.html:4 +#: templates/demo/ap_transaction.html:18 templates/demo/ap_transaction.tex:18 +#: templates/demo_with_images/ap_transaction.html:4 +#: templates/demo_with_images/ap_transaction.html:18 +#: templates/demo_with_images/ap_transaction.tex:18 +#: templates/xedemo/ap_transaction.html:4 +#: templates/xedemo/ap_transaction.html:18 +#: templates/xedemo/ap_transaction.tex:18 UI/Contact/divs/credit.html:324 +#: sql/Pg-database.sql:2952 sql/Pg-database.sql:2965 +msgid "AP Transaction" +msgstr "" + +#: bin/aa.pl:1577 LedgerSMB/Report/Contact/Purchase.pm:128 +msgid "AP Transactions" +msgstr "" + +#: sql/Pg-database.sql:2917 +msgid "AP Voucher" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:22 +msgid "AP account" +msgstr "" + +#: bin/am.pl:877 UI/Reports/filters/unapproved.html:14 +#: UI/setup/complete.html:22 UI/setup/confirm_operation.html:106 +#: sql/Pg-database.sql:2853 +msgid "AR" +msgstr "" + +#: sql/Pg-database.sql:2800 +msgid "AR Aging" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:101 +msgid "AR Invoice" +msgstr "" + +#: UI/Reports/filters/search_goods.html:132 +msgid "AR Invoices" +msgstr "" + +#: bin/aa.pl:1620 LedgerSMB/Report/Invoices/Outstanding.pm:302 +#: UI/Reports/filters/invoice_outstanding.html:9 +msgid "AR Outstanding" +msgstr "" + +#: templates/demo/ar_transaction.html:4 templates/demo/ar_transaction.html:18 +#: templates/demo/ar_transaction.tex:33 +#: templates/demo_with_images/ar_transaction.html:4 +#: templates/demo_with_images/ar_transaction.html:18 +#: templates/demo_with_images/ar_transaction.tex:33 +#: templates/xedemo/ar_transaction.html:4 +#: templates/xedemo/ar_transaction.html:18 +#: templates/xedemo/ar_transaction.tex:33 sql/Pg-database.sql:2951 +#: sql/Pg-database.sql:2964 +msgid "AR Transaction" +msgstr "" + +#: bin/aa.pl:1576 LedgerSMB/Report/Contact/Purchase.pm:130 +msgid "AR Transactions" +msgstr "" + +#: sql/Pg-database.sql:2916 +msgid "AR Voucher" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:13 +msgid "AR account" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:112 +#: LedgerSMB/Report/Unapproved/Drafts.pm:105 +msgid "AR/AP/GL Amount" +msgstr "" + +#: sql/Pg-database.sql:3792 +msgid "Abandonment" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:90 LedgerSMB/Report/Taxform/Summary.pm:87 +msgid "Acc_trans Sum" +msgstr "" + +#: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 +#: LedgerSMB/Scripts/setup.pm:826 +msgid "Access Denied" +msgstr "" + +#: bin/aa.pl:652 bin/aa.pl:718 bin/aa.pl:887 bin/aa.pl:1756 bin/ic.pl:1136 +#: bin/ir.pl:533 bin/ir.pl:928 bin/is.pl:566 bin/is.pl:1016 bin/oe.pl:505 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:65 +#: LedgerSMB/Report/co/Caja_Diaria.pm:66 +#: LedgerSMB/Report/Invoices/Outstanding.pm:209 +#: LedgerSMB/Report/Reconciliation/Summary.pm:132 +#: t/data/04-complex_template.html:27 templates/demo/invoice.html:247 +#: templates/demo/printPayment.html:44 +#: templates/demo_with_images/invoice.html:250 +#: templates/demo_with_images/printPayment.html:44 +#: templates/xedemo/invoice.html:248 templates/xedemo/printPayment.html:44 +#: UI/accounts/edit.html:111 UI/budgetting/budget_entry.html:62 +#: UI/Contact/contact.html:20 UI/Contact/divs/credit.html:172 +#: UI/journal/journal_entry.html:114 UI/orders/order.html:253 +#: UI/payments/payment2.html:80 UI/payments/payment2.html:189 +#: UI/payments/payment2.html:234 UI/payments/payments_detail.html:213 +#: UI/payments/payments_filter.html:94 UI/payroll/deduction.html:50 +#: UI/payroll/income.html:52 UI/rc-reconciliation.html:12 +#: UI/reconciliation/upload.html:25 UI/Reports/filters/aging.html:25 +#: UI/Reports/filters/gl.html:32 UI/Reports/filters/gl.html:235 +#: UI/Reports/filters/invoice_outstanding.html:32 +#: UI/Reports/filters/invoice_search.html:28 UI/Reports/filters/orders.html:28 +#: UI/Reports/filters/orders.html:155 +msgid "Account" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:160 UI/payments/use_overpayment2.html:117 +msgid "Account Description" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:76 +msgid "Account Label" +msgstr "" + +#: LedgerSMB/Report/GL.pm:152 UI/Reports/co/filter_bm.html:85 +#: UI/Reports/co/filter_cd.html:69 UI/Reports/filters/gl.html:247 +msgid "Account Name" +msgstr "" + +#: LedgerSMB/Report/GL.pm:147 +msgid "Account No." +msgstr "" + +#: bin/ic.pl:1035 bin/ic.pl:1697 LedgerSMB/Report/Budget/Search.pm:123 +#: LedgerSMB/Report/Budget/Variance.pm:72 LedgerSMB/Report/COA.pm:88 +#: LedgerSMB/Report/Contact/History.pm:60 +#: LedgerSMB/Report/Contact/History.pm:141 +#: LedgerSMB/Report/Contact/Purchase.pm:143 +#: LedgerSMB/Report/Contact/Search.pm:100 LedgerSMB/Report/GL.pm:211 +#: LedgerSMB/Report/Invoices/Payments.pm:191 LedgerSMB/Report/PNL/ECA.pm:92 +#: LedgerSMB/Report/Taxform/Detail.pm:82 LedgerSMB/Report/Taxform/Detail.pm:111 +#: LedgerSMB/Report/Taxform/Summary.pm:79 LedgerSMB/Report/Trial_Balance.pm:154 +#: LedgerSMB/Scripts/payment.pm:148 t/data/04-complex_template.html:558 +#: UI/accounts/edit.html:26 UI/accounts/edit.html:120 +#: UI/Contact/divs/bank_act.html:18 UI/payments/use_overpayment2.html:116 +#: UI/Reports/co/filter_bm.html:78 UI/Reports/co/filter_cd.html:62 +#: UI/Reports/filters/contact_search.html:82 +#: UI/rp-search-generate_balance_sheet.html:88 +#: UI/rp-search-generate_income_statement.html:138 +msgid "Account Number" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:130 +msgid "Account Number End" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:128 +msgid "Account Number Start" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:149 +msgid "Account Title" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:78 LedgerSMB/Report/Taxform/Summary.pm:75 +#: UI/accounts/edit.html:197 +msgid "Account Type" +msgstr "" + +#: LedgerSMB/GL.pm:206 +msgid "Account [_1] not found" +msgstr "" + +#: bin/gl.pl:645 +msgid "Account [_1] not found." +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:192 +#: UI/Reports/filters/income_statement.html:275 +msgid "Account category" +msgstr "" + +#: bin/am.pl:132 +msgid "Account does not exist!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:145 +#: UI/Reports/filters/income_statement.html:228 +msgid "Account numbers" +msgstr "" + +#: UI/payments/payments_detail.html:135 UI/reconciliation/report.html:16 +#: UI/Reports/filters/reconciliation_search.html:48 +msgid "Account:" +msgstr "" + +#: UI/lib/report_base.html:58 UI/rp-search.html:24 +msgid "Accounts" +msgstr "" + +#: UI/Reports/co/filter_cd.html:24 +msgid "Accounts From" +msgstr "" + +#: UI/Reports/co/filter_cd.html:29 +msgid "Accounts To" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:486 LedgerSMB/Upgrade_Tests.pm:543 +msgid "Accounts without heading" +msgstr "" + +#: UI/Reports/filters/income_statement.html:30 +#: UI/rp-search-generate_balance_sheet.html:64 +#: UI/rp-search-generate_income_statement.html:114 +#: UI/rp-search-generate_tax_report.html:92 +msgid "Accrual" +msgstr "" + +#: UI/taxform/add_taxform.html:77 +msgid "Accrual Basis:" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:769 +msgid "Accum. Depreciation" +msgstr "" + +#: lsmb-request.pl:116 +msgid "Action Not Defined: " +msgstr "" + +#: LedgerSMB/Form.pm:645 UI/lib/elements.html:393 +msgid "Action: [_1], ID: [_2]" +msgstr "" + +#: t/data/04-complex_template.html:390 t/data/04-complex_template.html:560 +msgid "Actions" +msgstr "" + +#: t/data/04-complex_template.html:496 +msgid "Actions:" +msgstr "" + +#: UI/am-audit-control.html:23 +msgid "Activate Audit trail" +msgstr "" + +#: bin/aa.pl:1787 UI/business_units/list_classes.html:12 +#: UI/Reports/filters/contact_search.html:112 +#: UI/Reports/filters/invoice_outstanding.html:85 +#: UI/Reports/filters/invoice_search.html:178 +#: UI/Reports/filters/search_goods.html:91 +msgid "Active" +msgstr "" + +#: UI/business_units/filter.html:35 +msgid "Active On" +msgstr "" + +#: LedgerSMB/Scripts/admin.pm:145 +msgid "Active Sessions" +msgstr "" + +#: bin/am.pl:1534 bin/ic.pl:2129 LedgerSMB/Report/File/Incoming.pm:101 +#: LedgerSMB/Report/File/Internal.pm:89 +msgid "Add" +msgstr "" + +#: bin/aa.pl:414 bin/aa.pl:449 +msgid "Add AP Transaction" +msgstr "" + +#: bin/aa.pl:413 +msgid "Add AR Transaction" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:41 +msgid "Add Account" +msgstr "" + +#: sql/Pg-database.sql:2796 +msgid "Add Accounts" +msgstr "" + +#: bin/ic.pl:65 sql/Pg-database.sql:2871 +msgid "Add Assembly" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:208 +msgid "Add Asset" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:104 +msgid "Add Asset Class" +msgstr "" + +#: sql/Pg-database.sql:2893 +msgid "Add Assets" +msgstr "" + +#: sql/Pg-database.sql:2918 +msgid "Add Budget" +msgstr "" + +#: bin/am.pl:281 sql/Pg-database.sql:2845 +msgid "Add Business" +msgstr "" + +#: sql/Pg-database.sql:2891 +msgid "Add Class" +msgstr "" + +#: sql/Pg-database.sql:2792 +msgid "Add Contact" +msgstr "" + +#: bin/is.pl:104 +msgid "Add Credit Invoice" +msgstr "" + +#: bin/aa.pl:447 +msgid "Add Credit Note" +msgstr "" + +#: t/data/04-complex_template.html:16 UI/Contact/contact.html:36 +msgid "Add Customer" +msgstr "" + +#: bin/is.pl:108 +msgid "Add Customer Return" +msgstr "" + +#: bin/ir.pl:117 bin/ir.pl:148 +msgid "Add Debit Invoice" +msgstr "" + +#: bin/aa.pl:445 +msgid "Add Debit Note" +msgstr "" + +#: t/data/04-complex_template.html:20 UI/Contact/contact.html:40 +#: sql/Pg-database.sql:2813 +msgid "Add Employee" +msgstr "" + +#: bin/oe.pl:1623 +msgid "Add Exchange Rate" +msgstr "" + +#: bin/am.pl:158 sql/Pg-database.sql:2912 +msgid "Add GIFI" +msgstr "" + +#: bin/pe.pl:108 sql/Pg-database.sql:2938 +msgid "Add Group" +msgstr "" + +#: bin/ic.pl:66 +msgid "Add Labor/Overhead" +msgstr "" + +#: bin/am.pl:457 sql/Pg-database.sql:2847 +msgid "Add Language" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:80 +msgid "Add New Tax Form" +msgstr "" + +#: UI/budgetting/budget_entry.html:176 +msgid "Add Note" +msgstr "" + +#: sql/Pg-database.sql:2937 +msgid "Add Overhead" +msgstr "" + +#: bin/ic.pl:63 sql/Pg-database.sql:2869 +msgid "Add Part" +msgstr "" + +#: bin/pe.pl:197 sql/Pg-database.sql:2939 +msgid "Add Pricegroup" +msgstr "" + +#: bin/io.pl:1202 bin/oe.pl:64 +msgid "Add Purchase Order" +msgstr "" + +#: bin/io.pl:1235 bin/oe.pl:76 +msgid "Add Quotation" +msgstr "" + +#: UI/business_units/edit.html:12 +msgid "Add Reporting Unit" +msgstr "" + +#: bin/io.pl:1224 bin/oe.pl:72 +msgid "Add Request for Quotation" +msgstr "" + +#: sql/Pg-database.sql:2981 +msgid "Add Return" +msgstr "" + +#: bin/am.pl:368 sql/Pg-database.sql:2849 +msgid "Add SIC" +msgstr "" + +#: bin/is.pl:113 bin/oe.pl:1539 +msgid "Add Sales Invoice" +msgstr "" + +#: bin/io.pl:1213 bin/oe.pl:68 +msgid "Add Sales Order" +msgstr "" + +#: bin/ic.pl:64 sql/Pg-database.sql:2870 +msgid "Add Service" +msgstr "" + +#: sql/Pg-database.sql:2877 +msgid "Add Tax Form" +msgstr "" + +#: UI/taxform/add_taxform.html:2 +msgid "Add TaxForm" +msgstr "" + +#: sql/Pg-database.sql:2836 +msgid "Add Timecard" +msgstr "" + +#: bin/io.pl:2289 +msgid "Add To List" +msgstr "" + +#: sql/Pg-database.sql:2799 sql/Pg-database.sql:2802 +msgid "Add Transaction" +msgstr "" + +#: UI/business_units/list_classes.html:100 +msgid "Add Unit" +msgstr "" + +#: UI/Contact/divs/employee.html:201 UI/Contact/divs/user.html:89 +#: UI/setup/confirm_operation.html:53 UI/setup/edit_user.html:94 +msgid "Add User" +msgstr "" + +#: t/data/04-complex_template.html:18 UI/Contact/contact.html:38 +msgid "Add Vendor" +msgstr "" + +#: bin/ir.pl:126 bin/oe.pl:1531 +msgid "Add Vendor Invoice" +msgstr "" + +#: bin/ir.pl:121 +msgid "Add Vendor Return" +msgstr "" + +#: bin/am.pl:787 sql/Pg-database.sql:2843 +msgid "Add Warehouse" +msgstr "" + +#: bin/io.pl:2104 +msgid "Add line1" +msgstr "" + +#: bin/io.pl:2107 +msgid "Add line2" +msgstr "" + +#: bin/io.pl:2111 +msgid "Add line3 " +msgstr "" + +#: UI/Contact/divs/wage.html:71 +msgid "Add/Change Deductions" +msgstr "" + +#: UI/Contact/divs/wage.html:41 +msgid "Add/Change Wage" +msgstr "" + +#: LedgerSMB/Scripts/business_unit.pm:178 +msgid "Added id [_1]" +msgstr "" + +#: bin/aa.pl:657 bin/arap.pl:175 bin/ic.pl:1700 bin/ir.pl:543 bin/is.pl:576 +#: bin/oe.pl:510 bin/pe.pl:687 UI/Contact/divs/address.html:81 +#: UI/Contact/divs/address.html:124 UI/Reports/filters/contact_search.html:87 +#: UI/Reports/filters/purchase_history.html:70 +msgid "Address" +msgstr "" + +#: t/data/04-complex_template.html:385 +msgid "Address1" +msgstr "" + +#: t/data/04-complex_template.html:420 +msgid "Address:" +msgstr "" + +#: templates/demo/printPayment.html:26 +#: templates/demo_with_images/printPayment.html:26 +#: templates/xedemo/printPayment.html:26 +msgid "Address: [_1]" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:170 t/data/04-complex_template.html:30 +#: UI/Contact/divs/address.html:1 +msgid "Addresses" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:771 +msgid "Adjusted Basis" +msgstr "" + +#: bin/gl.pl:138 +msgid "Adjusting Till: (till) Source: (source)" +msgstr "" + +#: bin/gl.pl:140 +msgid "Adjusting till due to data entry error." +msgstr "" + +#: UI/inventory/adjustment_entry.html:31 +msgid "Adjustment" +msgstr "" + +#: UI/inventory/adjustment_entry.html:13 +msgid "Adjustment Date" +msgstr "" + +#: UI/inventory/adjustment_setup.html:9 +msgid "Adjustment Details" +msgstr "" + +#: UI/Reports/filters/aging.html:80 +msgid "Aged" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:177 UI/Reports/filters/aging.html:7 +msgid "Aging Report" +msgstr "" + +#: UI/payments/payments_detail.html:283 UI/Reports/filters/gl.html:121 +#: UI/Reports/filters/invoice_outstanding.html:78 +#: UI/Reports/filters/invoice_search.html:171 +msgid "All" +msgstr "" + +#: bin/aa.pl:1786 +msgid "All Invoices" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:38 +msgid "All accounts" +msgstr "" + +#: UI/Reports/co/filter_cd.html:15 +msgid "All fields are required" +msgstr "" + +#: templates/demo/invoice.html:221 templates/demo_with_images/invoice.html:224 +#: templates/xedemo/invoice.html:222 +msgid "All prices in [_1]" +msgstr "" + +#: templates/demo/sales_order.html:211 templates/demo/sales_quotation.html:179 +#: templates/demo_with_images/sales_order.html:211 +#: templates/demo_with_images/sales_quotation.html:179 +#: templates/xedemo/sales_order.html:211 +#: templates/xedemo/sales_quotation.html:179 +msgid "All prices in [_1] Funds" +msgstr "" + +#: templates/demo/product_receipt.html:201 +#: templates/demo/purchase_order.html:203 +#: templates/demo_with_images/product_receipt.html:201 +#: templates/demo_with_images/purchase_order.html:203 +#: templates/xedemo/product_receipt.html:203 +#: templates/xedemo/purchase_order.html:203 +msgid "All prices in [_1] funds" +msgstr "" + +#: templates/demo/invoice.tex:194 templates/demo/product_receipt.tex:147 +#: templates/demo/purchase_order.tex:153 templates/demo/sales_order.tex:158 +#: templates/demo/sales_quotation.tex:123 +#: templates/demo_with_images/invoice.tex:193 +#: templates/demo_with_images/product_receipt.tex:147 +#: templates/demo_with_images/purchase_order.tex:153 +#: templates/demo_with_images/sales_order.tex:158 +#: templates/demo_with_images/sales_quotation.tex:123 +#: templates/xedemo/invoice.tex:188 templates/xedemo/product_receipt.tex:147 +#: templates/xedemo/purchase_order.tex:153 templates/xedemo/sales_order.tex:158 +#: templates/xedemo/sales_quotation.tex:125 +msgid "All prices in [_1]." +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:125 UI/timecards/timecard.html:129 +msgid "Allocated" +msgstr "" + +#: UI/Configuration/sequence.html:11 +msgid "Allow Input" +msgstr "" + +#: bin/aa.pl:716 bin/aa.pl:885 bin/aa.pl:1714 bin/am.pl:868 bin/ir.pl:750 +#: bin/ir.pl:926 bin/is.pl:851 bin/is.pl:1014 bin/pe.pl:1067 +#: LedgerSMB/Report/Contact/Purchase.pm:82 +#: LedgerSMB/Report/Invoices/Outstanding.pm:218 +#: LedgerSMB/Report/Invoices/Transactions.pm:271 LedgerSMB/Report/Orders.pm:234 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:118 +#: templates/demo/ap_transaction.html:196 +#: templates/demo/ar_transaction.html:194 templates/demo/ar_transaction.tex:129 +#: templates/demo/invoice.html:249 templates/demo/invoice.tex:146 +#: templates/demo/invoice.tex:210 templates/demo/printPayment.html:53 +#: templates/demo/product_receipt.html:131 +#: templates/demo/product_receipt.tex:120 +#: templates/demo/purchase_order.html:133 templates/demo/purchase_order.tex:120 +#: templates/demo/sales_order.html:135 templates/demo/sales_order.tex:122 +#: templates/demo/sales_quotation.html:104 +#: templates/demo/sales_quotation.tex:90 +#: templates/demo_with_images/ap_transaction.html:196 +#: templates/demo_with_images/ar_transaction.html:194 +#: templates/demo_with_images/ar_transaction.tex:129 +#: templates/demo_with_images/invoice.html:252 +#: templates/demo_with_images/invoice.tex:146 +#: templates/demo_with_images/invoice.tex:209 +#: templates/demo_with_images/printPayment.html:53 +#: templates/demo_with_images/product_receipt.html:131 +#: templates/demo_with_images/product_receipt.tex:120 +#: templates/demo_with_images/purchase_order.html:133 +#: templates/demo_with_images/purchase_order.tex:120 +#: templates/demo_with_images/sales_order.html:135 +#: templates/demo_with_images/sales_order.tex:122 +#: templates/demo_with_images/sales_quotation.html:104 +#: templates/demo_with_images/sales_quotation.tex:90 +#: templates/xedemo/ap_transaction.html:196 +#: templates/xedemo/ar_transaction.html:194 +#: templates/xedemo/ar_transaction.tex:129 templates/xedemo/invoice.html:250 +#: templates/xedemo/invoice.tex:141 templates/xedemo/invoice.tex:205 +#: templates/xedemo/printPayment.html:53 +#: templates/xedemo/product_receipt.html:133 +#: templates/xedemo/product_receipt.tex:120 +#: templates/xedemo/purchase_order.html:133 +#: templates/xedemo/purchase_order.tex:120 +#: templates/xedemo/sales_order.html:135 templates/xedemo/sales_order.tex:122 +#: templates/xedemo/sales_quotation.html:104 +#: templates/xedemo/sales_quotation.tex:91 UI/orders/order.html:249 +#: UI/payments/payment2.html:238 UI/Reports/filters/gl.html:95 +#: UI/Reports/filters/gl.html:101 +#: UI/Reports/filters/invoice_outstanding.html:191 +#: UI/Reports/filters/invoice_search.html:284 +#: UI/Reports/filters/orders.html:168 UI/rp-search-generate_tax_report.html:158 +msgid "Amount" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:81 +msgid "Amount Budgetted" +msgstr "" + +#: bin/aa.pl:1732 LedgerSMB/Report/Invoices/Outstanding.pm:238 +#: LedgerSMB/Scripts/payment.pm:812 LedgerSMB/Scripts/payment.pm:821 +#: templates/demo/check_base.tex:53 +#: templates/demo_with_images/check_base.tex:53 +#: templates/xedemo/check_base.tex:53 +#: UI/Reports/filters/invoice_outstanding.html:239 +#: UI/Reports/filters/invoice_search.html:330 +msgid "Amount Due" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:104 +#: UI/Reports/filters/reconciliation_search.html:29 +msgid "Amount From" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:153 +#: LedgerSMB/Report/Unapproved/Drafts.pm:136 +msgid "Amount Greater Than" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:155 +#: LedgerSMB/Report/Unapproved/Drafts.pm:138 +msgid "Amount Less Than" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:105 +msgid "Amount To" +msgstr "" + +#: UI/payments/use_overpayment2.html:148 +msgid "Amount to be used" +msgstr "" + +#: UI/Contact/divs/wage.html:5 +msgid "Amount/Rate" +msgstr "" + +#: sql/Pg-database.sql:3761 +msgid "Annual Straight Line Daily" +msgstr "" + +#: sql/Pg-database.sql:3769 +msgid "Annual Straight Line Monthly" +msgstr "" + +#: LedgerSMB/Batch.pm:99 +msgid "Any" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1254 +msgid "Applied discount" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1844 LedgerSMB/Scripts/payment.pm:1923 +msgid "Applied discount by an overpayment" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:810 +msgid "Apply Disc" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:65 +msgid "Approval Status" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:116 +#: LedgerSMB/Report/Unapproved/Drafts.pm:205 LedgerSMB/Scripts/asset.pm:579 +#: LedgerSMB/Scripts/asset.pm:658 LedgerSMB/Scripts/asset.pm:729 +#: LedgerSMB/Scripts/asset.pm:796 LedgerSMB/Scripts/budgets.pm:109 +#: UI/reconciliation/report.html:286 +msgid "Approve" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:143 +#: UI/asset/search_reports.html:60 +#: UI/Reports/filters/reconciliation_search.html:60 +#: UI/Reports/filters/unapproved.html:65 +msgid "Approved" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:92 +#: LedgerSMB/Report/Reconciliation/Summary.pm:155 +msgid "Approved By" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:530 +msgid "Approved at" +msgstr "" + +#: templates/demo/printPayment.html:117 +#: templates/demo_with_images/printPayment.html:117 +#: templates/xedemo/printPayment.html:117 +msgid "Approved signature" +msgstr "" + +#: bin/aa.pl:86 bin/gl.pl:82 bin/io.pl:82 LedgerSMB/App_State.pm:240 +msgid "Apr" +msgstr "" + +#: bin/aa.pl:72 bin/gl.pl:68 bin/io.pl:68 LedgerSMB/App_State.pm:240 +#: LedgerSMB/DBObject/Date.pm:63 +msgid "April" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:630 LedgerSMB/Scripts/asset.pm:695 +#: LedgerSMB/Scripts/asset.pm:767 +msgid "Aquired Value" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:701 +msgid "Aquired Value Remaining" +msgstr "" + +#: bin/oe.pl:1415 +msgid "Are you sure you want to delete Order Number" +msgstr "" + +#: bin/oe.pl:1420 +msgid "Are you sure you want to delete Quotation Number" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:90 +msgid "As per" +msgstr "" + +#: bin/ic.pl:2249 +msgid "Assemblies restocked!" +msgstr "" + +#: UI/accounts/edit.html:201 UI/Reports/filters/gl.html:127 +#: sql/Pg-database.sql:3830 +msgid "Asset" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:74 UI/asset/edit_asset.html:151 +#: UI/asset/edit_class.html:36 UI/asset/search_asset.html:142 +#: UI/asset/search_class.html:44 +msgid "Asset Account" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:528 UI/asset/begin_approval.html:15 +#: UI/asset/begin_report.html:14 UI/asset/search_reports.html:12 +msgid "Asset Class" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:104 +msgid "Asset Class List" +msgstr "" + +#: UI/asset/edit_asset.html:56 UI/asset/search_asset.html:50 +msgid "Asset Class:" +msgstr "" + +#: sql/Pg-database.sql:2889 +msgid "Asset Classes" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:449 +msgid "Asset Depreciation Report" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:451 +msgid "Asset Disposal Report" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:133 +msgid "Asset Listing" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:456 +msgid "Asset Partial Disposal Report" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:389 +msgid "Asset Tag" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:211 LedgerSMB/Report/Balance_Sheet.pm:213 +#: LedgerSMB/Report/PNL.pm:198 LedgerSMB/Report/PNL.pm:200 +#: sql/Pg-database.sql:2890 +msgid "Assets" +msgstr "" + +#: UI/Reports/balance_sheet.html:101 +msgid "Assets to Equity" +msgstr "" + +#: UI/Reports/balance_sheet.html:98 +msgid "Assets to Liabilities" +msgstr "" + +#: bin/aa.pl:1135 bin/ic.pl:935 bin/ir.pl:1099 bin/is.pl:1193 bin/oe.pl:1015 +#: LedgerSMB/Report/File/Incoming.pm:107 UI/journal/journal_entry.html:364 +msgid "Attach" +msgstr "" + +#: UI/file/attachment_screen.html:22 +msgid "Attach File" +msgstr "" + +#: UI/Contact/divs/address.html:106 UI/Contact/divs/contact_info.html:80 +msgid "Attach To" +msgstr "" + +#: UI/Contact/divs/address.html:111 UI/Contact/divs/contact_info.html:83 +msgid "Attach to" +msgstr "" + +#: UI/Contact/divs/files.html:53 +msgid "Attach to Credit Account" +msgstr "" + +#: UI/Contact/divs/files.html:49 +msgid "Attach to Entity" +msgstr "" + +#: UI/Contact/divs/files.html:9 +msgid "Attached At" +msgstr "" + +#: UI/Contact/divs/files.html:11 +msgid "Attached By" +msgstr "" + +#: bin/aa.pl:1107 bin/ic.pl:907 bin/ir.pl:1073 bin/is.pl:1167 bin/oe.pl:989 +#: UI/journal/journal_entry.html:340 +msgid "Attached To" +msgstr "" + +#: bin/aa.pl:1106 bin/ic.pl:906 bin/ir.pl:1072 bin/is.pl:1166 bin/oe.pl:988 +#: UI/journal/journal_entry.html:339 +msgid "Attached To Type" +msgstr "" + +#: bin/aa.pl:1082 bin/ic.pl:883 bin/ir.pl:1049 bin/is.pl:1143 bin/oe.pl:965 +#: UI/journal/journal_entry.html:317 +msgid "Attached and Linked Files" +msgstr "" + +#: bin/aa.pl:1086 bin/aa.pl:1108 bin/ic.pl:887 bin/ic.pl:908 bin/ir.pl:1053 +#: bin/ir.pl:1074 bin/is.pl:1147 bin/is.pl:1168 bin/oe.pl:969 bin/oe.pl:990 +#: UI/journal/journal_entry.html:321 UI/journal/journal_entry.html:341 +msgid "Attached at" +msgstr "" + +#: bin/aa.pl:1087 bin/aa.pl:1109 bin/ic.pl:888 bin/ic.pl:909 bin/ir.pl:1054 +#: bin/ir.pl:1075 bin/is.pl:1148 bin/is.pl:1169 bin/oe.pl:970 bin/oe.pl:991 +#: UI/journal/journal_entry.html:322 UI/journal/journal_entry.html:342 +msgid "Attached by" +msgstr "" + +#: bin/io.pl:1457 +msgid "Attachment" +msgstr "" + +#: templates/demo/bin_list.html:51 templates/demo/bin_list.html:84 +#: templates/demo/packing_list.html:52 templates/demo/pick_list.html:51 +#: templates/demo/product_receipt.html:50 +#: templates/demo/product_receipt.html:78 templates/demo/product_receipt.tex:47 +#: templates/demo/product_receipt.tex:82 templates/demo/purchase_order.html:50 +#: templates/demo/purchase_order.html:78 templates/demo/purchase_order.tex:47 +#: templates/demo/purchase_order.tex:82 +#: templates/demo/request_quotation.html:51 +#: templates/demo/request_quotation.html:79 templates/demo/sales_order.html:49 +#: templates/demo/sales_quotation.html:44 +#: templates/demo_with_images/bin_list.html:51 +#: templates/demo_with_images/bin_list.html:84 +#: templates/demo_with_images/packing_list.html:52 +#: templates/demo_with_images/pick_list.html:51 +#: templates/demo_with_images/product_receipt.html:50 +#: templates/demo_with_images/product_receipt.html:78 +#: templates/demo_with_images/product_receipt.tex:47 +#: templates/demo_with_images/product_receipt.tex:82 +#: templates/demo_with_images/purchase_order.html:50 +#: templates/demo_with_images/purchase_order.html:78 +#: templates/demo_with_images/purchase_order.tex:47 +#: templates/demo_with_images/purchase_order.tex:82 +#: templates/demo_with_images/request_quotation.html:51 +#: templates/demo_with_images/request_quotation.html:79 +#: templates/demo_with_images/sales_order.html:49 +#: templates/demo_with_images/sales_quotation.html:44 +#: templates/demo_with_images/work_order.html:49 +#: templates/demo/work_order.html:49 templates/xedemo/bin_list.html:51 +#: templates/xedemo/bin_list.html:84 templates/xedemo/packing_list.html:52 +#: templates/xedemo/pick_list.html:51 templates/xedemo/product_receipt.html:50 +#: templates/xedemo/product_receipt.html:78 +#: templates/xedemo/product_receipt.tex:47 +#: templates/xedemo/product_receipt.tex:82 +#: templates/xedemo/purchase_order.html:50 +#: templates/xedemo/purchase_order.html:78 +#: templates/xedemo/purchase_order.tex:47 +#: templates/xedemo/purchase_order.tex:82 +#: templates/xedemo/request_quotation.html:51 +#: templates/xedemo/request_quotation.html:79 +#: templates/xedemo/sales_order.html:49 +#: templates/xedemo/sales_quotation.html:44 templates/xedemo/work_order.html:49 +msgid "Attn: [_1]" +msgstr "" + +#: UI/am-audit-control.html:6 +msgid "Audit Control" +msgstr "" + +#: bin/aa.pl:90 bin/gl.pl:86 bin/io.pl:86 LedgerSMB/App_State.pm:246 +msgid "Aug" +msgstr "" + +#: bin/aa.pl:76 bin/gl.pl:72 bin/io.pl:72 LedgerSMB/App_State.pm:246 +#: LedgerSMB/DBObject/Date.pm:67 +msgid "August" +msgstr "" + +#: UI/Contact/divs/notes.html:72 +msgid "Author: [_1]" +msgstr "" + +#: bin/ir.pl:712 bin/is.pl:513 bin/is.pl:809 +msgid "Automatic" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:144 +#: UI/payments/use_overpayment2.html:118 +msgid "Available" +msgstr "" + +#: UI/setup/list_databases.html:8 +msgid "Available Databases" +msgstr "" + +#: UI/setup/list_users.html:8 +msgid "Available Users" +msgstr "" + +#: UI/payments/use_overpayment2.html:114 +msgid "Available overpayments" +msgstr "" + +#: bin/ic.pl:449 UI/Reports/filters/search_goods.html:262 +msgid "Average Cost" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:238 +msgid "Avg. Cost" +msgstr "" + +#: sql/Pg-database.sql:825 +msgid "BCC" +msgstr "" + +#: t/data/04-complex_template.html:557 UI/Contact/divs/bank_act.html:16 +#: UI/Contact/divs/bank_act.html:47 +msgid "BIC/SWIFT Code" +msgstr "" + +#: t/data/04-complex_template.html:592 +msgid "BIC/SWIFT Code:" +msgstr "" + +#: bin/ic.pl:1283 +msgid "BOM" +msgstr "" + +#: UI/setup/confirm_operation.html:79 +msgid "Backup" +msgstr "" + +#: UI/setup/confirm_operation.html:86 +msgid "Backup DB" +msgstr "" + +#: UI/setup/confirm_operation.html:93 +msgid "Backup Roles" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:93 LedgerSMB/Report/GL.pm:162 +#: templates/demo/invoice.html:196 templates/demo/invoice.tex:178 +#: templates/demo_with_images/invoice.html:199 +#: templates/demo_with_images/invoice.tex:177 templates/xedemo/invoice.html:197 +#: templates/xedemo/invoice.tex:172 UI/Reports/filters/gl.html:253 +msgid "Balance" +msgstr "" + +#: UI/Reports/balance_sheet.html:26 UI/Reports/balance_sheet.tex:28 +#: UI/Reports/filters/balance_sheet.html:1 +#: UI/Reports/filters/balance_sheet.html:7 sql/Pg-database.sql:2840 +msgid "Balance Sheet" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:301 +msgid "Balance sheet" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:119 UI/Reports/co/filter_bm.html:14 +msgid "Balance y Mayor" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:73 +msgid "Balances as" +msgstr "" + +#: UI/Contact/divs/bank_act.html:56 +msgid "Bank Account" +msgstr "" + +#: t/data/04-complex_template.html:601 +msgid "Bank Account:" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:172 t/data/04-complex_template.html:32 +#: t/data/04-complex_template.html:554 UI/Contact/divs/bank_act.html:1 +#: UI/Contact/divs/bank_act.html:2 +msgid "Bank Accounts" +msgstr "" + +#: UI/ca-list-selector.html:37 +msgid "Bank Register Mode" +msgstr "" + +#: bin/ic.pl:994 +msgid "Bar Code" +msgstr "" + +#: bin/ir.pl:752 bin/is.pl:853 LedgerSMB/Report/Assets/Net_Book_Value.pm:92 +msgid "Basis" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:153 +msgid "Batch" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:97 +msgid "Batch Class" +msgstr "" + +#: bin/aa.pl:623 +msgid "Batch Control Code" +msgstr "" + +#: UI/create_batch.html:30 +msgid "Batch Date" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:150 +msgid "Batch Description" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:145 +msgid "Batch ID" +msgstr "" + +#: LedgerSMB/GL.pm:148 LedgerSMB/IR.pm:419 LedgerSMB/IS.pm:1141 +msgid "Batch ID Missing" +msgstr "" + +#: UI/import_csv/import_csv.html:18 +msgid "Batch Information" +msgstr "" + +#: bin/aa.pl:628 +msgid "Batch Name" +msgstr "" + +#: UI/create_batch.html:15 +msgid "Batch Number" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:138 +msgid "Batch Search" +msgstr "" + +#: UI/Reports/filters/unapproved.html:6 +msgid "Batch Selection" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:149 +msgid "Batch Type" +msgstr "" + +#: sql/Pg-database.sql:2790 +msgid "Batches" +msgstr "" + +#: UI/io-email.html:24 UI/rp-email.html:23 +msgid "Bcc" +msgstr "" + +#: bin/arap.pl:795 bin/io.pl:1901 +msgid "Bcc: [_1]" +msgstr "" + +#: UI/reconciliation/report.html:26 +msgid "Beginning Statement Balance:" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:111 UI/Contact/divs/address.html:36 +#: sql/Pg-database.sql:674 +msgid "Billing" +msgstr "" + +#: sql/Pg-database.sql:828 +msgid "Billing BCC" +msgstr "" + +#: sql/Pg-database.sql:827 +msgid "Billing CC" +msgstr "" + +#: sql/Pg-database.sql:826 +msgid "Billing Email" +msgstr "" + +#: LedgerSMB/Num2text.pm:106 +msgid "Billion" +msgstr "" + +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 +#: LedgerSMB/Report/Inventory/History.pm:134 +#: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 +#: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 +#: templates/demo/pick_list.tex:102 +#: templates/demo_with_images/bin_list.html:154 +#: templates/demo_with_images/bin_list.tex:109 +#: templates/demo_with_images/pick_list.html:116 +#: templates/demo_with_images/pick_list.tex:102 +#: templates/demo_with_images/work_order.html:133 +#: templates/demo/work_order.html:133 templates/xedemo/bin_list.html:154 +#: templates/xedemo/bin_list.tex:109 templates/xedemo/pick_list.html:116 +#: templates/xedemo/pick_list.tex:102 templates/xedemo/work_order.html:133 +#: UI/io-email.html:105 UI/Reports/filters/search_goods.html:283 +msgid "Bin" +msgstr "" + +#: bin/am.pl:1511 bin/io.pl:1426 bin/io.pl:1440 bin/io.pl:1648 bin/oe.pl:321 +#: bin/oe.pl:333 templates/demo/bin_list.html:4 templates/demo/bin_list.html:18 +#: templates/demo/bin_list.tex:74 templates/demo_with_images/bin_list.html:4 +#: templates/demo_with_images/bin_list.html:18 +#: templates/demo_with_images/bin_list.tex:74 templates/xedemo/bin_list.html:4 +#: templates/xedemo/bin_list.html:18 templates/xedemo/bin_list.tex:74 +#: sql/Pg-database.sql:2958 sql/Pg-database.sql:2971 +msgid "Bin List" +msgstr "" + +#: UI/Contact/divs/person.html:155 +msgid "Birthdate" +msgstr "" + +#: UI/accounts/yearend.html:122 +msgid "Books closed on" +msgstr "" + +#: UI/accounts/yearend.html:87 +msgid "Books closed up to" +msgstr "" + +#: bin/ic.pl:1138 +msgid "Break" +msgstr "" + +#: sql/Pg-database.sql:2149 +msgid "Budget" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:113 +msgid "Budget Number" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:108 +msgid "Budget Search Results" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:102 +msgid "Budget Variance Report" +msgstr "" + +#: sql/Pg-database.sql:2920 +msgid "Budgets" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:66 +msgid "Bug: No such account" +msgstr "" + +#: bin/is.pl:446 bin/oe.pl:442 +msgid "Business" +msgstr "" + +#: UI/payments/payments_filter.html:78 +msgid "Business Class" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:29 +msgid "Business Number" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:77 UI/Contact/divs/credit.html:216 +msgid "Business Type" +msgstr "" + +#: t/data/04-complex_template.html:294 +msgid "Business Type:" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Unit.pm:86 +msgid "Business Unit List" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:110 +msgid "Business Unit Number" +msgstr "" + +#: UI/Reports/filters/invoice_outstanding.html:164 +#: UI/Reports/filters/invoice_search.html:257 +msgid "Business Units" +msgstr "" + +#: bin/am.pl:304 +msgid "Business deleted!" +msgstr "" + +#: bin/am.pl:297 +msgid "Business saved!" +msgstr "" + +#: UI/payments/payments_detail.html:171 +msgid "Business:" +msgstr "" + +#: sql/Pg-database.sql:824 +msgid "CC" +msgstr "" + +#: bin/ic.pl:530 bin/ic.pl:704 LedgerSMB/Report/Invoices/COGS.pm:130 +#: UI/accounts/edit.html:379 +msgid "COGS" +msgstr "" + +#: UI/Reports/filters/cogs_lines.html:5 +msgid "COGS Lots Report" +msgstr "" + +#: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 +#: UI/Reports/PNL.html:98 +msgid "CSV" +msgstr "" + +#: UI/reconciliation/report.html:58 UI/reconciliation/upload.html:17 +msgid "CSV File:" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:113 UI/Reports/co/filter_cd.html:14 +msgid "Caja Diaria" +msgstr "" + +#: bin/ir.pl:893 bin/is.pl:511 bin/is.pl:980 +msgid "Calculate Taxes" +msgstr "" + +#: bin/is.pl:769 +msgid "Can't void a voided invoice!" +msgstr "" + +#: bin/io.pl:2293 +msgid "Cancel" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:178 +msgid "Cancel?" +msgstr "" + +#: bin/gl.pl:681 +msgid "Cannot Repost Transaction" +msgstr "" + +#: bin/ic.pl:162 +msgid "Cannot create Labor; COGS account does not exist!" +msgstr "" + +#: bin/ic.pl:159 +msgid "Cannot create Labor; Inventory account does not exist!" +msgstr "" + +#: bin/ic.pl:137 +msgid "Cannot create Part; COGS account does not exist!" +msgstr "" + +#: bin/ic.pl:134 +msgid "Cannot create Part; Income account does not exist!" +msgstr "" + +#: bin/ic.pl:131 +msgid "Cannot create Part; Inventory account does not exist!" +msgstr "" + +#: bin/ic.pl:150 +msgid "Cannot create Service; Expense account does not exist!" +msgstr "" + +#: bin/ic.pl:146 +msgid "Cannot create Service; Income account does not exist!" +msgstr "" + +#: bin/ic.pl:2015 +msgid "Cannot delete item!" +msgstr "" + +#: bin/oe.pl:1453 +msgid "Cannot delete order!" +msgstr "" + +#: bin/gl.pl:710 +msgid "Cannot delete posted transaction" +msgstr "" + +#: bin/oe.pl:1457 +msgid "Cannot delete quotation!" +msgstr "" + +#: bin/ir.pl:1463 bin/is.pl:1491 +msgid "Cannot post invoice for a closed period!" +msgstr "" + +#: bin/aa.pl:1419 bin/ir.pl:1478 bin/is.pl:1506 +msgid "Cannot post payment for a closed period!" +msgstr "" + +#: bin/aa.pl:1405 bin/gl.pl:693 +msgid "Cannot post transaction for a closed period!" +msgstr "" + +#: bin/gl.pl:734 +msgid "" +"Cannot post transaction with a debit and credit entry for the same account!" +msgstr "" + +#: bin/aa.pl:1467 +msgid "Cannot post transaction!" +msgstr "" + +#: bin/oe.pl:1344 +msgid "Cannot save order!" +msgstr "" + +#: bin/oe.pl:1361 +msgid "Cannot save quotation!" +msgstr "" + +#: bin/am.pl:727 +msgid "Cannot save taxes!" +msgstr "" + +#: LedgerSMB/Budget.pm:248 +msgid "Cannot specify both debits and credits for budget line [_1]" +msgstr "" + +#: bin/ic.pl:2252 +msgid "Cannot stock assemblies!" +msgstr "" + +#: templates/demo/timecard.html:44 templates/demo/timecard.tex:27 +#: templates/demo_with_images/timecard.html:44 +#: templates/demo_with_images/timecard.tex:27 templates/xedemo/timecard.html:44 +#: templates/xedemo/timecard.tex:27 +msgid "Card ID" +msgstr "" + +#: UI/Reports/filters/income_statement.html:42 sql/Pg-database.sql:2855 +msgid "Cash" +msgstr "" + +#: UI/payments/payment2.html:235 UI/Reports/filters/payments.html:65 +msgid "Cash Account" +msgstr "" + +#: UI/timecards/timecard.html:17 +msgid "Category" +msgstr "" + +#: UI/io-email.html:18 UI/rp-email.html:17 +msgid "Cc" +msgstr "" + +#: bin/arap.pl:794 bin/io.pl:1900 +msgid "Cc: [_1]" +msgstr "" + +#: sql/Pg-database.sql:812 +msgid "Cell Phone" +msgstr "" + +#: UI/users/preferences.html:29 +msgid "Change Password" +msgstr "" + +#: UI/timecards/timecard.html:102 +msgid "Chargeable" +msgstr "" + +#: LedgerSMB/Report/GL.pm:142 +msgid "Chart ID" +msgstr "" + +#: LedgerSMB/Report/COA.pm:143 sql/Pg-database.sql:2795 +msgid "Chart of Accounts" +msgstr "" + +#: sql/Pg-database.sql:2973 +msgid "Check" +msgstr "" + +#: bin/ic.pl:2053 +msgid "Check Inventory" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:122 +msgid "Check Prefix" +msgstr "" + +#: UI/payments/check_job.html:7 +msgid "Checking Job" +msgstr "" + +#: UI/payments/check_job.html:14 +msgid "Checking Job [_1]" +msgstr "" + +#: UI/payments/payment1_5.html:23 +msgid "Choose a company" +msgstr "" + +#: sql/Pg-database.sql:971 +msgid "Chord" +msgstr "" + +#: bin/arap.pl:177 t/data/04-complex_template.html:386 +#: UI/Contact/divs/address.html:82 UI/Contact/divs/address.html:152 +#: UI/Reports/filters/contact_search.html:92 +#: UI/Reports/filters/purchase_history.html:78 +msgid "City" +msgstr "" + +#: t/data/04-complex_template.html:445 +msgid "City:" +msgstr "" + +#: UI/Contact/divs/company.html:65 UI/Contact/divs/credit.html:66 +#: UI/Contact/divs/person.html:62 +msgid "Class" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:220 UI/reconciliation/report.html:76 +#: UI/reconciliation/report.html:139 +msgid "Clear date" +msgstr "" + +#: LedgerSMB/Report/GL.pm:132 UI/rc-reconciliation.html:80 +#: UI/reconciliation/report.html:74 UI/reconciliation/report.html:137 +#: UI/reconciliation/report.html:198 UI/Reports/filters/gl.html:220 +msgid "Cleared" +msgstr "" + +#: UI/reconciliation/report.html:71 +msgid "Cleared Transactions" +msgstr "" + +#: UI/timecards/timecard.html:98 +msgid "Clocked" +msgstr "" + +#: UI/accounts/yearend.html:90 +msgid "Close As-Of" +msgstr "" + +#: UI/am-audit-control.html:19 +msgid "Close Books up to" +msgstr "" + +#: UI/accounts/yearend.html:79 UI/accounts/yearend.html:105 +msgid "Close Period" +msgstr "" + +#: UI/accounts/yearend.html:86 +msgid "Close books" +msgstr "" + +#: bin/aa.pl:1612 bin/oe.pl:374 LedgerSMB/Report/Orders.pm:243 +#: UI/Reports/filters/invoice_search.html:209 UI/Reports/filters/orders.html:97 +#: UI/Reports/filters/purchase_history.html:209 +#: UI/Reports/filters/timecards.html:36 +msgid "Closed" +msgstr "" + +#: LedgerSMB/Report/Listings/Language.pm:46 LedgerSMB/Report/Listings/SIC.pm:44 +#: UI/am-language-form.html:12 UI/am-sic-form.html:12 +msgid "Code" +msgstr "" + +#: bin/am.pl:383 bin/am.pl:468 +msgid "Code missing!" +msgstr "" + +#: sql/Pg-database.sql:549 +msgid "Cold Lead" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:107 sql/Pg-database.sql:2868 +msgid "Combine" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:67 +msgid "Combine Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:59 +msgid "Combine Sales Orders" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 +#: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 +#: UI/Contact/divs/company.html:1 UI/login.html:64 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 +#: UI/Reports/display_report.tex:24 +msgid "Company" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:26 +msgid "Company Address" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:28 +msgid "Company Fax" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:21 +msgid "Company Information" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:41 +msgid "Company License Number" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:147 +#: LedgerSMB/Scripts/configuration.pm:23 +#: UI/Reports/filters/purchase_history.html:23 +msgid "Company Name" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:27 +msgid "Company Phone" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:39 +msgid "Company Sales Tax ID" +msgstr "" + +#: UI/am-company-logo.html:7 +msgid "Company: [_1]" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:17 +#: UI/rp-search-generate_income_statement.html:57 +msgid "Compare to" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:106 +#: UI/Reports/filters/income_statement.html:188 +msgid "Comparison Periods" +msgstr "" + +#: UI/payments/check_job.html:24 +msgid "Completed Successfully" +msgstr "" + +#: UI/users/preferences.html:47 +msgid "Confirm" +msgstr "" + +#: UI/setup/confirm_operation.html:8 +msgid "Confirm Operation" +msgstr "" + +#: bin/am.pl:516 bin/oe.pl:1434 +msgid "Confirm!" +msgstr "" + +#: LedgerSMB.pm:760 +msgid "Conflict with Existing Data. Perhaps you already entered this?" +msgstr "" + +#: bin/io.pl:2179 templates/demo/bin_list.html:110 +#: templates/demo/packing_list.html:81 templates/demo/pick_list.html:80 +#: templates/demo/product_receipt.html:104 +#: templates/demo/product_receipt.tex:106 +#: templates/demo/purchase_order.html:105 +#: templates/demo/request_quotation.html:106 +#: templates/demo/sales_quotation.html:74 +#: templates/demo_with_images/bin_list.html:110 +#: templates/demo_with_images/packing_list.html:81 +#: templates/demo_with_images/pick_list.html:80 +#: templates/demo_with_images/product_receipt.html:104 +#: templates/demo_with_images/product_receipt.tex:106 +#: templates/demo_with_images/purchase_order.html:105 +#: templates/demo_with_images/request_quotation.html:106 +#: templates/demo_with_images/sales_quotation.html:74 +#: templates/xedemo/bin_list.html:110 templates/xedemo/packing_list.html:81 +#: templates/xedemo/pick_list.html:80 templates/xedemo/product_receipt.html:105 +#: templates/xedemo/purchase_order.html:105 +#: templates/xedemo/request_quotation.html:106 +#: templates/xedemo/sales_quotation.html:74 +#: UI/Reports/filters/contact_search.html:54 sql/Pg-database.sql:545 +msgid "Contact" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:171 t/data/04-complex_template.html:31 +#: UI/Contact/divs/contact_info.html:1 UI/Contact/divs/contact_info.html:31 +#: UI/Contact/divs/contact_info.html:108 +#: UI/Reports/filters/purchase_history.html:31 +msgid "Contact Info" +msgstr "" + +#: t/data/04-complex_template.html:495 t/data/04-complex_template.html:536 +msgid "Contact Info:" +msgstr "" + +#: t/data/04-complex_template.html:491 UI/Contact/divs/contact_info.html:2 +msgid "Contact Information" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:89 +#: UI/Reports/filters/contact_search.html:8 +msgid "Contact Search" +msgstr "" + +#: UI/payments/payments_detail.html:413 +msgid "Contact Total (if paying \"some\")" +msgstr "" + +#: sql/Pg-database.sql:2856 +msgid "Contacts" +msgstr "" + +#: UI/budgetting/budget_entry.html:166 UI/budgetting/budget_entry.html:189 +msgid "Content" +msgstr "" + +#: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 +#: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 +#: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 +#: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 +#: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 +#: UI/asset/begin_depreciation_all.html:25 UI/asset/begin_report.html:58 +#: UI/Contact/divs/credit.html:376 UI/create_batch.html:39 +#: UI/get_password.html:45 UI/inventory/adjustment_setup.html:37 +#: UI/oe-save_warn.html:19 UI/payments/payments_filter.html:185 +#: UI/Reports/co/filter_bm.html:140 UI/Reports/co/filter_cd.html:115 +#: UI/Reports/filters/aging.html:148 UI/Reports/filters/balance_sheet.html:221 +#: UI/Reports/filters/gl.html:289 UI/Reports/filters/income_statement.html:311 +#: UI/Reports/filters/inventory_activity.html:32 +#: UI/Reports/filters/invoice_outstanding.html:289 +#: UI/Reports/filters/invoice_search.html:380 +#: UI/Reports/filters/orders.html:198 +#: UI/Reports/filters/purchase_history.html:348 +#: UI/Reports/filters/taxforms.html:64 +#: UI/Reports/filters/trial_balance.html:133 UI/search_results.html:33 +#: UI/timecards/entry_filter.html:41 +msgid "Continue" +msgstr "" + +#: bin/ic.pl:876 +msgid "Continue Previous Workflow" +msgstr "" + +#: UI/accounts/edit.html:225 +msgid "Contra" +msgstr "" + +#: bin/arap.pl:171 LedgerSMB/Report/Contact/Search.pm:64 +#: LedgerSMB/Report/Listings/Business_Unit.pm:56 LedgerSMB/Report/PNL/ECA.pm:94 +#: LedgerSMB/Report/Taxform/Summary.pm:83 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:101 +#: UI/business_units/edit.html:27 UI/business_units/filter.html:19 +#: UI/Contact/divs/company.html:42 UI/Contact/divs/person.html:43 +#: UI/payroll/income.html:63 UI/Reports/filters/contact_search.html:37 +#: UI/Reports/filters/overpayments.html:10 +msgid "Control Code" +msgstr "" + +#: UI/create_batch.html:62 +msgid "Control Number" +msgstr "" + +#: UI/io-email.html:65 +msgid "Copies" +msgstr "" + +#: UI/setup/confirm_operation.html:43 +msgid "Copy" +msgstr "" + +#: bin/am.pl:174 bin/am.pl:190 +msgid "Copy to COA" +msgstr "" + +#: bin/aa.pl:1000 bin/gl.pl:294 bin/ir.pl:618 bin/is.pl:678 +msgid "Copy to New" +msgstr "" + +#: UI/setup/confirm_operation.html:36 +msgid "Copy to New Name" +msgstr "" + +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 +msgid "Cost" +msgstr "" + +#: UI/am-department-form.html:29 +msgid "Cost Center" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:90 +msgid "Cost of Goods Sold" +msgstr "" + +#: LedgerSMB/Template/DB.pm:72 LedgerSMB/Template/DB.pm:116 +msgid "Could Not Load Template from DB" +msgstr "" + +#: bin/gl.pl:95 +msgid "Could not open pos.conf.pl in [_1] line [_2]: [_3]" +msgstr "" + +#: bin/ir.pl:1441 bin/is.pl:1470 bin/oe.pl:1379 +msgid "Could not save the data. Please try again" +msgstr "" + +#: bin/oe.pl:2146 +msgid "Could not save!" +msgstr "" + +#: bin/oe.pl:2441 +msgid "Could not transfer Inventory!" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:93 +#: UI/inventory/adjustment_entry.html:29 +msgid "Counted" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:132 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:69 +msgid "Counterparty" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:101 +msgid "Counterparty Code" +msgstr "" + +#: bin/io.pl:2123 LedgerSMB/Report/Payroll/Deduction_Types.pm:31 +#: LedgerSMB/Report/Payroll/Income_Types.pm:31 +#: t/data/04-complex_template.html:389 UI/Admin/edit_user.html:125 +#: UI/Contact/divs/address.html:85 UI/Contact/divs/address.html:187 +#: UI/Contact/divs/company.html:93 UI/Contact/divs/employee.html:112 +#: UI/Contact/divs/person.html:131 UI/payroll/deduction.html:20 +#: UI/payroll/income.html:22 UI/Reports/filters/contact_search.html:107 +#: UI/Reports/filters/purchase_history.html:102 +msgid "Country" +msgstr "" + +#: UI/setup/select_coa.html:31 +msgid "Country Code" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:52 +msgid "Country Name" +msgstr "" + +#: t/data/04-complex_template.html:477 UI/taxform/add_taxform.html:34 +msgid "Country:" +msgstr "" + +#: UI/setup/credentials.html:61 +msgid "Create" +msgstr "" + +#: UI/create_batch.html:2 +msgid "Create Batch" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:154 +msgid "Create Database?" +msgstr "" + +#: UI/create_batch.html:11 +msgid "Create New Batch" +msgstr "" + +#: UI/reconciliation/upload.html:58 +msgid "Create New Report" +msgstr "" + +#: UI/taxform/add_taxform.html:13 +msgid "Create New Tax Form" +msgstr "" + +#: UI/setup/new_user.html:135 +msgid "Create User" +msgstr "" + +#: UI/asset/search_reports.html:47 UI/create_batch.html:66 +#: UI/Reports/filters/unapproved.html:52 +msgid "Created By" +msgstr "" + +#: UI/create_batch.html:67 +msgid "Created On" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:88 +#: LedgerSMB/Report/co/Caja_Diaria.pm:88 templates/xedemo/invoice.html:12 +#: UI/budgetting/budget_entry.html:67 UI/journal/journal_entry.html:117 +#: UI/Reports/co/filter_bm.html:107 UI/Reports/filters/gl.html:201 +#: UI/Reports/filters/trial_balance.html:6 +msgid "Credit" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:292 +msgid "Credit Account" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:69 +msgid "Credit Account Number" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:169 UI/Contact/divs/credit.html:1 +msgid "Credit Accounts" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:202 +msgid "Credit Balance" +msgstr "" + +#: bin/am.pl:1504 templates/demo/invoice.html:12 templates/demo/invoice.tex:114 +#: templates/demo_with_images/invoice.html:12 +#: templates/demo_with_images/invoice.tex:114 templates/xedemo/invoice.tex:111 +#: sql/Pg-database.sql:2909 +msgid "Credit Invoice" +msgstr "" + +#: bin/aa.pl:604 bin/ir.pl:513 bin/is.pl:546 bin/oe.pl:485 +#: UI/Contact/divs/credit.html:23 UI/Contact/divs/credit.html:133 +#: UI/orders/order.html:34 +msgid "Credit Limit" +msgstr "" + +#: t/data/04-complex_template.html:201 +msgid "Credit Limit:" +msgstr "" + +#: sql/Pg-database.sql:2908 +msgid "Credit Note" +msgstr "" + +#: LedgerSMB/Report/COA.pm:111 LedgerSMB/Report/GL.pm:116 +#: LedgerSMB/Report/Trial_Balance.pm:184 LedgerSMB/Scripts/payment.pm:154 +#: UI/Reports/co/filter_cd.html:91 +msgid "Credits" +msgstr "" + +#: UI/rc-till-closing.html:42 +msgid "Cumulative Error:" +msgstr "" + +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 +#: LedgerSMB/Report/Invoices/Outstanding.pm:243 +msgid "Curr" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:43 +msgid "Currencies (colon-separated)" +msgstr "" + +#: bin/aa.pl:474 bin/aa.pl:1721 bin/ir.pl:404 bin/is.pl:398 bin/oe.pl:396 +#: bin/oe.pl:1637 LedgerSMB/Report/Contact/History.pm:72 +#: LedgerSMB/Report/Contact/Purchase.pm:77 +#: LedgerSMB/Report/Contact/Search.pm:81 +#: LedgerSMB/Report/Inventory/Search.pm:290 LedgerSMB/Report/Orders.pm:239 +#: templates/demo/printPayment.html:75 +#: templates/demo_with_images/printPayment.html:75 +#: templates/xedemo/printPayment.html:75 UI/Contact/divs/credit.html:203 +#: UI/Contact/pricelist.csv:43 UI/Contact/pricelist.html:56 +#: UI/Contact/pricelist.tex:58 UI/orders/order.html:48 +#: UI/payments/payment1.html:51 UI/payments/payment2.html:115 +#: UI/payments/payments_filter.html:122 UI/payments/use_overpayment1.html:43 +#: UI/payments/use_overpayment2.html:85 +#: UI/Reports/filters/invoice_outstanding.html:212 +#: UI/Reports/filters/invoice_search.html:303 +#: UI/Reports/filters/orders.html:183 UI/Reports/filters/overpayments.html:44 +#: UI/Reports/filters/payments.html:107 +#: UI/Reports/filters/purchase_history.html:270 +#: UI/Reports/filters/search_goods.html:355 UI/rp-aging.csv:6 +#: UI/timecards/timecard.html:118 UI/timecards/timecard-week.html:77 +msgid "Currency" +msgstr "" + +#: bin/aa.pl:1659 bin/pe.pl:839 LedgerSMB/DBObject/Date.pm:77 +#: LedgerSMB/Report/Aging.pm:126 templates/demo/statement.html:64 +#: templates/demo/statement.tex:38 templates/demo_with_images/statement.html:64 +#: templates/demo_with_images/statement.tex:38 +#: templates/xedemo/statement.html:64 templates/xedemo/statement.tex:38 +#: UI/bp-search.html:40 UI/lib/report_base.html:138 UI/lib/report_base.html:217 +#: UI/pos-receipts.html:38 UI/rc-reconciliation.html:40 +#: UI/Reports/co/filter_bm.html:53 UI/Reports/filters/aging.html:99 +#: UI/rp-search-generate_income_statement.html:33 +#: UI/rp-search-generate_tax_report.html:29 +msgid "Current" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:246 LedgerSMB/Report/Balance_Sheet.pm:248 +#: LedgerSMB/Report/PNL.pm:220 LedgerSMB/Report/PNL.pm:222 +#: LedgerSMB/Scripts/configuration.pm:81 +msgid "Current earnings" +msgstr "" + +#: bin/aa.pl:564 bin/aa.pl:1671 bin/ic.pl:1135 bin/is.pl:534 bin/pe.pl:1039 +#: bin/pe.pl:1194 LedgerSMB/Report/Aging.pm:83 +#: LedgerSMB/Report/Invoices/Outstanding.pm:178 +#: LedgerSMB/Report/Invoices/Transactions.pm:250 LedgerSMB/Report/Orders.pm:188 +#: LedgerSMB/Report/Orders.pm:194 UI/business_units/edit.html:82 +#: UI/Contact/divs/credit.html:9 UI/orders/order.html:21 +#: UI/payments/use_overpayment1.html:29 UI/payments/use_overpayment2.html:25 +#: UI/Reports/filters/aging.html:15 +#: UI/Reports/filters/invoice_outstanding.html:10 +#: UI/Reports/filters/invoice_search.html:10 UI/Reports/filters/orders.html:8 +#: UI/rp-search-generate_tax_report.html:139 sql/Pg-database.sql:543 +msgid "Customer" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:249 +msgid "Customer Account" +msgstr "" + +#: sql/Pg-database.sql:2793 +msgid "Customer History" +msgstr "" + +#: UI/payments/payment1.html:36 UI/payments/payment2.html:30 +#: UI/Reports/filters/orders.html:9 +msgid "Customer Name" +msgstr "" + +#: bin/aa.pl:1672 bin/io.pl:2061 LedgerSMB/Report/Invoices/Payments.pm:115 +#: LedgerSMB/Report/Invoices/Payments.pm:185 +#: LedgerSMB/Scripts/configuration.pm:112 UI/payments/payments_filter.html:65 +#: UI/Reports/filters/invoice_outstanding.html:11 +#: UI/Reports/filters/invoice_search.html:11 +#: UI/Reports/filters/overpayments.html:21 UI/Reports/filters/payments.html:21 +#: UI/Reports/filters/purchase_history.html:59 +msgid "Customer Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:12 +msgid "Customer Search" +msgstr "" + +#: bin/aa.pl:1387 bin/is.pl:1479 bin/oe.pl:1312 bin/pe.pl:1273 +msgid "Customer missing!" +msgstr "" + +#: bin/arap.pl:158 bin/pe.pl:1248 +msgid "Customer not on file!" +msgstr "" + +#: UI/setup/complete.html:26 UI/setup/confirm_operation.html:110 +msgid "Customer/Vendor Accounts" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:768 +msgid "D M" +msgstr "" + +#: UI/Contact/divs/employee.html:152 +msgid "DOB" +msgstr "" + +#: t/data/04-complex_template.html:106 +msgid "DOB:" +msgstr "" + +#: bin/aa.pl:1377 LedgerSMB/Scripts/payment.pm:332 +msgid "Data not saved. Please try again." +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:150 +msgid "Data not saved. Please update again." +msgstr "" + +#: UI/setup/credentials.html:44 UI/setup/list_databases.html:12 +msgid "Database" +msgstr "" + +#: UI/am-company-logo.html:20 +msgid "Database Host" +msgstr "" + +#: UI/setup/begin_backup.html:7 UI/setup/complete.html:9 +#: UI/setup/complete_migration_revert.html:9 UI/setup/confirm_operation.html:7 +#: UI/setup/credentials.html:8 UI/setup/new_user.html:7 +#: UI/setup/select_coa.html:7 UI/setup/template_info.html:5 +#: UI/setup/upgrade_info.html:7 +msgid "Database Management Console" +msgstr "" + +#: UI/setup/complete.html:10 UI/setup/complete_migration_revert.html:10 +msgid "Database Operation Complete" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:153 +msgid "Database does not exist." +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:788 +msgid "Database exists." +msgstr "" + +#: UI/am-company-logo.html:16 +msgid "Dataset" +msgstr "" + +#: bin/aa.pl:884 bin/ir.pl:925 bin/is.pl:1013 bin/oe.pl:1641 bin/pe.pl:1052 +#: LedgerSMB/Report/Aging.pm:114 LedgerSMB/Report/GL.pm:89 +#: LedgerSMB/Report/Inventory/History.pm:142 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:94 +#: LedgerSMB/Report/Invoices/Outstanding.pm:188 +#: LedgerSMB/Report/Invoices/Transactions.pm:258 +#: LedgerSMB/Report/Listings/Overpayments.pm:136 LedgerSMB/Report/Orders.pm:213 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:102 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:96 +#: LedgerSMB/Report/Unapproved/Drafts.pm:89 LedgerSMB/Scripts/asset.pm:526 +#: LedgerSMB/Scripts/payment.pm:150 LedgerSMB/Scripts/payment.pm:806 +#: templates/demo/ap_transaction.html:73 templates/demo/ap_transaction.html:192 +#: templates/demo/ap_transaction.tex:60 templates/demo/ap_transaction.tex:111 +#: templates/demo/ar_transaction.html:72 templates/demo/ar_transaction.html:191 +#: templates/demo/ar_transaction.tex:77 templates/demo/ar_transaction.tex:128 +#: templates/demo/bin_list.html:109 templates/demo/invoice.html:107 +#: templates/demo/invoice.html:246 templates/demo/invoice.tex:209 +#: templates/demo/packing_list.html:80 templates/demo/packing_list.tex:88 +#: templates/demo/pick_list.html:79 templates/demo/pick_list.tex:81 +#: templates/demo/printPayment.html:78 +#: templates/demo/request_quotation.html:104 +#: templates/demo/sales_quotation.html:72 templates/demo/statement.html:62 +#: templates/demo/statement.tex:37 templates/demo/timecard.html:48 +#: templates/demo/timecard.tex:28 +#: templates/demo_with_images/ap_transaction.html:73 +#: templates/demo_with_images/ap_transaction.html:192 +#: templates/demo_with_images/ap_transaction.tex:60 +#: templates/demo_with_images/ap_transaction.tex:111 +#: templates/demo_with_images/ar_transaction.html:72 +#: templates/demo_with_images/ar_transaction.html:191 +#: templates/demo_with_images/ar_transaction.tex:77 +#: templates/demo_with_images/ar_transaction.tex:128 +#: templates/demo_with_images/bin_list.html:109 +#: templates/demo_with_images/invoice.html:109 +#: templates/demo_with_images/invoice.html:249 +#: templates/demo_with_images/invoice.tex:208 +#: templates/demo_with_images/packing_list.html:80 +#: templates/demo_with_images/packing_list.tex:88 +#: templates/demo_with_images/pick_list.html:79 +#: templates/demo_with_images/pick_list.tex:81 +#: templates/demo_with_images/printPayment.html:78 +#: templates/demo_with_images/request_quotation.html:104 +#: templates/demo_with_images/sales_quotation.html:72 +#: templates/demo_with_images/statement.html:62 +#: templates/demo_with_images/statement.tex:37 +#: templates/demo_with_images/timecard.html:48 +#: templates/demo_with_images/timecard.tex:28 +#: templates/xedemo/ap_transaction.html:73 +#: templates/xedemo/ap_transaction.html:192 +#: templates/xedemo/ap_transaction.tex:60 +#: templates/xedemo/ap_transaction.tex:111 +#: templates/xedemo/ar_transaction.html:72 +#: templates/xedemo/ar_transaction.html:191 +#: templates/xedemo/ar_transaction.tex:77 +#: templates/xedemo/ar_transaction.tex:128 templates/xedemo/bin_list.html:109 +#: templates/xedemo/invoice.html:107 templates/xedemo/invoice.html:247 +#: templates/xedemo/invoice.tex:204 templates/xedemo/packing_list.html:80 +#: templates/xedemo/packing_list.tex:88 templates/xedemo/pick_list.html:79 +#: templates/xedemo/pick_list.tex:81 templates/xedemo/printPayment.html:78 +#: templates/xedemo/product_receipt.html:103 +#: templates/xedemo/request_quotation.html:104 +#: templates/xedemo/sales_quotation.html:72 templates/xedemo/statement.html:62 +#: templates/xedemo/statement.tex:37 templates/xedemo/timecard.html:48 +#: templates/xedemo/timecard.tex:28 UI/asset/begin_depreciation_all.html:12 +#: UI/asset/begin_report.html:22 UI/inventory/adjustment_setup.html:19 +#: UI/journal/journal_entry.html:40 UI/orders/order.html:246 +#: UI/payments/payment2.html:93 UI/payments/payments_detail.html:306 +#: UI/payments/use_overpayment2.html:80 UI/Reports/filters/gl.html:170 +#: UI/Reports/filters/orders.html:125 UI/rp-search-generate_tax_report.html:127 +msgid "Date" +msgstr "" + +#: UI/users/preferences.html:55 +msgid "Date Format" +msgstr "" + +#: bin/ic.pl:959 LedgerSMB/Report/Listings/Overpayments.pm:102 +#: UI/Reports/filters/reconciliation_search.html:11 +msgid "Date From" +msgstr "" + +#: UI/payments/payments_filter.html:105 +msgid "Date From:" +msgstr "" + +#: bin/aa.pl:1723 LedgerSMB/Report/Contact/Purchase.pm:101 +#: LedgerSMB/Report/Invoices/Outstanding.pm:247 +#: LedgerSMB/Report/Invoices/Payments.pm:135 +#: LedgerSMB/Report/Invoices/Transactions.pm:286 +#: UI/Reports/filters/invoice_outstanding.html:218 +#: UI/Reports/filters/invoice_search.html:309 +msgid "Date Paid" +msgstr "" + +#: bin/oe.pl:1864 +msgid "Date Received" +msgstr "" + +#: UI/Reports/filters/payments.html:81 UI/Reports/filters/payments.html:97 +msgid "Date Reversed" +msgstr "" + +#: bin/ic.pl:962 LedgerSMB/Report/Listings/Overpayments.pm:103 +msgid "Date To" +msgstr "" + +#: UI/payments/payments_filter.html:113 +msgid "Date To:" +msgstr "" + +#: UI/timecards/timecard.html:53 +msgid "Date Worked" +msgstr "" + +#: UI/payments/payment1.html:57 +msgid "Date from" +msgstr "" + +#: UI/Admin/user_search.html:51 UI/setup/new_user.html:98 +msgid "Date of Birth" +msgstr "" + +#: bin/oe.pl:2131 +msgid "Date received missing!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:42 +msgid "Date selection" +msgstr "" + +#: bin/aa.pl:1776 UI/payments/payment1.html:68 +#: UI/Reports/filters/contact_search.html:116 +msgid "Date to" +msgstr "" + +#: bin/arap.pl:801 bin/io.pl:1919 +msgid "Date: [_1]" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:65 +#: UI/Reports/filters/income_statement.html:103 +msgid "Dates" +msgstr "" + +#: bin/am.pl:822 UI/timecards/entry_filter.html:23 +msgid "Day" +msgstr "" + +#: bin/arap.pl:531 +msgid "Day(s)" +msgstr "" + +#: bin/am.pl:823 +msgid "Days" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:82 +#: LedgerSMB/Report/co/Caja_Diaria.pm:82 UI/budgetting/budget_entry.html:66 +#: UI/journal/journal_entry.html:116 UI/Reports/filters/gl.html:194 +#: UI/Reports/filters/trial_balance.html:5 +msgid "Debit" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:196 +msgid "Debit Balance" +msgstr "" + +#: bin/am.pl:1505 sql/Pg-database.sql:2905 +msgid "Debit Invoice" +msgstr "" + +#: sql/Pg-database.sql:2904 +msgid "Debit Note" +msgstr "" + +#: LedgerSMB/Report/COA.pm:105 LedgerSMB/Report/GL.pm:110 +#: LedgerSMB/Report/Trial_Balance.pm:178 LedgerSMB/Scripts/payment.pm:153 +#: UI/Reports/co/filter_cd.html:83 +msgid "Debits" +msgstr "" + +#: bin/aa.pl:94 bin/gl.pl:90 bin/io.pl:90 LedgerSMB/App_State.pm:250 +msgid "Dec" +msgstr "" + +#: bin/aa.pl:80 bin/gl.pl:76 bin/io.pl:76 LedgerSMB/App_State.pm:250 +#: LedgerSMB/DBObject/Date.pm:71 +msgid "December" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:43 +#: UI/rp-search-generate_income_statement.html:93 +msgid "Decimal Places" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:127 +msgid "Decimal Places for Money" +msgstr "" + +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:35 UI/payroll/deduction.html:33 +msgid "Deduction Class" +msgstr "" + +#: UI/payroll/deduction.html:8 +msgid "Deduction Type" +msgstr "" + +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:56 +msgid "Deduction Types" +msgstr "" + +#: UI/setup/upgrade_info.html:62 +msgid "Default AP" +msgstr "" + +#: UI/setup/upgrade_info.html:46 +msgid "Default AR" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:77 +msgid "Default Accounts" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:46 UI/setup/upgrade_info.html:33 +msgid "Default Country" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:35 +msgid "Default Email BCC" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:33 +msgid "Default Email CC" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:37 +msgid "Default Email From" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:31 +msgid "Default Email To" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:53 +msgid "Default Format" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:49 +msgid "Default Language" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:56 +msgid "Default Reportable" +msgstr "" + +#: UI/payroll/income.html:85 +msgid "Default amount" +msgstr "" + +#: sql/Pg-database.sql:2842 +msgid "Defaults" +msgstr "" + +#: bin/aa.pl:982 bin/aa.pl:1007 bin/am.pl:69 bin/am.pl:81 bin/am.pl:175 +#: bin/am.pl:184 bin/ic.pl:841 bin/ic.pl:863 bin/ir.pl:1034 bin/is.pl:1127 +#: bin/oe.pl:759 bin/oe.pl:949 bin/pe.pl:173 bin/pe.pl:250 bin/pe.pl:622 +#: LedgerSMB/Report/COA.pm:128 LedgerSMB/Report/COA.pm:193 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:122 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:90 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:252 +#: LedgerSMB/Report/Unapproved/Drafts.pm:211 LedgerSMB/Scripts/account.pm:159 +#: t/data/04-complex_template.html:510 UI/business_units/list_classes.html:89 +#: UI/Contact/divs/address.html:48 UI/Contact/divs/bank_act.html:10 +#: UI/Contact/divs/contact_info.html:7 UI/Contact/pricelist.html:65 +#: UI/reconciliation/report.html:300 +msgid "Delete" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:217 +msgid "Delete Batch" +msgstr "" + +#: bin/am.pl:524 +msgid "Delete Language" +msgstr "" + +#: bin/arap.pl:633 bin/arap.pl:639 +msgid "Delete Schedule" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:223 +msgid "Delete Vouchers" +msgstr "" + +#: bin/am.pl:535 +msgid "Deleting a language will also delete the templates for the language [_1]" +msgstr "" + +#: templates/demo/invoice.tex:141 templates/demo/request_quotation.html:144 +#: templates/demo_with_images/invoice.tex:141 +#: templates/demo_with_images/request_quotation.html:144 +#: templates/xedemo/invoice.tex:136 templates/xedemo/request_quotation.html:144 +msgid "Delivery" +msgstr "" + +#: bin/io.pl:260 LedgerSMB/Report/Contact/History.pm:106 +#: UI/Reports/filters/purchase_history.html:312 +msgid "Delivery Date" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:633 +msgid "Dep. Basis" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:631 +msgid "Dep. Method" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:629 LedgerSMB/Scripts/asset.pm:694 +#: LedgerSMB/Scripts/asset.pm:765 +msgid "Dep. Starts" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:100 +msgid "Dep. Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:637 +msgid "Dep. YTD" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:636 +msgid "Dep. this run" +msgstr "" + +#: bin/aa.pl:504 bin/ir.pl:441 bin/is.pl:433 bin/oe.pl:586 +#: UI/asset/edit_asset.html:144 UI/asset/search_asset.html:135 +#: UI/ca-list-selector.html:50 UI/payments/payment2.html:71 +#: UI/payments/payments_detail.html:126 UI/payments/payments_filter.html:52 +#: UI/rp-search.html:13 +msgid "Department" +msgstr "" + +#: UI/payments/payment1.html:28 +msgid "Departments" +msgstr "" + +#: sql/Pg-database.sql:2896 +msgid "Depreciate" +msgstr "" + +#: UI/asset/begin_depreciation_all.html:5 +msgid "Depreciate All" +msgstr "" + +#: UI/asset/import_asset.html:43 +msgid "Depreciate Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:570 UI/accounts/edit.html:448 +#: sql/Pg-database.sql:2900 +msgid "Depreciation" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:77 UI/asset/edit_asset.html:161 +#: UI/asset/edit_class.html:46 UI/asset/search_asset.html:152 +#: UI/asset/search_class.html:55 +msgid "Depreciation Account" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:71 +#: LedgerSMB/Report/Listings/Asset_Class.pm:93 UI/asset/edit_class.html:24 +#: UI/asset/search_class.html:20 +msgid "Depreciation Method" +msgstr "" + +#: UI/asset/edit_asset.html:117 UI/asset/search_asset.html:108 +msgid "Depreciation Starts" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:78 +msgid "Depreciation Successful" +msgstr "" + +#: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 +#: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 +#: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 +#: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 +#: LedgerSMB/Report/Budget/Variance.pm:115 LedgerSMB/Report/COA.pm:94 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:71 +#: LedgerSMB/Report/co/Caja_Diaria.pm:72 LedgerSMB/Report/Contact/History.pm:83 +#: LedgerSMB/Report/Contact/Search.pm:73 LedgerSMB/Report/File/Incoming.pm:50 +#: LedgerSMB/Report/File/Internal.pm:48 LedgerSMB/Report/GL.pm:100 +#: LedgerSMB/Report/Inventory/Activity.pm:80 +#: LedgerSMB/Report/Inventory/Activity.pm:131 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:90 +#: LedgerSMB/Report/Inventory/History.pm:122 +#: LedgerSMB/Report/Inventory/Search.pm:198 +#: LedgerSMB/Report/Listings/Asset.pm:86 LedgerSMB/Report/Listings/Asset.pm:120 +#: LedgerSMB/Report/Listings/Business_Type.pm:47 +#: LedgerSMB/Report/Listings/Business_Unit.pm:60 +#: LedgerSMB/Report/Listings/GIFI.pm:49 +#: LedgerSMB/Report/Listings/Language.pm:50 LedgerSMB/Report/Listings/SIC.pm:48 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:64 +#: LedgerSMB/Report/Listings/Warehouse.pm:39 LedgerSMB/Report/PNL/Product.pm:83 +#: LedgerSMB/Report/Timecards.pm:105 LedgerSMB/Report/Timecards.pm:118 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:113 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:107 +#: LedgerSMB/Report/Unapproved/Drafts.pm:100 LedgerSMB/Scripts/asset.pm:390 +#: LedgerSMB/Scripts/asset.pm:693 LedgerSMB/Scripts/asset.pm:764 +#: templates/demo/bin_list.html:148 templates/demo/bin_list.tex:106 +#: templates/demo/invoice.html:136 templates/demo/invoice.tex:140 +#: templates/demo/packing_list.html:120 templates/demo/packing_list.tex:114 +#: templates/demo/pick_list.html:112 templates/demo/pick_list.tex:100 +#: templates/demo/printPayment.html:47 templates/demo/product_receipt.html:126 +#: templates/demo/purchase_order.html:128 +#: templates/demo/request_quotation.html:141 +#: templates/demo/sales_order.html:130 templates/demo/sales_order.tex:119 +#: templates/demo/sales_quotation.html:99 templates/demo/timecard.html:85 +#: templates/demo/timecard.html:93 templates/demo/timecard.tex:38 +#: templates/demo/timecard.tex:40 templates/demo_with_images/bin_list.html:148 +#: templates/demo_with_images/bin_list.tex:106 +#: templates/demo_with_images/invoice.html:138 +#: templates/demo_with_images/invoice.tex:140 +#: templates/demo_with_images/packing_list.html:120 +#: templates/demo_with_images/packing_list.tex:114 +#: templates/demo_with_images/pick_list.html:112 +#: templates/demo_with_images/pick_list.tex:100 +#: templates/demo_with_images/printPayment.html:47 +#: templates/demo_with_images/product_receipt.html:126 +#: templates/demo_with_images/purchase_order.html:128 +#: templates/demo_with_images/request_quotation.html:141 +#: templates/demo_with_images/sales_order.html:130 +#: templates/demo_with_images/sales_order.tex:119 +#: templates/demo_with_images/sales_quotation.html:99 +#: templates/demo_with_images/timecard.html:85 +#: templates/demo_with_images/timecard.html:93 +#: templates/demo_with_images/timecard.tex:38 +#: templates/demo_with_images/timecard.tex:40 +#: templates/demo_with_images/work_order.html:130 +#: templates/demo_with_images/work_order.tex:125 +#: templates/demo/work_order.html:130 templates/demo/work_order.tex:125 +#: templates/xedemo/bin_list.html:148 templates/xedemo/bin_list.tex:106 +#: templates/xedemo/invoice.html:136 templates/xedemo/invoice.tex:135 +#: templates/xedemo/packing_list.html:120 templates/xedemo/packing_list.tex:114 +#: templates/xedemo/pick_list.html:112 templates/xedemo/pick_list.tex:100 +#: templates/xedemo/printPayment.html:47 +#: templates/xedemo/product_receipt.html:128 +#: templates/xedemo/purchase_order.html:128 +#: templates/xedemo/request_quotation.html:141 +#: templates/xedemo/sales_order.html:130 templates/xedemo/sales_order.tex:119 +#: templates/xedemo/sales_quotation.html:99 templates/xedemo/timecard.html:85 +#: templates/xedemo/timecard.html:93 templates/xedemo/timecard.tex:38 +#: templates/xedemo/timecard.tex:40 templates/xedemo/work_order.html:130 +#: templates/xedemo/work_order.tex:125 UI/accounts/edit.html:40 +#: UI/accounts/edit.html:149 UI/accounts/yearend.html:35 +#: UI/am-department-form.html:12 UI/am-gifi-form.html:16 +#: UI/am-language-form.html:16 UI/am-sic-form.html:20 +#: UI/am-warehouse-form.html:12 UI/budgetting/budget_entry.html:29 +#: UI/budgetting/budget_entry.html:68 UI/Contact/divs/contact_info.html:30 +#: UI/Contact/divs/contact_info.html:98 UI/Contact/divs/credit.html:22 +#: UI/Contact/divs/credit.html:79 UI/Contact/pricelist.csv:11 +#: UI/Contact/pricelist.html:26 UI/Contact/pricelist.tex:17 +#: UI/create_batch.html:22 UI/create_batch.html:65 +#: UI/import_csv/import_csv.html:35 UI/inventory/adjustment_entry.html:28 +#: UI/io-email.html:102 UI/journal/journal_entry.html:52 +#: UI/reconciliation/report.html:79 UI/reconciliation/report.html:142 +#: UI/reconciliation/report.html:201 UI/Reports/filters/budget_search.html:26 +#: UI/Reports/filters/cogs_lines.html:19 UI/Reports/filters/gl.html:78 +#: UI/Reports/filters/gl.html:184 UI/Reports/filters/inventory_activity.html:19 +#: UI/Reports/filters/invoice_search.html:138 UI/Reports/filters/orders.html:68 +#: UI/Reports/filters/purchase_history.html:251 +#: UI/Reports/filters/search_goods.html:19 +#: UI/Reports/filters/search_goods.html:200 +#: UI/rp-search-generate_tax_report.html:150 UI/timecards/timecard.html:43 +#: UI/timecards/timecard-week.html:112 sql/Pg-database.sql:2834 +#: sql/Pg-database.sql:2839 +msgid "Description" +msgstr "" + +#: bin/pe.pl:272 +msgid "Description Translations" +msgstr "" + +#: bin/am.pl:295 bin/am.pl:384 bin/am.pl:469 bin/am.pl:801 +msgid "Description missing!" +msgstr "" + +#: UI/asset/edit_asset.html:61 UI/asset/search_asset.html:55 +#: UI/business_units/edit.html:72 UI/business_units/filter.html:26 +#: UI/taxform/add_taxform.html:47 +msgid "Description:" +msgstr "" + +#: bin/aa.pl:1632 bin/pe.pl:920 UI/rc-reconciliation.html:99 +#: UI/Reports/filters/aging.html:64 +#: UI/Reports/filters/purchase_history.html:227 +msgid "Detail" +msgstr "" + +#: UI/payments/payments_detail.html:218 +#: UI/Reports/filters/invoice_outstanding.html:116 +msgid "Details" +msgstr "" + +#: UI/rc-display-form.html:98 +msgid "Difference" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:58 +msgid "Disable Back Button" +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:102 +msgid "Disc" +msgstr "" + +#: templates/demo/invoice.html:141 templates/demo/invoice.tex:145 +#: templates/demo/sales_order.html:134 templates/demo/sales_order.tex:121 +#: templates/demo/sales_quotation.html:103 +#: templates/demo_with_images/invoice.html:143 +#: templates/demo_with_images/invoice.tex:145 +#: templates/demo_with_images/sales_order.html:134 +#: templates/demo_with_images/sales_order.tex:121 +#: templates/demo_with_images/sales_quotation.html:103 +#: templates/xedemo/invoice.html:141 templates/xedemo/invoice.tex:140 +#: templates/xedemo/sales_order.html:134 templates/xedemo/sales_order.tex:121 +#: templates/xedemo/sales_quotation.html:103 +msgid "Disc %" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:809 UI/accounts/edit.html:318 +#: UI/accounts/edit.html:358 UI/am-business-form.html:16 +#: UI/Contact/divs/credit.html:153 UI/payments/payments_detail.html:313 +#: UI/Reports/filters/purchase_history.html:301 +msgid "Discount" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Type.pm:54 +msgid "Discount (%)" +msgstr "" + +#: t/data/04-complex_template.html:242 +msgid "Discount:" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:698 +msgid "Disp. Aquired Value" +msgstr "" + +#: UI/templates/preview.html:62 +msgid "Display" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:572 sql/Pg-database.sql:2898 +#: sql/Pg-database.sql:2901 +msgid "Disposal" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:766 +msgid "Disposal Date" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:394 +msgid "Disposal Method" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:760 +msgid "Disposal Report [_1] on date [_2]" +msgstr "" + +#: LedgerSMB.pm:757 +msgid "Division by 0 error" +msgstr "" + +#: bin/io.pl:2407 +msgid "Do not keep field empty [_1]" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:77 +msgid "Document" +msgstr "" + +#: UI/Reports/co/filter_cd.html:76 +msgid "Document Type" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:385 +msgid "Don't know what to do with backup" +msgstr "" + +#: bin/oe.pl:2087 bin/oe.pl:2095 +msgid "Done" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:562 +msgid "Double customernumbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:581 +msgid "Double vendornumbers" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:103 sql/Pg-database.sql:738 +msgid "Dr." +msgstr "" + +#: bin/aa.pl:1235 bin/aa.pl:1511 bin/gl.pl:131 bin/ir.pl:98 +msgid "Draft Posted" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Drafts.pm:121 +msgid "Draft Search" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Drafts.pm:132 +msgid "Draft Type" +msgstr "" + +#: sql/Pg-database.sql:2875 +msgid "Drafts" +msgstr "" + +#: bin/ic.pl:507 LedgerSMB/Report/Inventory/Search.pm:262 +#: UI/Reports/filters/search_goods.html:65 +#: UI/Reports/filters/search_goods.html:319 +msgid "Drawing" +msgstr "" + +#: LedgerSMB/Report/COA.pm:117 +msgid "Dropdowns" +msgstr "" + +#: LedgerSMB/Report/Contact/Purchase.pm:97 +#: LedgerSMB/Report/Invoices/Transactions.pm:283 +#: templates/demo/ap_transaction.html:77 templates/demo/ap_transaction.tex:61 +#: templates/demo/ar_transaction.html:76 templates/demo/ar_transaction.tex:78 +#: templates/demo/invoice.html:108 templates/demo/invoice.tex:124 +#: templates/demo/receipt.tex:64 templates/demo/statement.html:63 +#: templates/demo_with_images/ap_transaction.html:77 +#: templates/demo_with_images/ap_transaction.tex:61 +#: templates/demo_with_images/ar_transaction.html:76 +#: templates/demo_with_images/ar_transaction.tex:78 +#: templates/demo_with_images/invoice.html:110 +#: templates/demo_with_images/invoice.tex:124 +#: templates/demo_with_images/receipt.tex:64 +#: templates/demo_with_images/statement.html:63 +#: templates/xedemo/ap_transaction.html:77 +#: templates/xedemo/ap_transaction.tex:61 +#: templates/xedemo/ar_transaction.html:76 +#: templates/xedemo/ar_transaction.tex:78 templates/xedemo/invoice.html:108 +#: templates/xedemo/invoice.tex:119 templates/xedemo/receipt.tex:64 +#: templates/xedemo/statement.html:63 +msgid "Due" +msgstr "" + +#: bin/aa.pl:694 bin/aa.pl:1730 bin/ir.pl:587 bin/is.pl:633 +#: LedgerSMB/Report/Aging.pm:119 LedgerSMB/Report/Contact/Purchase.pm:105 +#: LedgerSMB/Report/Invoices/Outstanding.pm:251 +#: LedgerSMB/Report/Invoices/Transactions.pm:289 UI/orders/order.html:96 +#: UI/Reports/filters/invoice_outstanding.html:233 +#: UI/Reports/filters/invoice_search.html:324 +msgid "Due Date" +msgstr "" + +#: bin/aa.pl:1392 +msgid "Due Date missing!" +msgstr "" + +#: UI/Contact/divs/user.html:6 UI/setup/edit_user.html:11 +msgid "Duplicate User Found: Importing User" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:242 +msgid "Duplicate employee numbers" +msgstr "" + +#: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 +#: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 +msgid "E-mail" +msgstr "" + +#: UI/rp-email.html:8 +msgid "E-mail Statement to [_1]" +msgstr "" + +#: UI/io-email.html:7 +msgid "E-mail [_1]" +msgstr "" + +#: bin/am.pl:1473 bin/io.pl:1702 +msgid "E-mail address missing!" +msgstr "" + +#: bin/arap.pl:453 +msgid "E-mail message" +msgstr "" + +#: bin/io.pl:1512 +msgid "E-mailed" +msgstr "" + +#: LedgerSMB/Report/PNL/ECA.pm:81 +msgid "ECA Income Statement" +msgstr "" + +#: sql/Pg-database.sql:830 +msgid "EDI ID" +msgstr "" + +#: sql/Pg-database.sql:829 +msgid "EDI Interchange ID" +msgstr "" + +#: bin/aa.pl:147 LedgerSMB/Report/COA.pm:122 LedgerSMB/Report/COA.pm:192 +#: t/data/04-complex_template.html:506 UI/Admin/edit_user.html:151 +#: UI/Contact/divs/address.html:47 UI/Contact/divs/contact_info.html:6 +#: UI/templates/preview.html:68 +msgid "Edit" +msgstr "" + +#: bin/aa.pl:416 bin/aa.pl:450 +msgid "Edit AP Transaction" +msgstr "" + +#: bin/aa.pl:415 +msgid "Edit AR Transaction" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:68 +msgid "Edit Account" +msgstr "" + +#: bin/ic.pl:98 bin/ic.pl:726 +msgid "Edit Assembly" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:102 +msgid "Edit Asset Class" +msgstr "" + +#: bin/am.pl:282 +msgid "Edit Business" +msgstr "" + +#: bin/is.pl:135 +msgid "Edit Credit Invoice" +msgstr "" + +#: bin/aa.pl:448 +msgid "Edit Credit Note" +msgstr "" + +#: t/data/04-complex_template.html:17 UI/Contact/contact.html:37 +msgid "Edit Customer" +msgstr "" + +#: bin/is.pl:132 +msgid "Edit Customer Return" +msgstr "" + +#: bin/aa.pl:446 +msgid "Edit Debit Note" +msgstr "" + +#: bin/pe.pl:524 +msgid "Edit Description Translations" +msgstr "" + +#: t/data/04-complex_template.html:21 UI/Contact/contact.html:41 +msgid "Edit Employee" +msgstr "" + +#: bin/am.pl:159 +msgid "Edit GIFI" +msgstr "" + +#: bin/pe.pl:109 +msgid "Edit Group" +msgstr "" + +#: bin/ic.pl:99 +msgid "Edit Labor/Overhead" +msgstr "" + +#: bin/am.pl:458 +msgid "Edit Language" +msgstr "" + +#: bin/ic.pl:96 bin/ic.pl:724 +msgid "Edit Part" +msgstr "" + +#: bin/pe.pl:198 +msgid "Edit Pricegroup" +msgstr "" + +#: bin/oe.pl:95 +msgid "Edit Purchase Order" +msgstr "" + +#: bin/oe.pl:109 +msgid "Edit Quotation" +msgstr "" + +#: UI/business_units/edit.html:10 +msgid "Edit Reporting Unit" +msgstr "" + +#: bin/oe.pl:105 +msgid "Edit Request for Quotation" +msgstr "" + +#: bin/am.pl:369 +msgid "Edit SIC" +msgstr "" + +#: bin/is.pl:138 +msgid "Edit Sales Invoice" +msgstr "" + +#: bin/oe.pl:100 +msgid "Edit Sales Order" +msgstr "" + +#: bin/ic.pl:97 bin/ic.pl:725 +msgid "Edit Service" +msgstr "" + +#: UI/taxform/add_taxform.html:11 +msgid "Edit Tax Form" +msgstr "" + +#: UI/Contact/divs/employee.html:194 +msgid "Edit User" +msgstr "" + +#: t/data/04-complex_template.html:19 UI/Contact/contact.html:39 +msgid "Edit Vendor" +msgstr "" + +#: bin/ir.pl:151 +msgid "Edit Vendor Invoice" +msgstr "" + +#: bin/ir.pl:145 +msgid "Edit Vendor Return" +msgstr "" + +#: bin/am.pl:788 +msgid "Edit Warehouse" +msgstr "" + +#: UI/Admin/edit_user.html:10 UI/Contact/divs/user.html:9 +#: UI/setup/edit_user.html:14 +msgid "Editing User" +msgstr "" + +#: LedgerSMB/Num2text.pm:69 +msgid "Eight" +msgstr "" + +#: LedgerSMB/Num2text.pm:80 +msgid "Eighteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:98 +msgid "Eighty" +msgstr "" + +#: LedgerSMB/Num2text.pm:72 +msgid "Eleven" +msgstr "" + +#: LedgerSMB/Num2text.pm:73 +msgid "Eleven-o" +msgstr "" + +#: UI/Reports/aging_report.html:70 sql/Pg-database.sql:823 +msgid "Email" +msgstr "" + +#: bin/aa.pl:530 bin/aa.pl:1557 bin/oe.pl:614 bin/pe.pl:884 +#: LedgerSMB/Report/Orders.pm:263 LedgerSMB/Scripts/contact.pm:166 +#: templates/demo/ap_transaction.html:93 templates/demo/ap_transaction.tex:68 +#: templates/demo/ar_transaction.tex:85 templates/demo/timecard.html:31 +#: templates/demo/timecard.tex:22 +#: templates/demo_with_images/ap_transaction.html:93 +#: templates/demo_with_images/ap_transaction.tex:68 +#: templates/demo_with_images/ar_transaction.tex:85 +#: templates/demo_with_images/timecard.html:31 +#: templates/demo_with_images/timecard.tex:22 +#: templates/xedemo/ap_transaction.html:93 +#: templates/xedemo/ap_transaction.tex:68 +#: templates/xedemo/ar_transaction.tex:85 templates/xedemo/timecard.html:31 +#: templates/xedemo/timecard.tex:22 UI/Contact/divs/employee.html:1 +#: UI/Reports/filters/contact_search.html:62 UI/timecards/entry_filter.html:13 +#: sql/Pg-database.sql:544 +msgid "Employee" +msgstr "" + +#: UI/Admin/edit_user.html:114 +msgid "Employee No." +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:111 t/data/04-complex_template.html:92 +#: UI/Contact/divs/employee.html:119 UI/setup/new_user.html:88 +msgid "Employee Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:14 +msgid "Employee Search" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:224 +msgid "" +"Employee name doesn't meet minimal requirements (e.g. non-empty, alphanumeric)" +msgstr "" + +#: UI/lib/report_base.html:268 sql/Pg-database.sql:2812 +msgid "Employees" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:74 LedgerSMB/Report/Budget/Search.pm:121 +#: LedgerSMB/Report/Budget/Variance.pm:119 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:132 +#: LedgerSMB/Report/co/Caja_Diaria.pm:126 +#: LedgerSMB/Report/Contact/History.pm:146 LedgerSMB/Report/GL.pm:209 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:78 +#: LedgerSMB/Report/Invoices/COGS.pm:157 +#: LedgerSMB/Report/Listings/Business_Unit.pm:68 +#: UI/budgetting/budget_entry.html:51 UI/business_units/edit.html:63 +#: UI/Contact/divs/credit.html:25 UI/Contact/divs/credit.html:112 +#: UI/Contact/divs/employee.html:173 UI/Reports/filters/budget_search.html:48 +msgid "End Date" +msgstr "" + +#: t/data/04-complex_template.html:122 t/data/04-complex_template.html:188 +msgid "End Date:" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:11 +msgid "Ending" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:190 +msgid "Ending Balance" +msgstr "" + +#: UI/reconciliation/report.html:52 +msgid "Ending GL Balance:" +msgstr "" + +#: UI/reconciliation/report.html:30 UI/reconciliation/report.html:44 +msgid "Ending Statement Balance:" +msgstr "" + +#: bin/am.pl:865 +msgid "Ends" +msgstr "" + +#: UI/am-audit-control.html:12 +msgid "Enforce transaction reversal for all dates" +msgstr "" + +#: UI/inventory/adjustment_entry.html:11 sql/Pg-database.sql:2789 +msgid "Enter Inventory" +msgstr "" + +#: UI/setup/new_user.html:8 +msgid "Enter User" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:210 +msgid "Enter employee numbers where they are missing" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:88 +#: LedgerSMB/Report/Reconciliation/Summary.pm:152 +msgid "Entered By" +msgstr "" + +#: UI/timecards/timecard.html:21 +msgid "Entered For" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:529 +msgid "Entered at" +msgstr "" + +#: t/data/04-complex_template.html:629 UI/Contact/divs/notes.html:71 +msgid "Entered at: [_1]" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:290 sql/Pg-database.sql:1069 +msgid "Entity" +msgstr "" + +#: UI/lib/report_base.html:42 +msgid "Entity Class" +msgstr "" + +#: bin/ir.pl:530 bin/is.pl:563 bin/oe.pl:502 +msgid "Entity Code" +msgstr "" + +#: bin/aa.pl:642 +msgid "Entity Control Code" +msgstr "" + +#: sql/Pg-database.sql:1071 +msgid "Entity Credit Account" +msgstr "" + +#: LedgerSMB/Report/GL.pm:105 +msgid "Entry ID" +msgstr "" + +#: bin/io.pl:1445 bin/is.pl:1100 +msgid "Envelope" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:237 LedgerSMB/Report/Balance_Sheet.pm:239 +#: LedgerSMB/Report/PNL.pm:212 LedgerSMB/Report/PNL.pm:214 +#: UI/accounts/edit.html:203 UI/Reports/filters/gl.html:139 +msgid "Equity" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:219 LedgerSMB/Report/Balance_Sheet.pm:221 +msgid "Equity & Liabilities" +msgstr "" + +#: UI/accounts/edit.html:204 +msgid "Equity (Temporary)" +msgstr "" + +#: UI/Reports/balance_sheet.html:104 +msgid "Equity to Liabilities" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:346 +msgid "Error creating backup file" +msgstr "" + +#: LedgerSMB/Scripts/vouchers.pm:100 +msgid "Error creating batch. Please try again." +msgstr "" + +#: LedgerSMB.pm:761 +msgid "Error from Function:" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:431 +msgid "Error while opening directory: [_1]" +msgstr "" + +#: UI/payments/check_job.html:30 +msgid "Error:" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:95 +msgid "Error: Cannot include summary account in other dropdown menus" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:632 +msgid "Est. Life" +msgstr "" + +#: bin/am.pl:870 bin/arap.pl:554 +msgid "Every" +msgstr "" + +#: bin/aa.pl:886 bin/ir.pl:927 bin/is.pl:1015 UI/orders/order.html:251 +msgid "Exch" +msgstr "" + +#: bin/aa.pl:486 bin/ir.pl:417 bin/is.pl:411 bin/oe.pl:410 bin/oe.pl:418 +#: bin/oe.pl:1645 LedgerSMB/Report/Contact/History.pm:116 +#: LedgerSMB/Scripts/payment.pm:820 UI/orders/order.html:54 +#: UI/payments/payment2.html:123 UI/payments/payments_detail.html:149 +#: UI/payments/payments_detail.html:158 UI/payments/use_overpayment2.html:93 +#: UI/Reports/filters/payments.html:110 +msgid "Exchange Rate" +msgstr "" + +#: bin/aa.pl:1426 bin/ir.pl:1485 bin/is.pl:1513 +msgid "Exchange rate for payment missing!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1164 +msgid "Exchange rate hasn't been defined" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:748 +msgid "Exchange rate inconsistency with database. Got [_1], expected [_2]" +msgstr "" + +#: bin/aa.pl:1408 bin/ir.pl:1466 bin/is.pl:1494 bin/oe.pl:1316 bin/oe.pl:1672 +msgid "Exchange rate missing!" +msgstr "" + +#: UI/Reports/filters/overpayments.html:51 +msgid "Exhchange Rate" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:96 +msgid "Expected" +msgstr "" + +#: bin/ic.pl:666 UI/accounts/edit.html:206 UI/accounts/edit.html:418 +#: UI/accounts/edit.html:457 UI/Reports/filters/gl.html:151 +msgid "Expense" +msgstr "" + +#: UI/asset/edit_asset.html:179 +msgid "Expense Account" +msgstr "" + +#: UI/accounts/edit.html:331 +msgid "Expense/Asset" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:196 LedgerSMB/Report/Balance_Sheet.pm:198 +#: LedgerSMB/Report/PNL.pm:183 LedgerSMB/Report/PNL.pm:185 +msgid "Expenses" +msgstr "" + +#: bin/io.pl:241 templates/demo/invoice.html:142 +#: templates/demo/request_quotation.html:146 +#: templates/demo_with_images/invoice.html:144 +#: templates/demo_with_images/request_quotation.html:146 +#: templates/xedemo/invoice.html:142 +#: templates/xedemo/request_quotation.html:146 +msgid "Extended" +msgstr "" + +#: UI/timecards/timecard-week.html:105 +msgid "Extra Used" +msgstr "" + +#: UI/budgetting/budget_entry.html:64 UI/journal/journal_entry.html:115 +msgid "FX" +msgstr "" + +#: bin/pe.pl:1341 +msgid "Failed to save order!" +msgstr "" + +#: sql/Pg-database.sql:818 +msgid "Fax" +msgstr "" + +#: templates/demo/ar_transaction.html:53 templates/demo/ar_transaction.tex:27 +#: templates/demo/letterhead.tex:14 +#: templates/demo_with_images/ar_transaction.html:53 +#: templates/demo_with_images/ar_transaction.tex:27 +#: templates/demo_with_images/letterhead.tex:14 +#: templates/xedemo/ar_transaction.html:53 +#: templates/xedemo/ar_transaction.tex:27 templates/xedemo/letterhead.tex:14 +msgid "Fax:" +msgstr "" + +#: templates/demo/ap_transaction.html:54 templates/demo/ar_transaction.tex:65 +#: templates/demo/bin_list.html:59 templates/demo/bin_list.html:92 +#: templates/demo/invoice.html:53 templates/demo/invoice.html:86 +#: templates/demo/letterhead.html:22 templates/demo/packing_list.html:60 +#: templates/demo/pick_list.html:59 templates/demo/product_receipt.html:58 +#: templates/demo/product_receipt.html:86 templates/demo/product_receipt.tex:56 +#: templates/demo/product_receipt.tex:91 templates/demo/purchase_order.html:58 +#: templates/demo/purchase_order.html:86 templates/demo/purchase_order.tex:56 +#: templates/demo/purchase_order.tex:91 +#: templates/demo/request_quotation.html:59 +#: templates/demo/request_quotation.html:87 +#: templates/demo/request_quotation.tex:56 +#: templates/demo/request_quotation.tex:91 templates/demo/sales_order.html:55 +#: templates/demo/sales_order.html:83 templates/demo/sales_order.tex:55 +#: templates/demo/sales_order.tex:90 templates/demo/sales_quotation.html:52 +#: templates/demo/sales_quotation.tex:61 +#: templates/demo_with_images/ap_transaction.html:54 +#: templates/demo_with_images/ar_transaction.tex:65 +#: templates/demo_with_images/bin_list.html:59 +#: templates/demo_with_images/bin_list.html:92 +#: templates/demo_with_images/invoice.html:55 +#: templates/demo_with_images/invoice.html:88 +#: templates/demo_with_images/letterhead.html:22 +#: templates/demo_with_images/packing_list.html:60 +#: templates/demo_with_images/pick_list.html:59 +#: templates/demo_with_images/product_receipt.html:58 +#: templates/demo_with_images/product_receipt.html:86 +#: templates/demo_with_images/product_receipt.tex:56 +#: templates/demo_with_images/product_receipt.tex:91 +#: templates/demo_with_images/purchase_order.html:58 +#: templates/demo_with_images/purchase_order.html:86 +#: templates/demo_with_images/purchase_order.tex:56 +#: templates/demo_with_images/purchase_order.tex:91 +#: templates/demo_with_images/request_quotation.html:59 +#: templates/demo_with_images/request_quotation.html:87 +#: templates/demo_with_images/request_quotation.tex:56 +#: templates/demo_with_images/request_quotation.tex:91 +#: templates/demo_with_images/sales_order.html:55 +#: templates/demo_with_images/sales_order.html:83 +#: templates/demo_with_images/sales_order.tex:55 +#: templates/demo_with_images/sales_order.tex:90 +#: templates/demo_with_images/sales_quotation.html:52 +#: templates/demo_with_images/sales_quotation.tex:61 +#: templates/demo_with_images/work_order.html:55 +#: templates/demo_with_images/work_order.html:83 +#: templates/demo_with_images/work_order.tex:65 +#: templates/demo/work_order.html:55 templates/demo/work_order.html:83 +#: templates/demo/work_order.tex:65 templates/xedemo/ap_transaction.html:54 +#: templates/xedemo/ar_transaction.tex:65 templates/xedemo/bin_list.html:59 +#: templates/xedemo/bin_list.html:92 templates/xedemo/invoice.html:53 +#: templates/xedemo/invoice.html:86 templates/xedemo/letterhead.html:22 +#: templates/xedemo/packing_list.html:60 templates/xedemo/pick_list.html:59 +#: templates/xedemo/product_receipt.html:58 +#: templates/xedemo/product_receipt.html:86 +#: templates/xedemo/product_receipt.tex:56 +#: templates/xedemo/product_receipt.tex:91 +#: templates/xedemo/purchase_order.html:58 +#: templates/xedemo/purchase_order.html:86 +#: templates/xedemo/purchase_order.tex:56 +#: templates/xedemo/purchase_order.tex:91 +#: templates/xedemo/request_quotation.html:59 +#: templates/xedemo/request_quotation.html:87 +#: templates/xedemo/request_quotation.tex:56 +#: templates/xedemo/request_quotation.tex:91 +#: templates/xedemo/sales_order.html:55 templates/xedemo/sales_order.html:83 +#: templates/xedemo/sales_order.tex:55 templates/xedemo/sales_order.tex:90 +#: templates/xedemo/sales_quotation.html:52 +#: templates/xedemo/sales_quotation.tex:62 templates/xedemo/work_order.html:55 +#: templates/xedemo/work_order.html:83 templates/xedemo/work_order.tex:65 +msgid "Fax: [_1]" +msgstr "" + +#: templates/demo_with_images/work_order.tex:100 +#: templates/demo/work_order.tex:100 templates/xedemo/work_order.tex:100 +msgid "Fax:[_1]" +msgstr "" + +#: bin/aa.pl:84 bin/gl.pl:80 bin/io.pl:80 LedgerSMB/App_State.pm:238 +msgid "Feb" +msgstr "" + +#: bin/aa.pl:70 bin/gl.pl:66 bin/io.pl:66 LedgerSMB/App_State.pm:238 +#: LedgerSMB/DBObject/Date.pm:61 +msgid "February" +msgstr "" + +#: LedgerSMB/Num2text.pm:77 +msgid "Fifteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:95 +msgid "Fifty" +msgstr "" + +#: UI/file/attachment_screen.html:39 +msgid "File" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:993 +msgid "File Imported" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:47 LedgerSMB/Report/File/Internal.pm:45 +#: LedgerSMB/Report/Listings/Templates.pm:50 +msgid "File Name" +msgstr "" + +#: UI/Contact/divs/files.html:7 +msgid "File Type" +msgstr "" + +#: bin/aa.pl:1084 bin/aa.pl:1104 bin/ic.pl:885 bin/ic.pl:904 bin/ir.pl:1051 +#: bin/ir.pl:1070 bin/is.pl:1145 bin/is.pl:1164 bin/oe.pl:967 bin/oe.pl:986 +#: UI/Contact/divs/files.html:5 UI/journal/journal_entry.html:319 +#: UI/journal/journal_entry.html:337 +msgid "File name" +msgstr "" + +#: bin/aa.pl:1085 bin/aa.pl:1105 bin/ic.pl:886 bin/ic.pl:905 bin/ir.pl:1052 +#: bin/ir.pl:1071 bin/is.pl:1146 bin/is.pl:1165 bin/oe.pl:968 bin/oe.pl:987 +#: UI/journal/journal_entry.html:320 UI/journal/journal_entry.html:338 +msgid "File type" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:174 UI/Contact/divs/files.html:1 +msgid "Files" +msgstr "" + +#: UI/Contact/divs/files.html:30 +msgid "Files attached to Credit Account" +msgstr "" + +#: UI/Contact/divs/files.html:13 +msgid "Files attached to Entity" +msgstr "" + +#: UI/payments/payments_detail.html:117 +msgid "Filtering From:" +msgstr "" + +#: UI/payments/payments_filter.html:14 +msgid "Filtering Payments" +msgstr "" + +#: UI/payments/payments_filter.html:13 +msgid "Filtering Receipts" +msgstr "" + +#: t/data/04-complex_template.html:53 +msgid "First" +msgstr "" + +#: UI/Admin/edit_user.html:93 UI/Admin/user_search.html:21 +#: UI/Contact/divs/employee.html:37 UI/setup/new_user.html:68 +msgid "First Name" +msgstr "" + +#: UI/Reports/balance_sheet.html:96 +msgid "First column only" +msgstr "" + +#: LedgerSMB/Num2text.pm:66 +msgid "Five" +msgstr "" + +#: LedgerSMB/Num2text.pm:101 +msgid "Five Hundred" +msgstr "" + +#: UI/accounts/edit.html:439 +msgid "Fixed Asset" +msgstr "" + +#: UI/accounts/edit.html:433 sql/Pg-database.sql:2930 +msgid "Fixed Assets" +msgstr "" + +#: bin/arap.pl:559 +msgid "For" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:93 +msgid "Foreign Exchange Gain" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:96 +msgid "Foreign Exchange Loss" +msgstr "" + +#: UI/Reports/filters/taxforms.html:28 +msgid "Form" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:48 +msgid "Form Name" +msgstr "" + +#: LedgerSMB/Report/Listings/Templates.pm:54 +msgid "Format" +msgstr "" + +#: LedgerSMB/Num2text.pm:94 +msgid "Forty" +msgstr "" + +#: LedgerSMB/Num2text.pm:65 +msgid "Four" +msgstr "" + +#: LedgerSMB/Num2text.pm:76 +msgid "Fourteen" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:142 +msgid "Fri" +msgstr "" + +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 +#: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 +#: templates/demo_with_images/bin_list.html:28 +#: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 +#: templates/xedemo/bin_list.tex:35 UI/asset/begin_approval.html:23 +#: UI/asset/search_reports.html:25 UI/bp-search.html:27 +#: UI/ca-list-selector.html:31 UI/lib/report_base.html:96 +#: UI/lib/report_base.html:172 UI/pos-receipts.html:16 +#: UI/rc-reconciliation.html:16 UI/Reports/co/filter_bm.html:21 +#: UI/Reports/co/filter_cd.html:39 UI/Reports/filters/contact_search.html:114 +#: UI/Reports/filters/income_statement.html:127 +#: UI/Reports/filters/income_statement.html:203 +#: UI/Reports/filters/purchase_history.html:119 +#: UI/Reports/filters/purchase_history.html:140 +#: UI/rp-search-generate_balance_sheet.html:19 +#: UI/rp-search-generate_income_statement.html:6 +#: UI/rp-search-generate_income_statement.html:59 +#: UI/rp-search-generate_tax_report.html:2 +msgid "From" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:180 +msgid "From Amount" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:132 +#: LedgerSMB/Report/Invoices/Payments.pm:193 +#: LedgerSMB/Report/Reconciliation/Summary.pm:176 +#: LedgerSMB/Report/Taxform/Detail.pm:108 +#: LedgerSMB/Report/Taxform/Summary.pm:106 LedgerSMB/Report/Timecards.pm:159 +msgid "From Date" +msgstr "" + +#: UI/asset/import_asset.html:51 UI/import_csv/import_csv.html:52 +#: UI/import_csv/import_inventory_csv.html:71 +msgid "From File" +msgstr "" + +#: bin/oe.pl:2308 +msgid "From Warehouse" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:215 +msgid "From date" +msgstr "" + +#: UI/asset/begin_report.html:31 UI/Reports/filters/balance_sheet.html:173 +#: UI/Reports/filters/income_statement.html:256 +#: UI/Reports/filters/trial_balance.html:10 +msgid "Full" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 +msgid "Full Permissions" +msgstr "" + +#: LedgerSMB/Report/COA.pm:100 LedgerSMB/Report/GL.pm:157 +#: LedgerSMB/Report/Listings/GIFI.pm:45 LedgerSMB/Report/Listings/GIFI.pm:68 +#: LedgerSMB/Report/Trial_Balance.pm:166 UI/accounts/edit.html:181 +#: UI/am-gifi-form.html:12 UI/lib/report_base.html:73 +#: UI/Reports/filters/balance_sheet.html:12 +#: UI/Reports/filters/balance_sheet.html:29 UI/Reports/filters/gl.html:241 +#: UI/Reports/filters/income_statement.html:50 +#: UI/Reports/filters/income_statement.html:67 +#: UI/rp-search-generate_tax_report.html:76 UI/rp-search.html:37 +#: sql/Pg-database.sql:2858 +msgid "GIFI" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:369 LedgerSMB/Upgrade_Tests.pm:386 +#: LedgerSMB/Upgrade_Tests.pm:404 +msgid "GIFI accounts not in \"gifi\" table" +msgstr "" + +#: bin/am.pl:222 +msgid "GIFI deleted!" +msgstr "" + +#: bin/am.pl:213 +msgid "GIFI missing!" +msgstr "" + +#: bin/am.pl:215 +msgid "GIFI saved!" +msgstr "" + +#: bin/am.pl:879 UI/Reports/filters/unapproved.html:15 +#: UI/setup/complete.html:23 UI/setup/confirm_operation.html:107 +msgid "GL" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:100 +msgid "GL Reference Number" +msgstr "" + +#: UI/accounts/edit.html:466 +msgid "Gain" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:772 +msgid "Gain (Loss)" +msgstr "" + +#: UI/asset/begin_approval.html:46 +msgid "Gain Account" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:74 +msgid "Gapless AR" +msgstr "" + +#: sql/Pg-database.sql:2925 +msgid "General Journal" +msgstr "" + +#: LedgerSMB/Report/GL.pm:195 +msgid "General Ledger Report" +msgstr "" + +#: UI/Reports/filters/gl.html:16 +msgid "General Ledger Reports" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:115 UI/Reports/aging_report.html:99 +#: sql/Pg-database.sql:2784 sql/Pg-database.sql:2822 +msgid "Generate" +msgstr "" + +#: UI/Contact/divs/company.html:146 UI/Contact/divs/person.html:168 +msgid "Generate Control Code" +msgstr "" + +#: bin/oe.pl:2680 +msgid "Generate Orders" +msgstr "" + +#: bin/oe.pl:2585 +msgid "Generate Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:57 +msgid "Generate Purchase Orders from Sales Orders" +msgstr "" + +#: bin/pe.pl:890 bin/pe.pl:1070 bin/pe.pl:1160 +msgid "Generate Sales Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:70 +msgid "Generate Sales Orders from Purchase Orders" +msgstr "" + +#: sql/Pg-database.sql:819 +msgid "Generic Jabber" +msgstr "" + +#: UI/Contact/divs/person.html:85 +msgid "Given Name" +msgstr "" + +#: t/data/04-strings-for-translation.html:8 +msgid "Goods & Services" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:325 sql/Pg-database.sql:2926 +msgid "Goods and Services" +msgstr "" + +#: LedgerSMB/Report/Inventory/History.pm:186 +msgid "Goods and Services History" +msgstr "" + +#: UI/payments/payments_detail.html:434 +msgid "Grand Total" +msgstr "" + +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 +#: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 +msgid "Group" +msgstr "" + +#: bin/pe.pl:284 +msgid "Group Translations" +msgstr "" + +#: UI/io-email.html:81 UI/orders/order.html:297 +msgid "Group by" +msgstr "" + +#: bin/pe.pl:93 +msgid "Group deleted!" +msgstr "" + +#: bin/pe.pl:70 +msgid "Group missing!" +msgstr "" + +#: bin/pe.pl:72 +msgid "Group saved!" +msgstr "" + +#: sql/Pg-database.sql:815 +msgid "Gtalk" +msgstr "" + +#: t/data/04-complex_template.html:25 sql/Pg-database.sql:2921 +msgid "HR" +msgstr "" + +#: sql/Pg-database.sql:2879 +msgid "HTML Templates" +msgstr "" + +#: UI/accounts/edit.html:12 UI/accounts/edit.html:54 UI/accounts/edit.html:162 +#: UI/am-sic-form.html:17 UI/rp-search-generate_balance_sheet.html:76 +#: UI/rp-search-generate_income_statement.html:126 +msgid "Heading" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:155 +#: UI/Reports/filters/income_statement.html:238 +msgid "Hierarchy type" +msgstr "" + +#: t/data/04-complex_template.html:35 +msgid "History" +msgstr "" + +#: sql/Pg-database.sql:820 +msgid "Home Phone" +msgstr "" + +#: sql/Pg-database.sql:548 +msgid "Hot Lead" +msgstr "" + +#: sql/Pg-database.sql:970 +msgid "Hourly" +msgstr "" + +#: templates/demo/timecard.html:60 templates/demo/timecard.tex:31 +#: templates/demo_with_images/timecard.html:60 +#: templates/demo_with_images/timecard.tex:31 templates/xedemo/timecard.html:60 +#: templates/xedemo/timecard.tex:31 +msgid "Hours" +msgstr "" + +#: LedgerSMB/Num2text.pm:100 +msgid "Hundred" +msgstr "" + +#: bin/aa.pl:1692 bin/am.pl:858 LedgerSMB/Report/Assets/Net_Book_Value.pm:67 +#: LedgerSMB/Report/Contact/Purchase.pm:57 LedgerSMB/Report/GL.pm:84 +#: LedgerSMB/Report/Inventory/History.pm:113 +#: LedgerSMB/Report/Inventory/Search.pm:189 +#: LedgerSMB/Report/Invoices/Outstanding.pm:192 +#: LedgerSMB/Report/Invoices/Transactions.pm:255 +#: LedgerSMB/Report/Listings/Asset_Class.pm:64 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:55 LedgerSMB/Report/Orders.pm:209 +#: LedgerSMB/Report/Timecards.pm:109 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:92 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:91 +#: LedgerSMB/Report/Unapproved/Drafts.pm:84 LedgerSMB/Scripts/asset.pm:525 +#: templates/demo/timecard.html:35 templates/demo/timecard.tex:23 +#: templates/demo_with_images/timecard.html:35 +#: templates/demo_with_images/timecard.tex:23 templates/xedemo/timecard.html:35 +#: templates/xedemo/timecard.tex:23 UI/business_units/list_classes.html:10 +#: UI/Reports/filters/gl.html:163 +#: UI/Reports/filters/invoice_outstanding.html:130 +#: UI/Reports/filters/invoice_search.html:223 +#: UI/Reports/filters/orders.html:112 UI/rp-search-generate_tax_report.html:111 +msgid "ID" +msgstr "" + +#: sql/Pg-database.sql:817 +msgid "IRC" +msgstr "" + +#: templates/demo/printPayment.html:87 +#: templates/demo_with_images/printPayment.html:87 +#: templates/xedemo/printPayment.html:87 +msgid "Identification" +msgstr "" + +#: UI/form-dynatable.html:21 +msgid "If you would like to access this report again, please try this URL" +msgstr "" + +#: UI/lib/report_base.html:81 UI/Reports/filters/trial_balance.html:49 +#: UI/rp-search.html:44 +msgid "Ignore Year-ends" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:219 +msgid "Ignore Yearends" +msgstr "" + +#: UI/Reports/filters/income_statement.html:153 +msgid "Ignore year-closing" +msgstr "" + +#: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 +#: UI/Reports/filters/search_goods.html:312 +msgid "Image" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:129 +msgid "Images in Templates" +msgstr "" + +#: UI/Admin/edit_user.html:54 UI/Contact/divs/user.html:52 +#: UI/setup/edit_user.html:57 UI/setup/new_user.html:34 +#: sql/Pg-database.sql:2785 sql/Pg-database.sql:2895 sql/Pg-database.sql:2910 +#: sql/Pg-database.sql:2915 +msgid "Import" +msgstr "" + +#: sql/Pg-database.sql:2788 +msgid "Import AP Batch" +msgstr "" + +#: sql/Pg-database.sql:2787 +msgid "Import AR Batch" +msgstr "" + +#: sql/Pg-database.sql:2902 sql/Pg-database.sql:2906 +msgid "Import Batch" +msgstr "" + +#: sql/Pg-database.sql:2857 +msgid "Import Chart" +msgstr "" + +#: sql/Pg-database.sql:2914 +msgid "Import GIFI" +msgstr "" + +#: sql/Pg-database.sql:2782 +msgid "Import Inventory" +msgstr "" + +#: bin/ir.pl:864 bin/ir.pl:875 +msgid "Import Text" +msgstr "" + +#: UI/Admin/edit_user.html:7 +msgid "Importing User" +msgstr "" + +#: templates/demo/timecard.html:52 templates/demo/timecard.tex:29 +#: templates/demo_with_images/timecard.html:52 +#: templates/demo_with_images/timecard.tex:29 templates/xedemo/timecard.html:52 +#: templates/xedemo/timecard.tex:29 +msgid "In" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:80 +msgid "In Svc" +msgstr "" + +#: bin/io.pl:1459 +msgid "In-line" +msgstr "" + +#: UI/rc-reconciliation.html:110 +msgid "Include Exchange Rate Difference" +msgstr "" + +#: bin/arap.pl:381 +msgid "Include Payment" +msgstr "" + +#: bin/aa.pl:1797 UI/ca-list-selector.html:69 UI/Reports/co/filter_bm.html:67 +#: UI/Reports/co/filter_cd.html:54 UI/Reports/filters/aging.html:71 +#: UI/Reports/filters/gl.html:109 +#: UI/Reports/filters/invoice_outstanding.html:98 +#: UI/Reports/filters/invoice_search.html:191 UI/Reports/filters/orders.html:79 +#: UI/Reports/filters/purchase_history.html:163 +#: UI/Reports/filters/search_goods.html:175 +#: UI/rp-search-generate_balance_sheet.html:70 +#: UI/rp-search-generate_income_statement.html:120 +#: UI/rp-search-generate_tax_report.html:104 +msgid "Include in Report" +msgstr "" + +#: UI/accounts/edit.html:279 +msgid "Include in drop-down menus" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:20 +msgid "Includes Part" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:80 +msgid "Including partnumber" +msgstr "" + +#: bin/ic.pl:525 bin/ic.pl:661 LedgerSMB/Report/Balance_Sheet.pm:203 +#: LedgerSMB/Report/Balance_Sheet.pm:205 LedgerSMB/Report/PNL.pm:191 +#: LedgerSMB/Report/PNL.pm:193 LedgerSMB/Scripts/configuration.pm:87 +#: UI/accounts/edit.html:205 UI/accounts/edit.html:288 +#: UI/accounts/edit.html:370 UI/accounts/edit.html:409 +#: UI/Reports/filters/gl.html:145 +msgid "Income" +msgstr "" + +#: LedgerSMB/Report/Payroll/Income_Types.pm:35 UI/payroll/income.html:35 +msgid "Income Class" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:76 +#: UI/Reports/filters/income_statement.html:1 +#: UI/Reports/filters/income_statement.html:7 UI/Reports/PNL.tex:28 +#: sql/Pg-database.sql:2867 +msgid "Income Statement" +msgstr "" + +#: UI/payroll/income.html:9 +msgid "Income Type" +msgstr "" + +#: LedgerSMB/Report/Payroll/Income_Types.pm:56 +msgid "Income Types" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:77 +msgid "Incoming Files" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:78 +msgid "Incorrect Password" +msgstr "" + +#: bin/ic.pl:1292 +msgid "Individual Items" +msgstr "" + +#: templates/demo/invoice.tex:31 templates/demo_with_images/invoice.tex:31 +#: templates/xedemo/invoice.tex:30 +msgid "" +"Interest on overdue amounts will acrue at the rate of 12% per annum starting " +"from [_1] until paid in full. Items returned are subject to a 10% restocking " +"charge." +msgstr "" + +#: LedgerSMB.pm:753 +msgid "Internal Database Error" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:99 +msgid "Internal Database Error." +msgstr "" + +#: LedgerSMB/Report/File/Internal.pm:75 +msgid "Internal Files" +msgstr "" + +#: bin/aa.pl:856 bin/ir.pl:863 bin/ir.pl:872 bin/is.pl:957 bin/is.pl:965 +#: bin/oe.pl:895 UI/orders/order.html:200 +msgid "Internal Notes" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:101 +msgid "Invalid Reporting Basis" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:343 +msgid "Invalid backup request" +msgstr "" + +#: LedgerSMB.pm:756 +msgid "Invalid date/time entered" +msgstr "" + +#: LedgerSMB/Scripts/import_csv.pm:430 +msgid "Invalid file" +msgstr "" + +#: bin/am.pl:1439 bin/am.pl:1479 +msgid "Invalid redirect" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:332 +msgid "Invalid statement balance. Hint: Try entering a number" +msgstr "" + +#: bin/ic.pl:520 LedgerSMB/Scripts/configuration.pm:84 sql/Pg-database.sql:2948 +msgid "Inventory" +msgstr "" + +#: UI/Reports/filters/inventory_activity.html:6 sql/Pg-database.sql:2786 +msgid "Inventory Activity" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:145 +msgid "Inventory Activity Report" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:68 +msgid "Inventory Adjustment Details" +msgstr "" + +#: UI/inventory/adjustment_entry.html:2 +msgid "Inventory Adjustment Entry" +msgstr "" + +#: UI/inventory/adjustment_setup.html:2 +msgid "Inventory Adjustment Setup" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:68 +msgid "Inventory Adjustments" +msgstr "" + +#: sql/Pg-database.sql:2949 +msgid "Inventory and COGS" +msgstr "" + +#: bin/ic.pl:1826 +msgid "Inventory quantity must be zero before you can set this [_1] obsolete!" +msgstr "" + +#: bin/ic.pl:1833 +msgid "" +"Inventory quantity must be zero before you can set this assembly obsolete!" +msgstr "" + +#: bin/ic.pl:1832 +msgid "Inventory quantity must be zero before you can set this part obsolete!" +msgstr "" + +#: bin/oe.pl:2143 +msgid "Inventory saved!" +msgstr "" + +#: bin/oe.pl:2438 +msgid "Inventory transferred!" +msgstr "" + +#: bin/am.pl:1503 bin/io.pl:1389 bin/io.pl:1588 bin/is.pl:317 bin/is.pl:1517 +#: LedgerSMB/Report/Aging.pm:103 LedgerSMB/Report/Inventory/Search.pm:278 +#: LedgerSMB/Report/Invoices/Outstanding.pm:170 +#: LedgerSMB/Report/Invoices/Transactions.pm:268 +#: LedgerSMB/Scripts/payment.pm:805 templates/demo/invoice.tex:116 +#: templates/demo/printPayment.html:41 +#: templates/demo_with_images/invoice.html:13 +#: templates/demo_with_images/invoice.tex:116 +#: templates/demo_with_images/printPayment.html:41 +#: templates/xedemo/invoice.tex:112 templates/xedemo/printPayment.html:41 +#: UI/rp-search-generate_tax_report.html:119 sql/Pg-database.sql:1070 +#: sql/Pg-database.sql:2851 sql/Pg-database.sql:2950 +msgid "Invoice" +msgstr "" + +#: templates/demo/ap_transaction.html:69 templates/demo/ap_transaction.tex:59 +#: templates/demo/ar_transaction.html:68 templates/demo/ar_transaction.tex:76 +#: templates/demo/check_base.tex:52 templates/demo/invoice.html:106 +#: templates/demo/invoice.tex:123 templates/demo/packing_list.html:78 +#: templates/demo/packing_list.tex:87 templates/demo/pick_list.html:77 +#: templates/demo/pick_list.tex:80 templates/demo/product_receipt.html:102 +#: templates/demo/product_receipt.tex:105 templates/demo/statement.html:60 +#: templates/demo/statement.tex:36 +#: templates/demo_with_images/ap_transaction.html:69 +#: templates/demo_with_images/ap_transaction.tex:59 +#: templates/demo_with_images/ar_transaction.html:68 +#: templates/demo_with_images/ar_transaction.tex:76 +#: templates/demo_with_images/check_base.tex:52 +#: templates/demo_with_images/invoice.html:108 +#: templates/demo_with_images/invoice.tex:123 +#: templates/demo_with_images/packing_list.html:78 +#: templates/demo_with_images/packing_list.tex:87 +#: templates/demo_with_images/pick_list.html:77 +#: templates/demo_with_images/pick_list.tex:80 +#: templates/demo_with_images/product_receipt.html:102 +#: templates/demo_with_images/product_receipt.tex:105 +#: templates/demo_with_images/statement.html:60 +#: templates/demo_with_images/statement.tex:36 +#: templates/xedemo/ap_transaction.html:69 +#: templates/xedemo/ap_transaction.tex:59 +#: templates/xedemo/ar_transaction.html:68 +#: templates/xedemo/ar_transaction.tex:76 templates/xedemo/check_base.tex:52 +#: templates/xedemo/invoice.html:106 templates/xedemo/invoice.tex:118 +#: templates/xedemo/packing_list.html:78 templates/xedemo/packing_list.tex:87 +#: templates/xedemo/pick_list.html:77 templates/xedemo/pick_list.tex:80 +#: templates/xedemo/product_receipt.html:102 +#: templates/xedemo/product_receipt.tex:105 templates/xedemo/statement.html:60 +#: templates/xedemo/statement.tex:36 +msgid "Invoice #" +msgstr "" + +#: bin/aa.pl:686 bin/aa.pl:1728 bin/ir.pl:579 bin/is.pl:625 +msgid "Invoice Created" +msgstr "" + +#: bin/aa.pl:1393 +msgid "Invoice Created Date missing!" +msgstr "" + +#: bin/aa.pl:690 bin/aa.pl:1702 bin/ir.pl:583 bin/is.pl:629 +#: LedgerSMB/Report/Invoices/COGS.pm:94 LedgerSMB/Report/Invoices/COGS.pm:99 +#: templates/demo/product_receipt.html:103 UI/orders/order.html:90 +#: UI/Reports/filters/invoice_outstanding.html:157 +#: UI/Reports/filters/invoice_search.html:250 +msgid "Invoice Date" +msgstr "" + +#: bin/aa.pl:1391 bin/io.pl:1714 bin/ir.pl:1450 bin/is.pl:1478 +msgid "Invoice Date missing!" +msgstr "" + +#: templates/demo/receipt.tex:63 templates/demo_with_images/receipt.tex:63 +#: templates/xedemo/receipt.tex:63 +msgid "Invoice No." +msgstr "" + +#: bin/aa.pl:677 bin/aa.pl:1581 bin/aa.pl:1695 bin/ir.pl:569 bin/is.pl:616 +#: LedgerSMB/Report/Contact/History.pm:68 +#: LedgerSMB/Report/Contact/Purchase.pm:65 LedgerSMB/Report/Invoices/COGS.pm:88 +#: LedgerSMB/Report/PNL/Invoice.pm:87 LedgerSMB/Report/Taxform/Detail.pm:86 +#: UI/asset/edit_asset.html:195 UI/asset/search_asset.html:174 +#: UI/orders/order.html:78 UI/payments/payments_detail.html:309 +#: UI/payments/use_overpayment2.html:143 +#: UI/Reports/filters/invoice_outstanding.html:136 +#: UI/Reports/filters/invoice_search.html:87 +#: UI/Reports/filters/invoice_search.html:229 +msgid "Invoice Number" +msgstr "" + +#: bin/io.pl:1713 +msgid "Invoice Number missing!" +msgstr "" + +#: LedgerSMB/Report/PNL/Invoice.pm:76 +msgid "Invoice Profit/Loss" +msgstr "" + +#: UI/Reports/filters/invoice_outstanding.html:76 +#: UI/Reports/filters/invoice_search.html:169 +msgid "Invoice Status" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:94 LedgerSMB/Report/Taxform/Summary.pm:91 +msgid "Invoice Sum" +msgstr "" + +#: UI/payments/payments_detail.html:216 +msgid "Invoice Total" +msgstr "" + +#: sql/Pg-database.sql:2798 sql/Pg-database.sql:2801 +msgid "Invoice Vouchers" +msgstr "" + +#: UI/payments/use_overpayment2.html:145 +msgid "Invoice date" +msgstr "" + +#: UI/payments/use_overpayment2.html:146 +msgid "Invoice due" +msgstr "" + +#: LedgerSMB/DBObject/Asset.pm:289 +msgid "Invoice not found" +msgstr "" + +#: UI/Reports/filters/purchase_history.html:173 +msgid "Invoices" +msgstr "" + +#: bin/ic.pl:1266 bin/io.pl:226 templates/demo/bin_list.html:146 +#: templates/demo/bin_list.tex:105 templates/demo/invoice.html:134 +#: templates/demo/invoice.tex:138 templates/demo/packing_list.html:118 +#: templates/demo/packing_list.tex:113 templates/demo/pick_list.html:110 +#: templates/demo/pick_list.tex:99 templates/demo/product_receipt.html:124 +#: templates/demo/purchase_order.html:126 +#: templates/demo/request_quotation.html:139 +#: templates/demo/sales_order.html:128 templates/demo/sales_order.tex:118 +#: templates/demo/sales_quotation.html:97 +#: templates/demo_with_images/bin_list.html:146 +#: templates/demo_with_images/bin_list.tex:105 +#: templates/demo_with_images/invoice.html:136 +#: templates/demo_with_images/invoice.tex:138 +#: templates/demo_with_images/packing_list.html:118 +#: templates/demo_with_images/packing_list.tex:113 +#: templates/demo_with_images/pick_list.html:110 +#: templates/demo_with_images/pick_list.tex:99 +#: templates/demo_with_images/product_receipt.html:124 +#: templates/demo_with_images/purchase_order.html:126 +#: templates/demo_with_images/request_quotation.html:139 +#: templates/demo_with_images/sales_order.html:128 +#: templates/demo_with_images/sales_order.tex:118 +#: templates/demo_with_images/sales_quotation.html:97 +#: templates/demo_with_images/work_order.html:128 +#: templates/demo_with_images/work_order.tex:124 +#: templates/demo/work_order.html:128 templates/demo/work_order.tex:124 +#: templates/xedemo/bin_list.html:146 templates/xedemo/bin_list.tex:105 +#: templates/xedemo/invoice.html:134 templates/xedemo/invoice.tex:133 +#: templates/xedemo/packing_list.html:118 templates/xedemo/packing_list.tex:113 +#: templates/xedemo/pick_list.html:110 templates/xedemo/pick_list.tex:99 +#: templates/xedemo/product_receipt.html:126 +#: templates/xedemo/purchase_order.html:126 +#: templates/xedemo/request_quotation.html:139 +#: templates/xedemo/sales_order.html:128 templates/xedemo/sales_order.tex:118 +#: templates/xedemo/sales_quotation.html:97 +#: templates/xedemo/work_order.html:128 templates/xedemo/work_order.tex:124 +#: UI/io-email.html:96 UI/payments/payment2.html:233 +msgid "Item" +msgstr "" + +#: bin/ic.pl:2012 +msgid "Item deleted!" +msgstr "" + +#: bin/io.pl:857 +msgid "Item not on file!" +msgstr "" + +#: UI/Reports/filters/search_goods.html:123 +msgid "Items Found In" +msgstr "" + +#: templates/demo/packing_list.tex:21 +#: templates/demo_with_images/packing_list.tex:21 +#: templates/xedemo/packing_list.tex:21 +msgid "Items returned are subject to a 10% restocking charge." +msgstr "" + +#: templates/demo/invoice.html:285 templates/demo/packing_list.html:176 +#: templates/demo_with_images/invoice.html:288 +#: templates/demo_with_images/packing_list.html:176 +#: templates/xedemo/invoice.html:286 templates/xedemo/packing_list.html:176 +msgid "" +"Items returned are subject to a 10% restocking charge. A return authorization " +"must be obtained from [_1] before goods are returned. Returns must be shipped " +"prepaid and properly insured. [_1] will not be responsible for damages during " +"transit." +msgstr "" + +#: bin/aa.pl:83 bin/gl.pl:79 bin/io.pl:79 LedgerSMB/App_State.pm:237 +msgid "Jan" +msgstr "" + +#: bin/aa.pl:69 bin/gl.pl:65 bin/io.pl:65 LedgerSMB/App_State.pm:237 +#: LedgerSMB/DBObject/Date.pm:60 +msgid "January" +msgstr "" + +#: UI/payments/check_job.html:26 +msgid "Job Failed" +msgstr "" + +#: UI/Contact/divs/employee.html:70 +msgid "Job Title" +msgstr "" + +#: t/data/04-complex_template.html:78 +msgid "Job Title:" +msgstr "" + +#: templates/demo/timecard.html:81 templates/demo/timecard.tex:37 +#: templates/demo_with_images/timecard.html:81 +#: templates/demo_with_images/timecard.tex:37 templates/xedemo/timecard.html:81 +#: templates/xedemo/timecard.tex:37 +msgid "Job/Project #" +msgstr "" + +#: sql/Pg-database.sql:1072 sql/Pg-database.sql:2833 +msgid "Journal Entry" +msgstr "" + +#: UI/setup/complete.html:24 UI/setup/confirm_operation.html:108 +msgid "Journal Lines" +msgstr "" + +#: bin/aa.pl:89 bin/gl.pl:85 bin/io.pl:85 LedgerSMB/App_State.pm:245 +msgid "Jul" +msgstr "" + +#: bin/aa.pl:75 bin/gl.pl:71 bin/io.pl:71 LedgerSMB/App_State.pm:245 +#: LedgerSMB/DBObject/Date.pm:66 +msgid "July" +msgstr "" + +#: bin/aa.pl:88 bin/gl.pl:84 bin/io.pl:84 LedgerSMB/App_State.pm:244 +msgid "Jun" +msgstr "" + +#: bin/aa.pl:74 bin/gl.pl:70 bin/io.pl:70 LedgerSMB/App_State.pm:244 +#: LedgerSMB/DBObject/Date.pm:65 t/data/04-strings-for-translation.html:6 +msgid "June" +msgstr "" + +#: UI/Reports/balance_sheet.html:95 +msgid "Key Ratios" +msgstr "" + +#: sql/Pg-database.sql:2878 +msgid "LaTeX Templates" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:67 +#: LedgerSMB/Report/Listings/Asset_Class.pm:91 +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:38 +#: LedgerSMB/Report/Payroll/Income_Types.pm:38 +#: UI/business_units/list_classes.html:11 +msgid "Label" +msgstr "" + +#: UI/asset/edit_class.html:18 UI/asset/search_class.html:13 +msgid "Label:" +msgstr "" + +#: bin/ic.pl:698 +msgid "Labor/Overhead" +msgstr "" + +#: templates/demo/timecard.html:89 templates/demo/timecard.tex:39 +#: templates/demo_with_images/timecard.html:89 +#: templates/demo_with_images/timecard.tex:39 templates/xedemo/timecard.html:89 +#: templates/xedemo/timecard.tex:39 +msgid "Labor/Service Code" +msgstr "" + +#: bin/ir.pl:389 bin/pe.pl:399 bin/pe.pl:577 LedgerSMB/Report/Aging.pm:96 +#: LedgerSMB/Report/Listings/Language.pm:68 +#: LedgerSMB/Report/Listings/Templates.pm:67 UI/Contact/divs/credit.html:251 +#: UI/Reports/filters/balance_sheet.html:207 +#: UI/Reports/filters/income_statement.html:290 UI/users/preferences.html:76 +#: sql/Pg-database.sql:2881 +msgid "Language" +msgstr "" + +#: bin/am.pl:550 +msgid "Language deleted!" +msgstr "" + +#: bin/am.pl:510 +msgid "Language saved!" +msgstr "" + +#: bin/pe.pl:500 +msgid "Languages not defined!" +msgstr "" + +#: t/data/04-complex_template.html:67 +msgid "Last" +msgstr "" + +#: bin/ic.pl:458 bin/ic.pl:640 LedgerSMB/Report/Inventory/Search.pm:233 +#: UI/Contact/pricelist.csv:17 UI/Contact/pricelist.html:32 +#: UI/Contact/pricelist.tex:25 UI/Reports/filters/search_goods.html:254 +msgid "Last Cost" +msgstr "" + +#: UI/Admin/edit_user.html:104 UI/Admin/user_search.html:31 +#: UI/Contact/divs/employee.html:58 +msgid "Last Name" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:149 +msgid "Last Updated" +msgstr "" + +#: UI/setup/new_user.html:78 +msgid "Last name" +msgstr "" + +#: bin/oe.pl:2581 sql/Pg-database.sql:546 +msgid "Lead" +msgstr "" + +#: UI/Contact/pricelist.csv:23 UI/Contact/pricelist.html:38 +#: UI/Contact/pricelist.tex:33 +msgid "Lead Time" +msgstr "" + +#: bin/ic.pl:1039 +msgid "Leadtime" +msgstr "" + +#: UI/menu/expanding.html:5 +msgid "LedgerSMB Accounting Menu" +msgstr "" + +#: UI/setup/complete.html:17 UI/setup/confirm_operation.html:101 +msgid "LedgerSMB Database Statistics" +msgstr "" + +#: UI/login.html:29 UI/menu/expanding.html:45 +msgid "LedgerSMB [_1]" +msgstr "" + +#: UI/reconciliation/report.html:48 +msgid "Less Outstanding Checks:" +msgstr "" + +#: sql/Pg-database.sql:2963 sql/Pg-database.sql:2978 +msgid "Letterhead" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:228 LedgerSMB/Report/Balance_Sheet.pm:230 +#: LedgerSMB/Report/PNL.pm:205 LedgerSMB/Report/PNL.pm:207 +msgid "Liabilities" +msgstr "" + +#: UI/accounts/edit.html:202 UI/Reports/filters/gl.html:133 +msgid "Liability" +msgstr "" + +#: UI/Contact/divs/company.html:132 +msgid "License Number" +msgstr "" + +#: UI/asset/search_class.html:31 +msgid "Lifetime Measured In" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:171 +msgid "Line Item COGS Report" +msgstr "" + +#: UI/Reports/filters/search_goods.html:269 +msgid "Line Total" +msgstr "" + +#: bin/ic.pl:772 +msgid "Link Accounts" +msgstr "" + +#: bin/ic.pl:1280 +msgid "List" +msgstr "" + +#: sql/Pg-database.sql:2846 +msgid "List Businesses" +msgstr "" + +#: sql/Pg-database.sql:2892 +msgid "List Classes" +msgstr "" + +#: sql/Pg-database.sql:2913 +msgid "List GIFI" +msgstr "" + +#: sql/Pg-database.sql:2848 +msgid "List Languages" +msgstr "" + +#: UI/Reports/filters/overpayments.html:5 +msgid "List Overpayments" +msgstr "" + +#: bin/ic.pl:441 LedgerSMB/Report/Inventory/Search.pm:223 +#: UI/Reports/filters/search_goods.html:238 +msgid "List Price" +msgstr "" + +#: sql/Pg-database.sql:2850 +msgid "List SIC" +msgstr "" + +#: sql/Pg-database.sql:2886 +msgid "List Tax Forms" +msgstr "" + +#: UI/ca-list-selector.html:96 +msgid "List Transactions" +msgstr "" + +#: UI/business_units/list_classes.html:108 +msgid "List Units" +msgstr "" + +#: UI/setup/confirm_operation.html:60 +msgid "List Users" +msgstr "" + +#: sql/Pg-database.sql:2844 +msgid "List Warehouse" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Type.pm:73 +msgid "List of Business Types" +msgstr "" + +#: UI/setup/confirm_operation.html:70 UI/setup/template_info.html:26 +msgid "Load Templates" +msgstr "" + +#: UI/asset/edit_asset.html:134 UI/asset/search_asset.html:125 +#: UI/payments/payment2.html:38 UI/payments/use_overpayment2.html:34 +msgid "Location" +msgstr "" + +#: t/data/04-complex_template.html:368 UI/Contact/divs/address.html:2 +msgid "Locations" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:71 +msgid "Lock Item Description" +msgstr "" + +#: UI/payments/payments_detail.html:399 +msgid "Locked by [_1]" +msgstr "" + +#: UI/setup/confirm_operation.html:10 +msgid "Logged in as" +msgstr "" + +#: UI/menu/expanding.html:47 +msgid "Logged in as [_1]" +msgstr "" + +#: UI/menu/expanding.html:46 +msgid "Logged into [_1]" +msgstr "" + +#: UI/logout.html:26 +msgid "Logged out due to inactivity" +msgstr "" + +#: UI/login.html:72 +msgid "Logging in. Please wait." +msgstr "" + +#: old-handler.pl:193 UI/login.html:69 UI/setup/credentials.html:54 +msgid "Login" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:790 +msgid "Login?" +msgstr "" + +#: sql/Pg-database.sql:2931 +msgid "Logout" +msgstr "" + +#: UI/logout.html:28 +msgid "Logout Successful" +msgstr "" + +#: UI/accounts/edit.html:475 +msgid "Loss" +msgstr "" + +#: UI/asset/begin_approval.html:56 +msgid "Loss Account" +msgstr "" + +#: sql/Pg-database.sql:816 +msgid "MSN" +msgstr "" + +#: sql/Pg-database.sql:678 +msgid "Mailing" +msgstr "" + +#: bin/ic.pl:992 LedgerSMB/Report/Inventory/Search.pm:250 +#: UI/Reports/filters/search_goods.html:47 +#: UI/Reports/filters/search_goods.html:334 +msgid "Make" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:244 +msgid "Make employee numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:277 +msgid "Make invoice numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:262 +msgid "Make non-obsolete partnumbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:356 +msgid "Make sure all meta numbers are unique." +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:226 +msgid "" +"Make sure every name consists of alphanumeric characters (and underscores) " +"only and is at least one character long" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 +msgid "Manage Users" +msgstr "" + +#: bin/aa.pl:1571 LedgerSMB/Report/Invoices/Outstanding.pm:267 +#: LedgerSMB/Report/Invoices/Transactions.pm:301 LedgerSMB/Report/Orders.pm:267 +#: UI/Contact/divs/employee.html:94 UI/Contact/divs/employee.html:129 +#: UI/Reports/filters/invoice_outstanding.html:183 +#: UI/Reports/filters/invoice_search.html:276 +msgid "Manager" +msgstr "" + +#: t/data/04-complex_template.html:98 +msgid "Manager:" +msgstr "" + +#: bin/ir.pl:716 bin/is.pl:517 bin/is.pl:813 +msgid "Manual" +msgstr "" + +#: bin/aa.pl:85 bin/gl.pl:81 bin/io.pl:81 LedgerSMB/App_State.pm:239 +msgid "Mar" +msgstr "" + +#: bin/aa.pl:71 bin/gl.pl:67 bin/io.pl:67 LedgerSMB/App_State.pm:239 +#: LedgerSMB/DBObject/Date.pm:62 +msgid "March" +msgstr "" + +#: bin/ic.pl:464 bin/ic.pl:646 LedgerSMB/Report/Inventory/Search.pm:242 +#: UI/Reports/filters/search_goods.html:276 +msgid "Markup" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:125 +msgid "Max Invoices per Check Stub" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:123 +msgid "Max per dropdown" +msgstr "" + +#: bin/aa.pl:87 bin/gl.pl:83 bin/io.pl:83 LedgerSMB/App_State.pm:243 +#: LedgerSMB/DBObject/Date.pm:64 +msgid "May" +msgstr "" + +#: bin/aa.pl:73 bin/gl.pl:69 bin/io.pl:69 +msgid "May " +msgstr "" + +#: bin/aa.pl:889 bin/ir.pl:754 bin/ir.pl:930 bin/is.pl:855 bin/is.pl:1018 +#: LedgerSMB/Report/GL.pm:127 LedgerSMB/Scripts/payment.pm:152 +#: LedgerSMB/Scripts/payment.pm:811 templates/demo/ap_transaction.html:195 +#: templates/demo_with_images/ap_transaction.html:195 +#: templates/xedemo/ap_transaction.html:195 UI/journal/journal_entry.html:119 +#: UI/orders/order.html:248 UI/payments/payment2.html:237 +#: UI/Reports/filters/gl.html:68 UI/Reports/filters/gl.html:214 +msgid "Memo" +msgstr "" + +#: bin/io.pl:1924 UI/io-email.html:34 UI/rp-email.html:33 +msgid "Message" +msgstr "" + +#: bin/arap.pl:806 +msgid "Message: " +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:84 +#: UI/rp-search-generate_balance_sheet.html:58 +#: UI/rp-search-generate_income_statement.html:108 +#: UI/rp-search-generate_tax_report.html:86 +msgid "Method" +msgstr "" + +#: UI/asset/edit_asset.html:100 +msgid "Method Default" +msgstr "" + +#: bin/ic.pl:503 LedgerSMB/Report/Inventory/Search.pm:266 +#: UI/Reports/filters/search_goods.html:73 +#: UI/Reports/filters/search_goods.html:326 +msgid "Microfiche" +msgstr "" + +#: t/data/04-complex_template.html:60 +msgid "Middle" +msgstr "" + +#: UI/Contact/divs/employee.html:47 UI/Contact/divs/person.html:97 +msgid "Middle Name" +msgstr "" + +#: LedgerSMB/Num2text.pm:105 +msgid "Million" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:53 LedgerSMB/Report/File/Internal.pm:51 +msgid "Mime Type" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:132 +msgid "Min Empty Lines" +msgstr "" + +#: UI/am-taxes.html:13 +msgid "Min Taxable" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:115 +msgid "Misc Settings" +msgstr "" + +#: UI/reconciliation/report.html:134 +msgid "Mismatched Transactions (From Upload)" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:104 sql/Pg-database.sql:739 +msgid "Miss." +msgstr "" + +#: bin/ic.pl:993 LedgerSMB/Report/Inventory/Search.pm:254 +#: UI/Reports/filters/search_goods.html:55 +#: UI/Reports/filters/search_goods.html:341 +msgid "Model" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:126 +msgid "Mon" +msgstr "" + +#: bin/aa.pl:1661 bin/am.pl:824 bin/pe.pl:841 LedgerSMB/DBObject/Date.pm:82 +#: UI/bp-search.html:44 UI/lib/report_base.html:143 UI/lib/report_base.html:224 +#: UI/pos-receipts.html:39 UI/rc-reconciliation.html:47 +#: UI/Reports/co/filter_bm.html:58 +#: UI/rp-search-generate_income_statement.html:40 +#: UI/rp-search-generate_tax_report.html:36 +msgid "Month" +msgstr "" + +#: bin/arap.pl:533 +msgid "Month(s)" +msgstr "" + +#: bin/am.pl:825 +msgid "Months" +msgstr "" + +#: LedgerSMB.pm:769 +msgid "More information has been reported in the error logs" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:105 sql/Pg-database.sql:740 +msgid "Mr." +msgstr "" + +#: LedgerSMB/Entity/Person.pm:106 sql/Pg-database.sql:741 +msgid "Mrs." +msgstr "" + +#: LedgerSMB/Entity/Person.pm:107 sql/Pg-database.sql:742 +msgid "Ms." +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:64 +msgid "Multiple dates" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:224 +msgid "Must have cash account in batch" +msgstr "" + +#: LedgerSMB/Entity/Contact.pm:165 +msgid "Must have credit or entity id" +msgstr "" + +#: bin/arap.pl:169 LedgerSMB/Report/Contact/History.pm:56 +#: LedgerSMB/Report/Contact/History.pm:138 +#: LedgerSMB/Report/Contact/Purchase.pm:60 +#: LedgerSMB/Report/Contact/Purchase.pm:141 +#: LedgerSMB/Report/Contact/Search.pm:59 LedgerSMB/Report/Contact/Search.pm:98 +#: LedgerSMB/Report/Orders.pm:230 LedgerSMB/Report/PNL/ECA.pm:90 +#: LedgerSMB/Report/PNL/Invoice.pm:85 UI/Contact/divs/company.html:72 +#: UI/payments/payments_detail.html:215 +#: UI/Reports/filters/contact_search.html:31 +#: UI/Reports/filters/overpayments.html:32 UI/Reports/filters/payments.html:54 +msgid "Name" +msgstr "" + +#: t/data/04-complex_template.html:50 t/data/04-complex_template.html:160 +#: UI/Contact/divs/employee.html:34 +msgid "Name:" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:134 sql/Pg-database.sql:2897 +msgid "Net Book Value" +msgstr "" + +#: UI/payments/payments_detail.html:314 +msgid "Net Due" +msgstr "" + +#: bin/aa.pl:520 bin/aa.pl:1015 bin/gl.pl:292 bin/ir.pl:436 bin/ir.pl:636 +#: bin/is.pl:428 bin/is.pl:697 bin/oe.pl:581 +msgid "New" +msgstr "" + +#: UI/asset/begin_report.html:6 +msgid "New Asset Report" +msgstr "" + +#: UI/asset/begin_approval.html:6 +msgid "New Asset Report Search" +msgstr "" + +#: UI/reconciliation/upload.html:6 +msgid "New Reconciliation Report" +msgstr "" + +#: UI/Admin/edit_user.html:13 UI/Contact/divs/user.html:12 +#: UI/setup/edit_user.html:17 +msgid "New User" +msgstr "" + +#: sql/Pg-database.sql:2932 +msgid "New Window" +msgstr "" + +#: bin/am.pl:861 UI/inventory/adjustment_entry.html:85 +#: UI/setup/select_coa.html:48 +msgid "Next" +msgstr "" + +#: bin/arap.pl:390 +msgid "Next Date" +msgstr "" + +#: bin/am.pl:932 +msgid "Next Number" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:98 LedgerSMB/Scripts/configuration.pm:297 +msgid "Next in Sequence" +msgstr "" + +#: LedgerSMB/Num2text.pm:70 +msgid "Nine" +msgstr "" + +#: LedgerSMB/Num2text.pm:103 +msgid "Nine Hundred" +msgstr "" + +#: LedgerSMB/Num2text.pm:81 +msgid "Nineteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:99 +msgid "Ninety" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:101 UI/am-audit-control.html:15 +#: UI/am-audit-control.html:26 UI/ca-list-selector.html:41 +#: UI/Configuration/settings.html:33 +msgid "No" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:609 +msgid "No AR or AP Account Selected" +msgstr "" + +#: LedgerSMB/DBObject/TransTemplate.pm:34 +msgid "No Account id for [_1]" +msgstr "" + +#: LedgerSMB/Report/File.pm:49 +msgid "No File Class Specified" +msgstr "" + +#: LedgerSMB/DBObject/Draft.pm:57 LedgerSMB/DBObject/Draft.pm:75 +msgid "No ID Set" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:291 +msgid "No NULL Amounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:208 +msgid "No Null employeenumber" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:1187 +msgid "No changes" +msgstr "" + +#: bin/aa.pl:210 bin/ir.pl:172 bin/is.pl:159 +msgid "No currencies defined. Please set these up under System/Defaults." +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:351 +msgid "No duplicate meta_numbers" +msgstr "" + +#: LedgerSMB/Scripts/file.pm:117 +msgid "No file uploaded" +msgstr "" + +#: UI/templates/edit.html:5 UI/templates/preview.html:44 +msgid "No language" +msgstr "" + +#: bin/pe.pl:872 +msgid "No open Projects!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1293 +msgid "No overpayment account selected. Was one set up?" +msgstr "" + +#: LedgerSMB/Report/File.pm:36 +msgid "No ref key set and no override provided" +msgstr "" + +#: LedgerSMB/Scripts/reports.pm:93 +msgid "No report specified" +msgstr "" + +#: LedgerSMB/Scripts/taxform.pm:139 +msgid "No tax form selected" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:328 +msgid "No unassigned amounts in Transactions" +msgstr "" + +#: lsmb-request.pl:85 +msgid "No workflow script specified" +msgstr "" + +#: bin/aa.pl:1690 UI/Reports/filters/invoice_outstanding.html:124 +#: UI/Reports/filters/invoice_search.html:217 +#: UI/Reports/filters/orders.html:106 UI/Reports/filters/search_goods.html:184 +msgid "No." +msgstr "" + +#: UI/timecards/timecard.html:110 +msgid "Non-Chargeable" +msgstr "" + +#: sql/Pg-database.sql:972 +msgid "Non-cash" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:713 +msgid "Non-existing customer pricegroups in partscustomer" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:731 +msgid "Non-existing vendor pricegroups in partsvendor" +msgstr "" + +#: UI/accounts/edit.html:403 +msgid "Non-tracking Items" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:636 LedgerSMB/Upgrade_Tests.pm:658 +msgid "Non-unique invoice numbers" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:66 +msgid "Nontaxable" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:7 +msgid "Normal" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:61 +msgid "Not Approved" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:82 +msgid "Not Submitted" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:185 +#: UI/Reports/filters/income_statement.html:268 +msgid "Not set up for hierarchy reporting, please see linked instructions" +msgstr "" + +#: UI/Contact/divs/notes.html:41 UI/Contact/divs/notes.html:50 +msgid "Note Class" +msgstr "" + +#: bin/aa.pl:855 bin/aa.pl:1601 bin/aa.pl:1734 bin/ic.pl:777 bin/ir.pl:860 +#: bin/is.pl:952 bin/oe.pl:894 LedgerSMB/Report/Contact/Purchase.pm:109 +#: LedgerSMB/Report/Inventory/Search.pm:270 +#: LedgerSMB/Report/Invoices/Outstanding.pm:255 +#: LedgerSMB/Report/Invoices/Transactions.pm:292 +#: LedgerSMB/Scripts/contact.pm:173 t/data/04-complex_template.html:33 +#: t/data/04-complex_template.html:626 templates/demo/printPayment.html:124 +#: templates/demo/product_receipt.html:217 +#: templates/demo/purchase_order.html:219 +#: templates/demo/request_quotation.html:175 +#: templates/demo/sales_order.html:205 templates/demo/sales_quotation.html:173 +#: templates/demo_with_images/printPayment.html:124 +#: templates/demo_with_images/product_receipt.html:217 +#: templates/demo_with_images/purchase_order.html:219 +#: templates/demo_with_images/request_quotation.html:175 +#: templates/demo_with_images/sales_order.html:205 +#: templates/demo_with_images/sales_quotation.html:173 +#: templates/xedemo/printPayment.html:124 +#: templates/xedemo/product_receipt.html:219 +#: templates/xedemo/purchase_order.html:219 +#: templates/xedemo/request_quotation.html:175 +#: templates/xedemo/sales_order.html:205 +#: templates/xedemo/sales_quotation.html:173 UI/Contact/divs/notes.html:1 +#: UI/Contact/divs/notes.html:2 UI/Contact/divs/notes.html:54 +#: UI/journal/journal_entry.html:78 UI/orders/order.html:199 +#: UI/payments/payment2.html:51 UI/payments/use_overpayment2.html:72 +#: UI/Reports/filters/contact_search.html:73 UI/Reports/filters/gl.html:85 +#: UI/Reports/filters/invoice_outstanding.html:246 +#: UI/Reports/filters/invoice_search.html:148 +#: UI/Reports/filters/invoice_search.html:337 +#: UI/Reports/filters/search_goods.html:305 UI/timecards/timecard.html:132 +msgid "Notes" +msgstr "" + +#: t/data/04-complex_template.html:639 +msgid "Notes:
" +msgstr "" + +#: bin/oe.pl:2140 +msgid "Nothing entered!" +msgstr "" + +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 +msgid "Nothing selected!" +msgstr "" + +#: bin/oe.pl:2167 +msgid "Nothing to transfer!" +msgstr "" + +#: bin/aa.pl:93 bin/gl.pl:89 bin/io.pl:89 LedgerSMB/App_State.pm:249 +msgid "Nov" +msgstr "" + +#: bin/aa.pl:79 bin/gl.pl:75 bin/io.pl:75 LedgerSMB/App_State.pm:249 +#: LedgerSMB/DBObject/Date.pm:70 +msgid "November" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:597 LedgerSMB/Upgrade_Tests.pm:616 +msgid "Null employee numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:693 +msgid "Null make numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:676 +msgid "Null model numbers" +msgstr "" + +#: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 +#: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 +#: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 +#: templates/demo/product_receipt.tex:117 +#: templates/demo/purchase_order.html:127 templates/demo/purchase_order.tex:117 +#: templates/demo/request_quotation.html:140 +#: templates/demo/request_quotation.tex:122 templates/demo/sales_order.html:129 +#: templates/demo/sales_quotation.html:71 +#: templates/demo/sales_quotation.html:98 templates/demo/sales_quotation.tex:87 +#: templates/demo_with_images/bin_list.html:147 +#: templates/demo_with_images/invoice.html:137 +#: templates/demo_with_images/invoice.tex:139 +#: templates/demo_with_images/packing_list.html:119 +#: templates/demo_with_images/pick_list.html:111 +#: templates/demo_with_images/product_receipt.html:125 +#: templates/demo_with_images/product_receipt.tex:117 +#: templates/demo_with_images/purchase_order.html:127 +#: templates/demo_with_images/purchase_order.tex:117 +#: templates/demo_with_images/request_quotation.html:140 +#: templates/demo_with_images/request_quotation.tex:122 +#: templates/demo_with_images/sales_order.html:129 +#: templates/demo_with_images/sales_quotation.html:71 +#: templates/demo_with_images/sales_quotation.html:98 +#: templates/demo_with_images/sales_quotation.tex:87 +#: templates/demo_with_images/work_order.html:129 +#: templates/demo/work_order.html:129 templates/xedemo/bin_list.html:147 +#: templates/xedemo/invoice.html:135 templates/xedemo/invoice.tex:134 +#: templates/xedemo/packing_list.html:119 templates/xedemo/pick_list.html:111 +#: templates/xedemo/product_receipt.html:127 +#: templates/xedemo/product_receipt.tex:117 +#: templates/xedemo/purchase_order.html:127 +#: templates/xedemo/purchase_order.tex:117 +#: templates/xedemo/request_quotation.html:140 +#: templates/xedemo/request_quotation.tex:122 +#: templates/xedemo/sales_order.html:129 +#: templates/xedemo/sales_quotation.html:71 +#: templates/xedemo/sales_quotation.html:98 +#: templates/xedemo/sales_quotation.tex:88 templates/xedemo/work_order.html:129 +#: UI/am-taxes.html:14 UI/Contact/divs/credit.html:20 UI/io-email.html:99 +msgid "Number" +msgstr "" + +#: UI/users/preferences.html:66 +msgid "Number Format" +msgstr "" + +#: bin/io.pl:1195 +msgid "Number missing in Row [_1]" +msgstr "" + +#: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 +#: UI/Reports/display_report.html:81 +msgid "ODS" +msgstr "" + +#: bin/io.pl:245 +msgid "OH" +msgstr "" + +#: UI/payments/payment2.html:230 +msgid "OVERPAYMENT / ADVANCED PAYMENT / PREPAYMENT" +msgstr "" + +#: bin/ic.pl:716 LedgerSMB/Scripts/budgets.pm:124 UI/accounts/edit.html:134 +#: UI/Reports/filters/search_goods.html:109 +msgid "Obsolete" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:96 +msgid "Obsolete By" +msgstr "" + +#: bin/aa.pl:92 bin/gl.pl:88 bin/io.pl:88 LedgerSMB/App_State.pm:248 +msgid "Oct" +msgstr "" + +#: bin/aa.pl:78 bin/gl.pl:74 bin/io.pl:74 LedgerSMB/App_State.pm:248 +#: LedgerSMB/DBObject/Date.pm:69 +msgid "October" +msgstr "" + +#: bin/aa.pl:988 bin/ir.pl:606 bin/is.pl:666 bin/is.pl:938 +msgid "Off Hold" +msgstr "" + +#: UI/users/preferences.html:31 +msgid "Old Password" +msgstr "" + +#: bin/ic.pl:475 bin/ic.pl:689 LedgerSMB/Report/Inventory/History.pm:126 +#: LedgerSMB/Report/Inventory/Search.pm:202 +#: LedgerSMB/Report/Invoices/COGS.pm:110 UI/inventory/adjustment_entry.html:30 +#: UI/Reports/filters/search_goods.html:97 +msgid "On Hand" +msgstr "" + +#: bin/aa.pl:990 bin/aa.pl:1788 bin/ir.pl:608 bin/is.pl:668 bin/is.pl:940 +#: UI/Reports/filters/invoice_outstanding.html:91 +#: UI/Reports/filters/invoice_search.html:184 +msgid "On Hold" +msgstr "" + +#: UI/Reports/filters/search_goods.html:208 +msgid "On hand" +msgstr "" + +#: LedgerSMB/Num2text.pm:61 +msgid "One" +msgstr "" + +#: LedgerSMB/Num2text.pm:62 +msgid "One-o" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:44 +msgid "Onhand amount" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:50 +msgid "Onhand delta" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:65 +msgid "Only Timeout Locks" +msgstr "" + +#: UI/Reports/filters/contact_search.html:67 +msgid "Only Users" +msgstr "" + +#: UI/Reports/filters/contact_search.html:70 +msgid "Only for Employees" +msgstr "" + +#: bin/aa.pl:1609 bin/oe.pl:371 UI/Reports/filters/invoice_search.html:203 +#: UI/Reports/filters/orders.html:91 +#: UI/Reports/filters/purchase_history.html:200 +#: UI/Reports/filters/timecards.html:29 +msgid "Open" +msgstr "" + +#: UI/logout.html:15 +msgid "" +"Opera detected. To complete this logout, please close your browser window or " +"clear private/authentication information" +msgstr "" + +#: UI/accounts/edit.html:216 +msgid "Options" +msgstr "" + +#: UI/file/attachment_screen.html:35 +msgid "Or" +msgstr "" + +#: UI/create_batch.html:51 +msgid "Or Add To Batch" +msgstr "" + +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 +#: LedgerSMB/Report/Invoices/Outstanding.pm:201 +msgid "Order" +msgstr "" + +#: templates/demo/ap_transaction.html:88 templates/demo/ap_transaction.tex:66 +#: templates/demo/ar_transaction.html:87 templates/demo/ar_transaction.tex:83 +#: templates/demo/bin_list.html:108 templates/demo/invoice.html:109 +#: templates/demo/packing_list.html:79 templates/demo/pick_list.html:78 +#: templates/demo/purchase_order.html:102 templates/demo/purchase_order.tex:105 +#: templates/demo/sales_order.html:102 templates/demo/sales_order.tex:105 +#: templates/demo_with_images/ap_transaction.html:88 +#: templates/demo_with_images/ap_transaction.tex:66 +#: templates/demo_with_images/ar_transaction.html:87 +#: templates/demo_with_images/ar_transaction.tex:83 +#: templates/demo_with_images/bin_list.html:108 +#: templates/demo_with_images/invoice.html:111 +#: templates/demo_with_images/packing_list.html:79 +#: templates/demo_with_images/pick_list.html:78 +#: templates/demo_with_images/purchase_order.html:102 +#: templates/demo_with_images/purchase_order.tex:105 +#: templates/demo_with_images/sales_order.html:102 +#: templates/demo_with_images/sales_order.tex:105 +#: templates/demo_with_images/work_order.html:102 +#: templates/demo/work_order.html:102 templates/xedemo/ap_transaction.html:88 +#: templates/xedemo/ap_transaction.tex:66 +#: templates/xedemo/ar_transaction.html:87 +#: templates/xedemo/ar_transaction.tex:83 templates/xedemo/bin_list.html:108 +#: templates/xedemo/invoice.html:109 templates/xedemo/packing_list.html:79 +#: templates/xedemo/pick_list.html:78 templates/xedemo/purchase_order.html:102 +#: templates/xedemo/purchase_order.tex:105 +#: templates/xedemo/sales_order.html:102 templates/xedemo/sales_order.tex:105 +#: templates/xedemo/work_order.html:102 +msgid "Order #" +msgstr "" + +#: UI/reconciliation/report.html:251 +msgid "Order By" +msgstr "" + +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 +#: templates/demo/sales_order.html:103 +#: templates/demo_with_images/purchase_order.html:103 +#: templates/demo_with_images/sales_order.html:103 +#: templates/demo_with_images/work_order.html:103 +#: templates/demo/work_order.html:103 templates/xedemo/purchase_order.html:103 +#: templates/xedemo/sales_order.html:103 templates/xedemo/work_order.html:103 +msgid "Order Date" +msgstr "" + +#: bin/io.pl:1718 bin/oe.pl:1300 bin/oe.pl:1475 +msgid "Order Date missing!" +msgstr "" + +#: sql/Pg-database.sql:2922 +msgid "Order Entry" +msgstr "" + +#: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 +#: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 +#: UI/Reports/filters/invoice_search.html:97 +#: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 +#: UI/Reports/filters/orders.html:119 +msgid "Order Number" +msgstr "" + +#: bin/io.pl:1717 bin/oe.pl:1474 +msgid "Order Number missing!" +msgstr "" + +#: bin/oe.pl:1452 +msgid "Order deleted!" +msgstr "" + +#: bin/oe.pl:2708 +msgid "Order generation failed!" +msgstr "" + +#: templates/demo/statement.html:61 +#: templates/demo_with_images/statement.html:61 +#: templates/xedemo/statement.html:61 +msgid "Order#" +msgstr "" + +#: LedgerSMB/Report/Inventory/History.pm:138 +msgid "Order/Invoice" +msgstr "" + +#: UI/am-taxes.html:16 UI/business_units/list_classes.html:13 +msgid "Ordering" +msgstr "" + +#: UI/Reports/filters/purchase_history.html:181 UI/setup/complete.html:25 +#: UI/setup/confirm_operation.html:109 +msgid "Orders" +msgstr "" + +#: bin/pe.pl:1348 +msgid "Orders generated!" +msgstr "" + +#: UI/setup/confirm_operation.html:29 +msgid "Other Actions" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:223 +msgid "Our Balance" +msgstr "" + +#: UI/reconciliation/report.html:81 UI/reconciliation/report.html:144 +#: UI/reconciliation/report.html:203 +msgid "Our Credits" +msgstr "" + +#: UI/reconciliation/report.html:80 UI/reconciliation/report.html:143 +#: UI/reconciliation/report.html:202 +msgid "Our Debits" +msgstr "" + +#: templates/demo/timecard.html:56 templates/demo/timecard.tex:30 +#: templates/demo_with_images/timecard.html:56 +#: templates/demo_with_images/timecard.tex:30 templates/xedemo/timecard.html:56 +#: templates/xedemo/timecard.tex:30 +msgid "Out" +msgstr "" + +#: bin/gl.pl:744 +msgid "Out of balance transaction!" +msgstr "" + +#: UI/rc-reconciliation.html:71 sql/Pg-database.sql:2935 +#: sql/Pg-database.sql:2936 +msgid "Outstanding" +msgstr "" + +#: UI/reconciliation/report.html:195 +msgid "Outstanding Transactions" +msgstr "" + +#: UI/rc-display-form.html:79 +msgid "Over" +msgstr "" + +#: UI/Reports/filters/aging.html:89 +msgid "Overdue" +msgstr "" + +#: UI/accounts/edit.html:308 UI/accounts/edit.html:349 +msgid "Overpayment" +msgstr "" + +#: UI/payments/use_overpayment2.html:147 +msgid "Overpayment Account" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:78 +msgid "Overpayments" +msgstr "" + +#: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 +#: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 +#: UI/Reports/PNL.html:96 +msgid "PDF" +msgstr "" + +#: templates/demo/ap_transaction.html:82 templates/demo/ap_transaction.tex:63 +#: templates/demo/ar_transaction.html:81 +#: templates/demo_with_images/ap_transaction.html:82 +#: templates/demo_with_images/ap_transaction.tex:63 +#: templates/demo_with_images/ar_transaction.html:81 +#: templates/xedemo/ap_transaction.html:82 +#: templates/xedemo/ap_transaction.tex:63 +#: templates/xedemo/ar_transaction.html:81 +msgid "PO #" +msgstr "" + +#: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 +#: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 +#: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 +#: UI/Reports/filters/invoice_search.html:107 +#: UI/Reports/filters/invoice_search.html:242 UI/Reports/filters/orders.html:48 +#: UI/Reports/filters/orders.html:132 +msgid "PO Number" +msgstr "" + +#: UI/payments/use_overpayment2.html:270 +msgid "POST" +msgstr "" + +#: UI/payments/payment2.html:345 UI/payments/use_overpayment2.html:276 +msgid "POST AND PRINT" +msgstr "" + +#: bin/am.pl:1506 bin/io.pl:1417 bin/io.pl:1435 bin/io.pl:1607 bin/is.pl:319 +#: bin/is.pl:1099 bin/oe.pl:309 bin/oe.pl:328 +#: templates/demo/packing_list.html:4 templates/demo/packing_list.html:18 +#: templates/demo/packing_list.tex:81 +#: templates/demo_with_images/packing_list.html:4 +#: templates/demo_with_images/packing_list.html:18 +#: templates/demo_with_images/packing_list.tex:81 +#: templates/xedemo/packing_list.html:4 templates/xedemo/packing_list.html:18 +#: templates/xedemo/packing_list.tex:81 sql/Pg-database.sql:2953 +#: sql/Pg-database.sql:2966 +msgid "Packing List" +msgstr "" + +#: bin/io.pl:1716 +msgid "Packing List Date missing!" +msgstr "" + +#: bin/io.pl:1715 +msgid "Packing List Number missing!" +msgstr "" + +#: bin/aa.pl:1726 LedgerSMB/Report/Contact/Purchase.pm:92 +#: LedgerSMB/Report/Invoices/Outstanding.pm:233 +#: LedgerSMB/Report/Invoices/Transactions.pm:280 +#: LedgerSMB/Report/Listings/Overpayments.pm:140 +#: LedgerSMB/Scripts/payment.pm:808 templates/demo/invoice.html:185 +#: templates/demo/invoice.tex:175 templates/demo_with_images/invoice.html:188 +#: templates/demo_with_images/invoice.tex:174 templates/xedemo/invoice.html:186 +#: templates/xedemo/invoice.tex:169 UI/payments/payments_detail.html:312 +#: UI/Reports/filters/invoice_outstanding.html:226 +#: UI/Reports/filters/invoice_search.html:317 +msgid "Paid" +msgstr "" + +#: bin/pe.pl:133 UI/business_units/edit.html:41 +msgid "Parent" +msgstr "" + +#: bin/io.pl:871 LedgerSMB/Report/Invoices/COGS.pm:105 +msgid "Part" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:161 +msgid "Part Description" +msgstr "" + +#: UI/Reports/filters/search_goods.html:29 +#: UI/Reports/filters/search_goods.html:231 +msgid "Part Group" +msgstr "" + +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 +#: LedgerSMB/Report/Contact/History.pm:79 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:87 +#: LedgerSMB/Report/Inventory/History.pm:118 +#: LedgerSMB/Report/Inventory/Search.pm:194 +#: LedgerSMB/Report/Invoices/COGS.pm:159 LedgerSMB/Report/PNL/Product.pm:81 +#: LedgerSMB/Scripts/configuration.pm:109 UI/Reports/filters/cogs_lines.html:9 +#: UI/Reports/filters/inventory_activity.html:11 +#: UI/Reports/filters/purchase_history.html:241 +#: UI/Reports/filters/search_goods.html:9 +#: UI/Reports/filters/search_goods.html:192 +msgid "Part Number" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:867 +msgid "Part not found" +msgstr "" + +#: UI/asset/begin_report.html:42 +msgid "Partial" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:689 +msgid "Partial Disposal Report [_1] on date [_2]" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:76 +#: LedgerSMB/Report/Inventory/Activity.pm:130 LedgerSMB/Report/Timecards.pm:114 +#: LedgerSMB/Report/Timecards.pm:163 UI/Contact/pricelist.csv:7 +#: UI/Contact/pricelist.html:22 UI/Contact/pricelist.tex:12 +#: UI/inventory/adjustment_entry.html:27 +#: UI/Reports/filters/invoice_search.html:117 +#: UI/Reports/filters/timecards.html:10 UI/timecards/timecard.html:33 +#: UI/timecards/timecard-week.html:89 +msgid "Partnumber" +msgstr "" + +#: LedgerSMB/Report/Inventory/Partsgroups.pm:63 +#: UI/Reports/filters/search_partsgroups.html:12 +msgid "Parts Group" +msgstr "" + +#: LedgerSMB/Report/Inventory/Partsgroups.pm:73 +msgid "Parts Groups" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:274 sql/Pg-database.sql:2835 +msgid "Partsgroup" +msgstr "" + +#: UI/Admin/edit_user.html:46 UI/Contact/divs/user.html:44 +#: UI/get_password.html:41 UI/login.html:53 UI/setup/credentials.html:33 +#: UI/setup/edit_user.html:49 UI/setup/new_user.html:30 +#: UI/users/preferences.html:39 +msgid "Password" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:61 +msgid "Password Duration" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:152 +msgid "Password required" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:81 +msgid "Passwords must match." +msgstr "" + +#: UI/payments/payments_detail.html:193 UI/payments/payments_filter.html:139 +msgid "Pay From" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:147 UI/Contact/divs/credit.html:89 +#: UI/payments/payments_filter.html:140 +msgid "Pay To" +msgstr "" + +#: templates/demo/printPayment.html:95 +#: templates/demo_with_images/printPayment.html:95 +#: templates/xedemo/printPayment.html:95 +msgid "Pay in behalf of" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:108 +msgid "Payable" +msgstr "" + +#: UI/accounts/edit.html:325 +msgid "Payables" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1063 t/data/04-complex_template.html:282 +#: UI/accounts/edit.html:298 UI/accounts/edit.html:340 +#: UI/Contact/divs/credit.html:192 UI/payments/payments_detail.html:217 +#: sql/Pg-database.sql:2806 +msgid "Payment" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:118 +msgid "Payment Amount" +msgstr "" + +#: templates/demo/printPayment.html:32 +#: templates/demo_with_images/printPayment.html:32 +#: templates/xedemo/printPayment.html:32 +msgid "Payment Order Number [_1]" +msgstr "" + +#: UI/payments/payments_filter.html:136 +msgid "Payment Processing" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:207 +msgid "Payment Results" +msgstr "" + +#: UI/Reports/filters/payments.html:79 +msgid "Payment Reversal Information" +msgstr "" + +#: UI/Contact/divs/credit.html:144 +msgid "Payment Terms" +msgstr "" + +#: UI/payments/payments_detail.html:183 +msgid "Payment Type :" +msgstr "" + +#: UI/payments/payments_filter.html:161 +msgid "Payment Type:" +msgstr "" + +#: bin/aa.pl:1416 bin/ir.pl:1475 bin/is.pl:1503 +msgid "Payment date missing!" +msgstr "" + +#: templates/demo/invoice.tex:30 templates/demo_with_images/invoice.tex:30 +#: templates/xedemo/invoice.tex:29 +msgid "Payment due NET [_1] Days from date of Invoice." +msgstr "" + +#: templates/demo/invoice.html:284 templates/demo_with_images/invoice.html:287 +#: templates/xedemo/invoice.html:285 +msgid "Payment due by [_1]." +msgstr "" + +#: bin/aa.pl:869 bin/ir.pl:914 bin/is.pl:1002 +#: templates/demo/ap_transaction.html:179 templates/demo/ap_transaction.tex:109 +#: templates/demo/ar_transaction.html:178 templates/demo/ar_transaction.tex:126 +#: templates/demo/invoice.html:236 templates/demo/invoice.tex:207 +#: templates/demo_with_images/ap_transaction.html:179 +#: templates/demo_with_images/ap_transaction.tex:109 +#: templates/demo_with_images/ar_transaction.html:178 +#: templates/demo_with_images/ar_transaction.tex:126 +#: templates/demo_with_images/invoice.html:239 +#: templates/demo_with_images/invoice.tex:206 +#: templates/xedemo/ap_transaction.html:179 +#: templates/xedemo/ap_transaction.tex:109 +#: templates/xedemo/ar_transaction.html:178 +#: templates/xedemo/ar_transaction.tex:126 templates/xedemo/invoice.html:237 +#: templates/xedemo/invoice.tex:202 UI/orders/order.html:243 +#: UI/payments/payment1.html:20 UI/payments/payments_detail.html:14 +#: sql/Pg-database.sql:2810 sql/Pg-database.sql:2873 +msgid "Payments" +msgstr "" + +#: bin/is.pl:780 +msgid "Payments associated with voided invoice may need to be reversed." +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:395 +msgid "Percent" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:696 +msgid "Percent Disposed" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:699 +msgid "Percent Remaining" +msgstr "" + +#: bin/aa.pl:1654 bin/pe.pl:834 UI/bp-search.html:34 +#: UI/ca-list-selector.html:57 UI/lib/report_base.html:114 +#: UI/lib/report_base.html:193 UI/pos-receipts.html:34 +#: UI/rc-reconciliation.html:32 UI/rp-search-generate_income_statement.html:25 +#: UI/rp-search-generate_income_statement.html:85 +#: UI/rp-search-generate_tax_report.html:21 +msgid "Period" +msgstr "" + +#: UI/Reports/filters/income_statement.html:83 +msgid "Period selection" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:78 +#: UI/Reports/filters/income_statement.html:116 +msgid "Periods" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:165 UI/Contact/divs/person.html:1 +msgid "Person" +msgstr "" + +#: UI/Contact/divs/person.html:143 +msgid "Personal ID" +msgstr "" + +#: UI/Reports/filters/contact_search.html:50 +msgid "Phone" +msgstr "" + +#: sql/Pg-database.sql:677 +msgid "Physical" +msgstr "" + +#: bin/am.pl:1507 bin/io.pl:1413 bin/io.pl:1431 bin/io.pl:1630 bin/is.pl:318 +#: bin/oe.pl:308 bin/oe.pl:327 templates/demo/pick_list.html:4 +#: templates/demo/pick_list.html:18 templates/demo/pick_list.tex:74 +#: templates/demo_with_images/pick_list.html:4 +#: templates/demo_with_images/pick_list.html:18 +#: templates/demo_with_images/pick_list.tex:74 +#: templates/xedemo/pick_list.html:4 templates/xedemo/pick_list.html:18 +#: templates/xedemo/pick_list.tex:74 sql/Pg-database.sql:2954 +#: sql/Pg-database.sql:2967 +msgid "Pick List" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:717 +msgid "" +"Please fix the pricegroup data in your partscustomer table (no UI available)" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:642 +msgid "Please make all AR invoice numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:177 LedgerSMB/Upgrade_Tests.pm:566 +msgid "Please make all customer numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:621 +msgid "Please make all employee numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:196 LedgerSMB/Upgrade_Tests.pm:585 +msgid "Please make all vendor numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:601 +msgid "Please make sure all employees have an employee number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:698 +msgid "Please make sure all make numbers are non-empty" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:680 +msgid "Please make sure all modelsnumbers are non-empty" +msgstr "" + +#: templates/demo/request_quotation.html:128 +#: templates/demo/request_quotation.tex:117 +#: templates/demo_with_images/request_quotation.html:128 +#: templates/demo_with_images/request_quotation.tex:117 +#: templates/xedemo/request_quotation.html:128 +#: templates/xedemo/request_quotation.tex:117 +msgid "Please provide price and delivery time for the following items:" +msgstr "" + +#: UI/payments/use_overpayment1.html:18 +msgid "Please select a customer with unused overpayments" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:93 +msgid "Please select a valid heading" +msgstr "" + +#: UI/payments/use_overpayment1.html:16 +msgid "Please select a vendor with unused overpayments" +msgstr "" + +#: LedgerSMB/Scripts/timecard.pm:148 +msgid "Please submit a start/end time or a qty" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:373 +msgid "Please use the 1.2 UI to add the GIFI accounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:408 +msgid "Please use the 1.3/1.4 UI to add the GIFI accounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:390 +msgid "Please use the SQL-Ledger UI to add the GIFI accounts" +msgstr "" + +#: bin/aa.pl:978 bin/aa.pl:1003 bin/aa.pl:1023 bin/gl.pl:280 bin/gl.pl:322 +#: bin/ir.pl:621 bin/ir.pl:655 bin/ir.pl:1030 bin/is.pl:681 bin/is.pl:719 +#: bin/is.pl:1122 LedgerSMB/Report/Unapproved/Batch_Overview.pm:246 +#: UI/payments/payment2.html:339 +msgid "Post" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:211 +msgid "Post Batch" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:222 UI/create_batch.html:68 +msgid "Post Date" +msgstr "" + +#: UI/accounts/yearend.html:9 UI/accounts/yearend.html:12 +#: UI/accounts/yearend.html:69 +msgid "Post Yearend" +msgstr "" + +#: bin/aa.pl:981 bin/ir.pl:623 bin/ir.pl:1031 bin/is.pl:1125 +msgid "Post as new" +msgstr "" + +#: UI/reconciliation/report.html:78 UI/reconciliation/report.html:141 +#: UI/reconciliation/report.html:200 +msgid "Posted Date" +msgstr "" + +#: UI/payments/payments_detail.html:102 +msgid "Posting Date:" +msgstr "" + +#: bin/am.pl:1398 +msgid "Posting GL Transaction [_1]" +msgstr "" + +#: bin/am.pl:1238 +msgid "Posting Sales Invoice [_1]" +msgstr "" + +#: bin/am.pl:1260 bin/am.pl:1269 +msgid "Posting Transaction [_1]" +msgstr "" + +#: bin/am.pl:1248 +msgid "Posting Vendor Invoice [_1]" +msgstr "" + +#: bin/am.pl:1086 bin/arapprn.pl:488 bin/io.pl:1489 +msgid "Postscript" +msgstr "" + +#: sql/Pg-database.sql:2933 +msgid "Preferences" +msgstr "" + +#: UI/users/preferences.html:19 +msgid "Preferences Saved" +msgstr "" + +#: UI/users/preferences.html:17 +msgid "Preferences for [_1]" +msgstr "" + +#: UI/Configuration/sequence.html:14 +msgid "Prefix" +msgstr "" + +#: bin/io.pl:238 bin/io.pl:569 templates/demo/invoice.tex:144 +#: templates/demo/product_receipt.html:129 +#: templates/demo/purchase_order.html:131 templates/demo/sales_order.html:133 +#: templates/demo/sales_quotation.html:102 +#: templates/demo/sales_quotation.tex:89 +#: templates/demo_with_images/invoice.tex:144 +#: templates/demo_with_images/product_receipt.html:129 +#: templates/demo_with_images/purchase_order.html:131 +#: templates/demo_with_images/sales_order.html:133 +#: templates/demo_with_images/sales_quotation.html:102 +#: templates/demo_with_images/sales_quotation.tex:89 +#: templates/xedemo/invoice.tex:139 templates/xedemo/product_receipt.html:131 +#: templates/xedemo/purchase_order.html:131 +#: templates/xedemo/sales_order.html:133 +#: templates/xedemo/sales_quotation.html:102 +#: templates/xedemo/sales_quotation.tex:90 +msgid "Price" +msgstr "" + +#: LedgerSMB/Report/Inventory/Pricegroups.pm:48 +#: LedgerSMB/Report/Inventory/Pricegroups.pm:63 +#: UI/Reports/filters/search_pricegroups.html:12 +msgid "Price Group" +msgstr "" + +#: LedgerSMB/Report/Inventory/Pricegroups.pm:73 +msgid "Price Groups" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:246 +#: UI/Reports/filters/search_goods.html:224 +msgid "Price Updated" +msgstr "" + +#: bin/ic.pl:1112 bin/pe.pl:221 UI/Contact/divs/credit.html:226 +msgid "Pricegroup" +msgstr "" + +#: bin/pe.pl:97 +msgid "Pricegroup deleted!" +msgstr "" + +#: bin/pe.pl:76 +msgid "Pricegroup missing!" +msgstr "" + +#: bin/pe.pl:78 +msgid "Pricegroup saved!" +msgstr "" + +#: t/data/04-complex_template.html:361 UI/Contact/divs/credit.html:354 +#: UI/Contact/pricelist.html:16 +msgid "Pricelist" +msgstr "" + +#: UI/Contact/pricelist.tex:65 +msgid "Pricelist for [_1]" +msgstr "" + +#: sql/Pg-database.sql:810 +msgid "Primary Phone" +msgstr "" + +#: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 +#: LedgerSMB/Report/Taxform/Detail.pm:129 +#: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 +#: UI/timecards/timecard.html:155 +msgid "Print" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:237 +msgid "Print Batch" +msgstr "" + +#: bin/oe.pl:730 bin/oe.pl:944 +msgid "Print and Save" +msgstr "" + +#: bin/oe.pl:737 bin/oe.pl:947 +msgid "Print and Save as new" +msgstr "" + +#: bin/arapprn.pl:511 bin/io.pl:1511 +msgid "Printed" +msgstr "" + +#: UI/users/preferences.html:98 +msgid "Printer" +msgstr "" + +#: bin/am.pl:1435 +msgid "Printing" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:635 +msgid "Prior Dep." +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:634 +msgid "Prior Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:393 LedgerSMB/Scripts/asset.pm:770 +msgid "Proceeds" +msgstr "" + +#: bin/am.pl:1009 UI/am-list-recurring.html:62 +msgid "Process Transactions" +msgstr "" + +#: bin/ir.pl:1008 templates/demo/product_receipt.html:4 +#: templates/demo/product_receipt.html:18 +#: templates/demo/product_receipt.tex:100 +#: templates/demo_with_images/product_receipt.html:4 +#: templates/demo_with_images/product_receipt.html:18 +#: templates/demo_with_images/product_receipt.tex:100 +#: templates/xedemo/product_receipt.html:4 +#: templates/xedemo/product_receipt.tex:100 sql/Pg-database.sql:2979 +#: sql/Pg-database.sql:2980 +msgid "Product Receipt" +msgstr "" + +#: UI/am-department-form.html:36 +msgid "Profit Center" +msgstr "" + +#: UI/Contact/divs/credit.html:359 +msgid "Profit and Loss" +msgstr "" + +#: bin/aa.pl:1079 bin/ic.pl:956 bin/ir.pl:1046 bin/is.pl:1140 +msgid "Profit/Loss" +msgstr "" + +#: LedgerSMB/Report/PNL/Product.pm:71 +msgid "Proft/Loss on Inventory Sales" +msgstr "" + +#: bin/io.pl:262 bin/pe.pl:910 UI/io-email.html:83 +#: UI/journal/journal_entry.html:121 UI/payments/payments_filter.html:41 +#: UI/rp-search-generate_income_statement.html:2 +msgid "Project" +msgstr "" + +#: bin/pe.pl:289 +msgid "Project Description Translations" +msgstr "" + +#: bin/pe.pl:294 bin/pe.pl:1060 UI/Reports/filters/purchase_history.html:321 +msgid "Project Number" +msgstr "" + +#: bin/aa.pl:1706 +msgid "Project Numbers" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:101 +msgid "Project/Department Number" +msgstr "" + +#: UI/payments/payment2.html:61 +msgid "Projects" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:89 LedgerSMB/Report/Listings/Asset.pm:121 +#: LedgerSMB/Scripts/asset.pm:391 +msgid "Purchase Date" +msgstr "" + +#: UI/asset/edit_asset.html:71 UI/asset/search_asset.html:65 +msgid "Purchase Date:" +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:129 +#: UI/Reports/filters/purchase_history.html:12 +msgid "Purchase History" +msgstr "" + +#: bin/am.pl:1305 bin/am.pl:1510 bin/io.pl:1422 bin/io.pl:1641 bin/ir.pl:627 +#: bin/ir.pl:1033 bin/oe.pl:320 bin/oe.pl:753 bin/oe.pl:955 bin/oe.pl:1338 +#: t/data/04-complex_template.html:343 templates/demo/purchase_order.html:4 +#: templates/demo/purchase_order.html:18 templates/demo/purchase_order.tex:100 +#: templates/demo_with_images/purchase_order.html:4 +#: templates/demo_with_images/purchase_order.html:18 +#: templates/demo_with_images/purchase_order.tex:100 +#: templates/xedemo/product_receipt.html:18 +#: templates/xedemo/purchase_order.html:4 +#: templates/xedemo/purchase_order.html:18 +#: templates/xedemo/purchase_order.tex:100 UI/Contact/divs/credit.html:342 +#: sql/Pg-database.sql:1939 sql/Pg-database.sql:2816 sql/Pg-database.sql:2957 +#: sql/Pg-database.sql:2970 +msgid "Purchase Order" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:107 +msgid "Purchase Order Number" +msgstr "" + +#: bin/am.pl:881 LedgerSMB/Report/Orders.pm:190 LedgerSMB/Report/Orders.pm:290 +#: UI/Reports/filters/search_goods.html:162 sql/Pg-database.sql:2819 +#: sql/Pg-database.sql:2821 sql/Pg-database.sql:2824 +msgid "Purchase Orders" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:92 LedgerSMB/Report/Listings/Asset.pm:123 +#: LedgerSMB/Scripts/asset.pm:392 +msgid "Purchase Value" +msgstr "" + +#: UI/asset/edit_asset.html:81 UI/asset/search_asset.html:75 +msgid "Purchase Value:" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:98 +msgid "Purchased" +msgstr "" + +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: LedgerSMB/Report/Inventory/History.pm:155 +#: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 +#: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 +#: templates/demo/invoice.tex:142 templates/demo/packing_list.html:123 +#: templates/demo/packing_list.tex:116 templates/demo/pick_list.html:113 +#: templates/demo/pick_list.tex:101 templates/demo/product_receipt.html:127 +#: templates/demo/product_receipt.tex:118 +#: templates/demo/purchase_order.html:129 templates/demo/purchase_order.tex:118 +#: templates/demo/request_quotation.html:142 +#: templates/demo/request_quotation.tex:123 templates/demo/sales_order.html:131 +#: templates/demo/sales_quotation.html:100 +#: templates/demo/sales_quotation.tex:88 +#: templates/demo_with_images/bin_list.html:151 +#: templates/demo_with_images/bin_list.tex:108 +#: templates/demo_with_images/invoice.html:140 +#: templates/demo_with_images/invoice.tex:142 +#: templates/demo_with_images/packing_list.html:123 +#: templates/demo_with_images/packing_list.tex:116 +#: templates/demo_with_images/pick_list.html:113 +#: templates/demo_with_images/pick_list.tex:101 +#: templates/demo_with_images/product_receipt.html:127 +#: templates/demo_with_images/product_receipt.tex:118 +#: templates/demo_with_images/purchase_order.html:129 +#: templates/demo_with_images/purchase_order.tex:118 +#: templates/demo_with_images/request_quotation.html:142 +#: templates/demo_with_images/request_quotation.tex:123 +#: templates/demo_with_images/sales_order.html:131 +#: templates/demo_with_images/sales_quotation.html:100 +#: templates/demo_with_images/sales_quotation.tex:88 +#: templates/demo_with_images/work_order.html:131 +#: templates/demo/work_order.html:131 templates/xedemo/bin_list.html:151 +#: templates/xedemo/bin_list.tex:108 templates/xedemo/invoice.html:138 +#: templates/xedemo/invoice.tex:137 templates/xedemo/packing_list.html:123 +#: templates/xedemo/packing_list.tex:116 templates/xedemo/pick_list.html:113 +#: templates/xedemo/pick_list.tex:101 templates/xedemo/product_receipt.html:129 +#: templates/xedemo/product_receipt.tex:118 +#: templates/xedemo/purchase_order.html:129 +#: templates/xedemo/purchase_order.tex:118 +#: templates/xedemo/request_quotation.html:142 +#: templates/xedemo/request_quotation.tex:123 +#: templates/xedemo/sales_order.html:131 +#: templates/xedemo/sales_quotation.html:100 +#: templates/xedemo/sales_quotation.tex:89 templates/xedemo/work_order.html:131 +#: UI/Reports/filters/purchase_history.html:281 +#: UI/timecards/timecard-week.html:98 +msgid "Qty" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:115 +msgid "Quantity" +msgstr "" + +#: bin/ic.pl:2242 +msgid "Quantity exceeds available units to stock!" +msgstr "" + +#: bin/aa.pl:1663 bin/pe.pl:843 LedgerSMB/DBObject/Date.pm:88 +#: UI/bp-search.html:47 UI/lib/report_base.html:148 UI/lib/report_base.html:231 +#: UI/pos-receipts.html:40 UI/rc-reconciliation.html:53 +#: UI/Reports/co/filter_bm.html:63 +#: UI/rp-search-generate_income_statement.html:46 +#: UI/rp-search-generate_tax_report.html:42 +msgid "Quarter" +msgstr "" + +#: bin/io.pl:1395 bin/io.pl:1655 bin/io.pl:1662 bin/oe.pl:286 bin/oe.pl:744 +#: bin/oe.pl:952 bin/oe.pl:1349 LedgerSMB/Report/Inventory/Search.pm:286 +#: LedgerSMB/Report/Orders.pm:251 templates/demo/sales_quotation.html:4 +#: templates/demo/sales_quotation.html:17 templates/demo/sales_quotation.tex:69 +#: templates/demo_with_images/sales_quotation.html:4 +#: templates/demo_with_images/sales_quotation.html:17 +#: templates/demo_with_images/sales_quotation.tex:69 +#: templates/xedemo/sales_quotation.html:4 +#: templates/xedemo/sales_quotation.html:17 +#: templates/xedemo/sales_quotation.tex:70 sql/Pg-database.sql:1940 +#: sql/Pg-database.sql:2828 sql/Pg-database.sql:2960 sql/Pg-database.sql:2975 +msgid "Quotation" +msgstr "" + +#: templates/demo/sales_quotation.tex:75 +#: templates/demo_with_images/sales_quotation.tex:75 +#: templates/xedemo/sales_quotation.tex:76 +msgid "Quotation #" +msgstr "" + +#: bin/oe.pl:553 +msgid "Quotation Date" +msgstr "" + +#: bin/io.pl:1720 bin/oe.pl:1303 bin/oe.pl:1481 +msgid "Quotation Date missing!" +msgstr "" + +#: bin/oe.pl:530 +msgid "Quotation Number" +msgstr "" + +#: bin/io.pl:1719 bin/oe.pl:1480 +msgid "Quotation Number missing!" +msgstr "" + +#: bin/oe.pl:1456 +msgid "Quotation deleted!" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:193 LedgerSMB/Report/Orders.pm:292 +#: UI/Reports/filters/purchase_history.html:189 +#: UI/Reports/filters/search_goods.html:146 sql/Pg-database.sql:2831 +#: sql/Pg-database.sql:2924 +msgid "Quotations" +msgstr "" + +#: bin/io.pl:1400 bin/oe.pl:295 bin/oe.pl:755 bin/oe.pl:953 +#: t/data/04-complex_template.html:352 UI/Contact/divs/credit.html:351 +#: sql/Pg-database.sql:1941 sql/Pg-database.sql:2829 sql/Pg-database.sql:2961 +#: sql/Pg-database.sql:2976 +msgid "RFQ" +msgstr "" + +#: templates/demo/request_quotation.html:103 +#: templates/demo/request_quotation.tex:106 +#: templates/demo_with_images/request_quotation.html:103 +#: templates/demo_with_images/request_quotation.tex:106 +#: templates/xedemo/request_quotation.html:103 +#: templates/xedemo/request_quotation.tex:106 +msgid "RFQ #" +msgstr "" + +#: bin/oe.pl:541 LedgerSMB/Scripts/configuration.pm:108 +msgid "RFQ Number" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:196 LedgerSMB/Report/Orders.pm:294 +#: UI/Reports/filters/search_goods.html:169 sql/Pg-database.sql:2832 +msgid "RFQs" +msgstr "" + +#: bin/ic.pl:484 bin/ic.pl:2127 LedgerSMB/Report/Inventory/Search.pm:210 +#: UI/Reports/filters/search_goods.html:290 +msgid "ROP" +msgstr "" + +#: bin/ir.pl:751 bin/is.pl:852 templates/demo/timecard.html:101 +#: templates/demo/timecard.tex:44 templates/demo_with_images/timecard.html:101 +#: templates/demo_with_images/timecard.tex:44 +#: templates/xedemo/timecard.html:101 templates/xedemo/timecard.tex:44 +msgid "Rate" +msgstr "" + +#: UI/am-taxes.html:12 +msgid "Rate (%)" +msgstr "" + +#: UI/accounts/yearend.html:125 +msgid "Re-Open As Of" +msgstr "" + +#: UI/accounts/yearend.html:115 UI/accounts/yearend.html:121 +#: UI/accounts/yearend.html:141 +msgid "Re-open Books" +msgstr "" + +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 +#: templates/demo_with_images/bin_list.html:152 +#: templates/xedemo/bin_list.html:152 +msgid "Recd" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1063 sql/Pg-database.sql:2805 +#: sql/Pg-database.sql:2974 +msgid "Receipt" +msgstr "" + +#: templates/demo_with_images/product_receipt.html:103 +msgid "Receipt Date" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:208 +msgid "Receipt Results" +msgstr "" + +#: UI/payments/payment1.html:19 sql/Pg-database.sql:2809 +#: sql/Pg-database.sql:2887 +msgid "Receipts" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:94 +msgid "Receivable" +msgstr "" + +#: UI/accounts/edit.html:282 +msgid "Receivables" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:72 sql/Pg-database.sql:2826 +msgid "Receive" +msgstr "" + +#: bin/oe.pl:1862 +msgid "Receive Merchandise" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:876 +msgid "Received" +msgstr "" + +#: UI/accounts/edit.html:238 +msgid "Recon" +msgstr "" + +#: UI/reconciliation/upload.html:44 +msgid "Reconcile as FX" +msgstr "" + +#: sql/Pg-database.sql:2811 sql/Pg-database.sql:2864 sql/Pg-database.sql:2876 +msgid "Reconciliation" +msgstr "" + +#: UI/reconciliation/report.html:22 +msgid "Reconciliation Date:" +msgstr "" + +#: UI/reconciliation/report.html:13 +msgid "Reconciliation Report" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:193 +msgid "Reconciliation Reports" +msgstr "" + +#: bin/ir.pl:552 bin/is.pl:588 UI/orders/order.html:42 +msgid "Record in" +msgstr "" + +#: UI/timecards/entry_filter.html:17 +msgid "Recording time for" +msgstr "" + +#: bin/arap.pl:566 +msgid "Recurring Transaction for [_1]" +msgstr "" + +#: bin/am.pl:835 UI/am-list-recurring.html:8 sql/Pg-database.sql:2928 +msgid "Recurring Transactions" +msgstr "" + +#: bin/am.pl:854 bin/arap.pl:587 LedgerSMB/Report/Budget/Search.pm:79 +#: LedgerSMB/Report/Budget/Search.pm:125 LedgerSMB/Report/GL.pm:94 +#: LedgerSMB/Report/GL.pm:213 LedgerSMB/Report/Inventory/Search_Adj.pm:98 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:107 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:151 +#: LedgerSMB/Report/Unapproved/Drafts.pm:94 +#: LedgerSMB/Report/Unapproved/Drafts.pm:134 UI/accounts/yearend.html:27 +#: UI/budgetting/budget_entry.html:19 UI/import_csv/import_csv.html:25 +#: UI/journal/journal_entry.html:19 UI/Reports/filters/budget_search.html:16 +#: UI/Reports/filters/gl.html:24 UI/Reports/filters/gl.html:177 +#: UI/Reports/filters/unapproved.html:80 +msgid "Reference" +msgstr "" + +#: bin/io.pl:1710 +msgid "Reference Number Missing" +msgstr "" + +#: sql/Pg-database.sql:547 +msgid "Referral" +msgstr "" + +#: templates/demo/ar_transaction.html:224 templates/demo/ar_transaction.tex:143 +#: templates/demo_with_images/ar_transaction.html:224 +#: templates/demo_with_images/ar_transaction.tex:143 +#: templates/xedemo/ar_transaction.html:224 +#: templates/xedemo/ar_transaction.tex:143 +msgid "Registration" +msgstr "" + +#: templates/demo/invoice.html:302 templates/demo_with_images/invoice.html:305 +#: templates/xedemo/invoice.html:303 +msgid "Registration [_1]" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:17 +#: UI/Reports/filters/income_statement.html:55 +msgid "Regular" +msgstr "" + +#: LedgerSMB/Scripts/budgets.pm:115 UI/reconciliation/report.html:292 +msgid "Reject" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:88 +msgid "Rem. Life" +msgstr "" + +#: bin/aa.pl:606 bin/ir.pl:518 bin/is.pl:551 bin/oe.pl:490 +#: UI/orders/order.html:36 +msgid "Remaining" +msgstr "" + +#: t/data/04-complex_template.html:559 UI/Contact/divs/bank_act.html:19 +#: UI/Contact/divs/bank_act.html:66 +msgid "Remark" +msgstr "" + +#: t/data/04-complex_template.html:610 +msgid "Remark:" +msgstr "" + +#: bin/arap.pl:550 +msgid "Repeat" +msgstr "" + +#: UI/reconciliation/approved.html:3 +msgid "Report Approved" +msgstr "" + +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 +#: UI/Reports/display_report.tex:22 +msgid "Report Name" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:519 +msgid "Report Results" +msgstr "" + +#: UI/reconciliation/submitted.html:3 +msgid "Report Submitted" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:81 +msgid "Report Type" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:625 +msgid "Report [_1] on date [_2]" +msgstr "" + +#: UI/rp-search-generate_tax_report.html:67 +msgid "Report for" +msgstr "" + +#: UI/timecards/timecard-week.html:66 +msgid "Report in" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:10 +#: UI/Reports/filters/income_statement.html:20 +msgid "Report type" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:85 +msgid "Reporting Basis" +msgstr "" + +#: sql/Pg-database.sql:2883 +msgid "Reporting Units" +msgstr "" + +#: UI/Reports/filters/income_statement.html:303 +msgid "Reporting unit filters" +msgstr "" + +#: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 +#: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 +#: sql/Pg-database.sql:2927 sql/Pg-database.sql:2942 sql/Pg-database.sql:2983 +msgid "Reports" +msgstr "" + +#: bin/arap.pl:357 +msgid "Reposting Not Allowed" +msgstr "" + +#: bin/oe.pl:2576 +msgid "Req" +msgstr "" + +#: bin/oe.pl:1355 templates/demo/request_quotation.html:4 +#: templates/demo/request_quotation.html:18 +#: templates/demo/request_quotation.tex:100 +#: templates/demo_with_images/request_quotation.html:4 +#: templates/demo_with_images/request_quotation.html:18 +#: templates/demo_with_images/request_quotation.tex:100 +#: templates/xedemo/request_quotation.html:4 +#: templates/xedemo/request_quotation.html:18 +#: templates/xedemo/request_quotation.tex:100 +msgid "Request for Quotation" +msgstr "" + +#: UI/io-email.html:74 UI/rp-email.html:58 +msgid "Request read receipt" +msgstr "" + +#: UI/Reports/filters/orders.html:141 +msgid "Required By" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:222 +msgid "Required Date" +msgstr "" + +#: LedgerSMB/Request.pm:52 +msgid "Required attribute not provided: [_1]" +msgstr "" + +#: bin/io.pl:269 bin/oe.pl:467 bin/oe.pl:525 +#: templates/demo/purchase_order.html:104 templates/demo/purchase_order.tex:106 +#: templates/demo/request_quotation.html:105 +#: templates/demo/request_quotation.tex:107 templates/demo/sales_order.html:104 +#: templates/demo/sales_order.tex:106 +#: templates/demo_with_images/purchase_order.html:104 +#: templates/demo_with_images/purchase_order.tex:106 +#: templates/demo_with_images/request_quotation.html:105 +#: templates/demo_with_images/request_quotation.tex:107 +#: templates/demo_with_images/sales_order.html:104 +#: templates/demo_with_images/sales_order.tex:106 +#: templates/demo_with_images/work_order.html:104 +#: templates/demo/work_order.html:104 templates/xedemo/product_receipt.html:104 +#: templates/xedemo/product_receipt.tex:106 +#: templates/xedemo/purchase_order.html:104 +#: templates/xedemo/purchase_order.tex:106 +#: templates/xedemo/request_quotation.html:105 +#: templates/xedemo/request_quotation.tex:107 +#: templates/xedemo/sales_order.html:104 templates/xedemo/sales_order.tex:106 +#: templates/xedemo/work_order.html:104 +msgid "Required by" +msgstr "" + +#: LedgerSMB.pm:758 LedgerSMB.pm:759 +msgid "Required input not provided" +msgstr "" + +#: UI/Contact/divs/user.html:81 UI/setup/edit_user.html:86 +msgid "Reset Password" +msgstr "" + +#: UI/accounts/yearend.html:43 +msgid "Retained Earnings" +msgstr "" + +#: UI/Contact/divs/company.html:155 UI/Contact/divs/person.html:176 +#: UI/templates/edit.html:39 +msgid "Retrieve" +msgstr "" + +#: UI/setup/complete.html:12 UI/setup/complete_migration_revert.html:12 +msgid "Return to setup" +msgstr "" + +#: UI/logout.html:30 +msgid "Return to the login screen." +msgstr "" + +#: bin/ic.pl:535 UI/accounts/edit.html:388 +msgid "Returns" +msgstr "" + +#: UI/Reports/filters/overpayments.html:42 +msgid "Reversal Information" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:159 +msgid "Reverse" +msgstr "" + +#: sql/Pg-database.sql:2947 +msgid "Reverse AR Overpay" +msgstr "" + +#: sql/Pg-database.sql:2946 +msgid "Reverse Overpay" +msgstr "" + +#: sql/Pg-database.sql:2874 +msgid "Reverse Payment" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:236 +msgid "Reverse Payments" +msgstr "" + +#: sql/Pg-database.sql:2945 +msgid "Reverse Receipts" +msgstr "" + +#: UI/setup/complete.html:18 UI/setup/confirm_operation.html:102 +msgid "Row counts" +msgstr "" + +#: UI/setup/begin_backup.html:50 +msgid "Run Backup" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:35 +msgid "Run Report" +msgstr "" + +#: UI/Contact/divs/company.html:110 sql/Pg-database.sql:2880 +msgid "SIC" +msgstr "" + +#: bin/am.pl:393 +msgid "SIC deleted!" +msgstr "" + +#: bin/am.pl:386 +msgid "SIC saved!" +msgstr "" + +#: t/data/04-complex_template.html:259 +msgid "SIC:" +msgstr "" + +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 +msgid "SKU" +msgstr "" + +#: UI/payments/payment1.html:44 +msgid "SSN" +msgstr "" + +#: sql/Pg-database.sql:969 +msgid "Salary" +msgstr "" + +#: sql/Pg-database.sql:3794 +msgid "Sale" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:112 UI/Contact/divs/address.html:38 +#: UI/Contact/divs/employee.html:83 sql/Pg-database.sql:675 +msgid "Sales" +msgstr "" + +#: bin/is.pl:1098 bin/oe.pl:740 bin/oe.pl:950 sql/Pg-database.sql:2907 +msgid "Sales Invoice" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:102 +msgid "Sales Invoice/AR Transaction Number" +msgstr "" + +#: bin/am.pl:1299 bin/am.pl:1508 bin/io.pl:1405 bin/io.pl:1593 bin/is.pl:687 +#: bin/is.pl:1128 bin/oe.pl:306 bin/oe.pl:742 bin/oe.pl:954 bin/oe.pl:1332 +#: templates/demo/sales_order.html:4 templates/demo/sales_order.html:18 +#: templates/demo/sales_order.tex:99 +#: templates/demo_with_images/sales_order.html:4 +#: templates/demo_with_images/sales_order.html:18 +#: templates/demo_with_images/sales_order.tex:99 +#: templates/xedemo/sales_order.html:4 templates/xedemo/sales_order.html:18 +#: templates/xedemo/sales_order.tex:99 sql/Pg-database.sql:1938 +#: sql/Pg-database.sql:2815 sql/Pg-database.sql:2955 sql/Pg-database.sql:2968 +msgid "Sales Order" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:103 +msgid "Sales Order Number" +msgstr "" + +#: bin/am.pl:880 LedgerSMB/Report/Orders.pm:187 LedgerSMB/Report/Orders.pm:288 +#: UI/Reports/filters/search_goods.html:139 sql/Pg-database.sql:2818 +#: sql/Pg-database.sql:2820 sql/Pg-database.sql:2823 sql/Pg-database.sql:2837 +msgid "Sales Orders" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:104 +msgid "Sales Quotation Number" +msgstr "" + +#: UI/Contact/divs/company.html:122 +msgid "Sales Tax ID" +msgstr "" + +#: t/data/04-complex_template.html:85 +msgid "Sales:" +msgstr "" + +#: bin/aa.pl:529 bin/aa.pl:1556 bin/is.pl:463 bin/oe.pl:602 +#: LedgerSMB/Report/Contact/History.pm:120 +#: LedgerSMB/Report/Invoices/Outstanding.pm:263 +#: LedgerSMB/Report/Invoices/Transactions.pm:298 +#: templates/demo/ar_transaction.html:92 templates/demo/invoice.html:110 +#: templates/demo/invoice.tex:125 templates/demo/sales_order.html:105 +#: templates/demo/sales_order.tex:107 +#: templates/demo_with_images/ar_transaction.html:92 +#: templates/demo_with_images/invoice.html:112 +#: templates/demo_with_images/invoice.tex:125 +#: templates/demo_with_images/sales_order.html:105 +#: templates/demo_with_images/sales_order.tex:107 +#: templates/demo_with_images/work_order.html:105 +#: templates/demo/work_order.html:105 templates/xedemo/ar_transaction.html:92 +#: templates/xedemo/invoice.html:110 templates/xedemo/invoice.tex:120 +#: templates/xedemo/sales_order.html:105 templates/xedemo/sales_order.tex:107 +#: templates/xedemo/work_order.html:105 +#: UI/Reports/filters/contact_search.html:59 +#: UI/Reports/filters/invoice_outstanding.html:177 +#: UI/Reports/filters/invoice_search.html:270 +msgid "Salesperson" +msgstr "" + +#: UI/Contact/divs/employee.html:23 UI/Contact/divs/person.html:70 +msgid "Salutation" +msgstr "" + +#: UI/asset/edit_asset.html:105 UI/asset/search_asset.html:96 +msgid "Salvage Value:" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:146 +msgid "Sat" +msgstr "" + +#: bin/aa.pl:1035 bin/am.pl:67 bin/am.pl:75 bin/am.pl:86 bin/am.pl:173 +#: bin/am.pl:179 bin/gl.pl:299 bin/ic.pl:839 bin/ic.pl:848 bin/ir.pl:640 +#: bin/is.pl:703 bin/oe.pl:722 bin/oe.pl:943 bin/pe.pl:166 bin/pe.pl:243 +#: bin/pe.pl:621 LedgerSMB/Scripts/account.pm:151 +#: LedgerSMB/Scripts/account.pm:164 LedgerSMB/Scripts/asset.pm:442 +#: LedgerSMB/Scripts/budgets.pm:100 t/data/04-complex_template.html:131 +#: t/data/04-complex_template.html:310 t/data/04-complex_template.html:620 +#: t/data/04-complex_template.html:644 UI/am-taxes.html:62 +#: UI/asset/edit_asset.html:206 UI/asset/edit_class.html:57 +#: UI/asset/import_asset.html:57 UI/business_units/edit.html:94 +#: UI/business_units/edit.html:104 UI/business_units/list_classes.html:81 +#: UI/Configuration/sequence.html:10 UI/Configuration/sequence.html:119 +#: UI/Configuration/settings.html:66 UI/Contact/divs/bank_act.html:76 +#: UI/Contact/divs/company.html:162 UI/Contact/divs/employee.html:184 +#: UI/Contact/divs/notes.html:61 UI/Contact/divs/person.html:183 +#: UI/Contact/pricelist.html:82 UI/import_csv/import_csv.html:63 +#: UI/import_csv/import_inventory_csv.html:77 +#: UI/inventory/adjustment_entry.html:92 UI/payroll/deduction.html:98 +#: UI/payroll/income.html:104 UI/reconciliation/report.html:272 +#: UI/taxform/add_taxform.html:88 UI/templates/edit.html:33 +#: UI/timecards/timecard.html:163 UI/timecards/timecard-week.html:128 +#: UI/users/preferences.html:125 +msgid "Save" +msgstr "" + +#: UI/Contact/divs/contact_info.html:126 +msgid "Save As New" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:220 +msgid "Save Batch" +msgstr "" + +#: UI/Contact/divs/credit.html:299 +msgid "Save Changes" +msgstr "" + +#: t/data/04-complex_template.html:546 UI/Contact/divs/contact_info.html:119 +msgid "Save Contact" +msgstr "" + +#: bin/aa.pl:1028 bin/gl.pl:282 bin/gl.pl:330 bin/ir.pl:660 bin/is.pl:724 +msgid "Save Draft" +msgstr "" + +#: UI/Admin/edit_user.html:190 UI/Contact/divs/user.html:149 +#: UI/setup/edit_user.html:154 +msgid "Save Groups" +msgstr "" + +#: bin/aa.pl:1011 bin/ir.pl:634 bin/is.pl:695 +msgid "Save Info" +msgstr "" + +#: t/data/04-complex_template.html:485 UI/Contact/divs/address.html:199 +msgid "Save Location" +msgstr "" + +#: UI/Contact/divs/credit.html:309 +msgid "Save New" +msgstr "" + +#: UI/Contact/divs/address.html:207 +msgid "Save New Location" +msgstr "" + +#: bin/arap.pl:632 bin/arap.pl:637 +msgid "Save Schedule" +msgstr "" + +#: bin/aa.pl:1013 bin/gl.pl:286 +msgid "Save Template" +msgstr "" + +#: UI/Admin/edit_user.html:146 +msgid "Save User" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:709 +msgid "Save and Retry" +msgstr "" + +#: bin/aa.pl:1036 +msgid "Save as New" +msgstr "" + +#: bin/am.pl:68 bin/am.pl:77 bin/gl.pl:288 bin/ic.pl:840 bin/ic.pl:857 +#: bin/oe.pl:733 bin/oe.pl:946 LedgerSMB/Scripts/account.pm:154 +msgid "Save as new" +msgstr "" + +#: LedgerSMB/Scripts/business_unit.pm:192 +msgid "Saved id [_1]" +msgstr "" + +#: bin/am.pl:1344 +msgid "Saving [_1] [_2]" +msgstr "" + +#: UI/oe-save_warn.html:13 +msgid "Saving over an existing document. Continue?" +msgstr "" + +#: bin/aa.pl:979 bin/aa.pl:1005 bin/gl.pl:290 bin/ir.pl:630 bin/ir.pl:1032 +#: bin/is.pl:689 bin/is.pl:1123 bin/oe.pl:757 bin/oe.pl:942 +msgid "Schedule" +msgstr "" + +#: bin/arapprn.pl:515 bin/io.pl:1513 UI/journal/journal_entry.html:309 +msgid "Scheduled" +msgstr "" + +#: bin/arapprn.pl:475 bin/io.pl:1469 LedgerSMB/Scripts/payment.pm:517 +#: LedgerSMB/Template.pm:305 UI/lib/utilities.html:44 +msgid "Screen" +msgstr "" + +#: UI/Admin/user_search.html:60 UI/asset/search_asset.html:185 +#: UI/asset/search_class.html:66 UI/asset/search_reports.html:69 +#: UI/business_units/filter.html:45 UI/Reports/filters/budget_search.html:72 +#: UI/Reports/filters/cogs_lines.html:35 +#: UI/Reports/filters/contact_search.html:131 +#: UI/Reports/filters/overpayments.html:61 UI/Reports/filters/payments.html:126 +#: UI/Reports/filters/reconciliation_search.html:103 +#: UI/Reports/filters/search_goods.html:380 +#: UI/Reports/filters/search_partsgroups.html:18 +#: UI/Reports/filters/search_pricegroups.html:18 +#: UI/Reports/filters/timecards.html:42 UI/Reports/filters/unapproved.html:107 +#: sql/Pg-database.sql:2783 sql/Pg-database.sql:2791 sql/Pg-database.sql:2804 +#: sql/Pg-database.sql:2814 sql/Pg-database.sql:2872 sql/Pg-database.sql:2919 +#: sql/Pg-database.sql:2982 +msgid "Search" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:331 +msgid "Search AP" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:5 +msgid "Search AP Invoices" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:332 +msgid "Search AR" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:9 +msgid "Search AR Invoices" +msgstr "" + +#: UI/asset/search_class.html:4 +msgid "Search Asset Class" +msgstr "" + +#: sql/Pg-database.sql:2894 +msgid "Search Assets" +msgstr "" + +#: UI/Reports/filters/budget_search.html:7 +msgid "Search Budgets" +msgstr "" + +#: UI/Reports/filters/search_goods.html:5 +msgid "Search Goods and Services" +msgstr "" + +#: sql/Pg-database.sql:2780 +msgid "Search Groups" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:6 +msgid "Search Inventory Entry" +msgstr "" + +#: UI/Reports/filters/search_partsgroups.html:4 +msgid "Search Parts Groups" +msgstr "" + +#: UI/Reports/filters/payments.html:7 UI/Reports/filters/payments.html:17 +msgid "Search Payments" +msgstr "" + +#: UI/Reports/filters/search_pricegroups.html:4 +msgid "Search Price Groups" +msgstr "" + +#: sql/Pg-database.sql:2781 +msgid "Search Pricegroups" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:65 +msgid "Search Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:76 +msgid "Search Quotations" +msgstr "" + +#: UI/Reports/filters/payments.html:14 +msgid "Search Receipts" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:5 +msgid "Search Reconciliation Reports" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:80 +msgid "Search Requests for Quotation" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:54 +msgid "Search Sales Orders" +msgstr "" + +#: UI/Reports/filters/unapproved.html:35 +msgid "Search Unapproved Transactions" +msgstr "" + +#: sql/Pg-database.sql:2911 +msgid "Search and GL" +msgstr "" + +#: UI/Admin/user_search.html:5 +msgid "Search for Users" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:493 +msgid "Search reports" +msgstr "" + +#: sql/Pg-database.sql:811 +msgid "Secondary Phone" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:55 +msgid "Security Settings" +msgstr "" + +#: UI/reconciliation/report.html:266 UI/Reports/aging_report.html:58 +msgid "Select All" +msgstr "" + +#: bin/pe.pl:1165 +msgid "Select Customer" +msgstr "" + +#: UI/setup/template_info.html:7 +msgid "Select Templates to Load" +msgstr "" + +#: bin/oe.pl:2685 +msgid "Select Vendor" +msgstr "" + +#: bin/arapprn.pl:530 bin/is.pl:1538 bin/oe.pl:1398 +msgid "Select a Printer!" +msgstr "" + +#: UI/taxform/add_taxform.html:62 +msgid "Select by Default:" +msgstr "" + +#: bin/arap.pl:184 bin/ic.pl:1706 bin/pe.pl:691 +msgid "Select from one of the names below" +msgstr "" + +#: UI/payments/use_overpayment2.html:141 +msgid "Select invoices" +msgstr "" + +#: bin/io.pl:581 +msgid "Select items" +msgstr "" + +#: bin/arapprn.pl:375 +msgid "Select payment" +msgstr "" + +#: bin/arapprn.pl:71 bin/arapprn.pl:528 bin/is.pl:1536 bin/oe.pl:1396 +msgid "Select postscript or PDF!" +msgstr "" + +#: bin/io.pl:1557 +msgid "Select txt, postscript or PDF!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:45 +#: UI/Reports/filters/income_statement.html:86 +msgid "Select using" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:121 +msgid "Selected" +msgstr "" + +#: UI/payments/payments_filter.html:7 +msgid "Selection" +msgstr "" + +#: bin/ic.pl:1278 +msgid "Sell" +msgstr "" + +#: bin/ic.pl:437 bin/ic.pl:1139 LedgerSMB/Report/Contact/History.pm:97 +#: LedgerSMB/Report/Inventory/History.pm:151 +#: LedgerSMB/Report/Inventory/Search.pm:228 UI/Contact/pricelist.csv:31 +#: UI/Contact/pricelist.html:44 UI/Contact/pricelist.tex:42 +#: UI/Reports/filters/purchase_history.html:261 +#: UI/Reports/filters/search_goods.html:246 +msgid "Sell Price" +msgstr "" + +#: bin/am.pl:1466 +msgid "Sending" +msgstr "" + +#: bin/aa.pl:91 bin/gl.pl:87 bin/io.pl:87 LedgerSMB/App_State.pm:247 +msgid "Sep" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:68 +msgid "Separate Duties" +msgstr "" + +#: bin/aa.pl:77 bin/gl.pl:73 bin/io.pl:73 LedgerSMB/App_State.pm:247 +#: LedgerSMB/DBObject/Date.pm:68 +msgid "September" +msgstr "" + +#: UI/Configuration/sequence.html:15 +msgid "Sequence" +msgstr "" + +#: UI/Configuration/sequence.html:6 sql/Pg-database.sql:2944 +msgid "Sequences" +msgstr "" + +#: templates/demo/packing_list.html:121 +#: templates/demo_with_images/packing_list.html:121 +#: templates/demo_with_images/work_order.html:134 +#: templates/demo/work_order.html:134 templates/xedemo/packing_list.html:121 +#: templates/xedemo/work_order.html:134 +msgid "Serial #" +msgstr "" + +#: bin/io.pl:261 bin/oe.pl:2000 +msgid "Serial No." +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:110 +#: LedgerSMB/Report/Inventory/History.pm:164 +#: LedgerSMB/Report/Inventory/Search.pm:303 templates/demo/bin_list.tex:107 +#: templates/demo/packing_list.tex:115 +#: templates/demo_with_images/bin_list.tex:107 +#: templates/demo_with_images/packing_list.tex:115 +#: templates/demo_with_images/work_order.tex:126 +#: templates/demo/work_order.tex:126 templates/xedemo/bin_list.tex:107 +#: templates/xedemo/packing_list.tex:115 templates/xedemo/work_order.tex:126 +#: UI/Reports/filters/purchase_history.html:330 +#: UI/Reports/filters/search_goods.html:37 +#: UI/Reports/filters/search_goods.html:362 +msgid "Serial Number" +msgstr "" + +#: templates/demo/bin_list.html:149 +#: templates/demo_with_images/bin_list.html:149 +#: templates/xedemo/bin_list.html:149 +msgid "Serialnumber" +msgstr "" + +#: bin/io.pl:873 +msgid "Service" +msgstr "" + +#: bin/pe.pl:1055 +msgid "Service Code" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:63 +msgid "Session Timeout" +msgstr "" + +#: UI/get_password.html:35 +msgid "Session expired!" +msgstr "" + +#: sql/Pg-database.sql:2885 +msgid "Sessions" +msgstr "" + +#: UI/Admin/edit_user.html:144 +msgid "Set Password" +msgstr "" + +#: UI/Configuration/sequence.html:13 +msgid "Setting" +msgstr "" + +#: UI/users/preferences.html:53 +msgid "Settings" +msgstr "" + +#: LedgerSMB/Num2text.pm:68 +msgid "Seven" +msgstr "" + +#: LedgerSMB/Num2text.pm:102 +msgid "Seven Hundred" +msgstr "" + +#: LedgerSMB/Num2text.pm:79 +msgid "Seventeen" +msgstr "" + +#: LedgerSMB/Num2text.pm:97 +msgid "Seventy" +msgstr "" + +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 +#: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 +#: templates/demo_with_images/packing_list.html:124 +#: templates/demo_with_images/pick_list.html:114 +#: templates/xedemo/packing_list.html:124 templates/xedemo/pick_list.html:114 +#: sql/Pg-database.sql:2825 +msgid "Ship" +msgstr "" + +#: bin/oe.pl:1857 +msgid "Ship Merchandise" +msgstr "" + +#: templates/demo/bin_list.html:30 templates/demo/bin_list.tex:53 +#: templates/demo/invoice.html:23 templates/demo/invoice.tex:76 +#: templates/demo/sales_order.html:29 +#: templates/demo_with_images/bin_list.html:30 +#: templates/demo_with_images/bin_list.tex:53 +#: templates/demo_with_images/invoice.html:25 +#: templates/demo_with_images/invoice.tex:76 +#: templates/demo_with_images/sales_order.html:29 +#: templates/demo_with_images/work_order.html:29 +#: templates/demo/work_order.html:29 templates/xedemo/bin_list.html:30 +#: templates/xedemo/bin_list.tex:53 templates/xedemo/invoice.html:23 +#: templates/xedemo/invoice.tex:75 templates/xedemo/sales_order.html:29 +#: templates/xedemo/work_order.html:29 +msgid "Ship To" +msgstr "" + +#: templates/demo/packing_list.html:29 templates/demo/pick_list.html:28 +#: templates/demo/product_receipt.html:30 templates/demo/purchase_order.html:30 +#: templates/demo/request_quotation.html:30 +#: templates/demo_with_images/packing_list.html:29 +#: templates/demo_with_images/pick_list.html:28 +#: templates/demo_with_images/product_receipt.html:30 +#: templates/demo_with_images/purchase_order.html:30 +#: templates/demo_with_images/request_quotation.html:30 +#: templates/xedemo/packing_list.html:29 templates/xedemo/pick_list.html:28 +#: templates/xedemo/product_receipt.html:30 +#: templates/xedemo/purchase_order.html:30 +#: templates/xedemo/request_quotation.html:30 +msgid "Ship To:" +msgstr "" + +#: LedgerSMB/Report/Contact/Purchase.pm:117 +#: LedgerSMB/Report/Invoices/Transactions.pm:307 LedgerSMB/Report/Orders.pm:259 +#: templates/demo/product_receipt.html:106 +#: templates/demo/purchase_order.html:107 templates/demo/sales_order.html:107 +#: templates/demo/sales_order.tex:109 +#: templates/demo_with_images/product_receipt.html:106 +#: templates/demo_with_images/purchase_order.html:107 +#: templates/demo_with_images/sales_order.html:107 +#: templates/demo_with_images/sales_order.tex:109 +#: templates/demo_with_images/work_order.html:107 +#: templates/demo/work_order.html:107 templates/xedemo/product_receipt.html:107 +#: templates/xedemo/purchase_order.html:107 +#: templates/xedemo/sales_order.html:107 templates/xedemo/sales_order.tex:109 +#: templates/xedemo/work_order.html:107 +#: UI/Reports/filters/invoice_outstanding.html:65 +#: UI/Reports/filters/invoice_outstanding.html:266 +#: UI/Reports/filters/invoice_search.html:158 +#: UI/Reports/filters/invoice_search.html:357 UI/Reports/filters/orders.html:58 +#: UI/Reports/filters/orders.html:161 +msgid "Ship Via" +msgstr "" + +#: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 +#: bin/oe.pl:945 bin/oe.pl:2093 +msgid "Ship to" +msgstr "" + +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 +#: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 +#: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 +#: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 +#: templates/demo/pick_list.tex:84 templates/demo/product_receipt.tex:108 +#: templates/demo/purchase_order.tex:108 +#: templates/demo/request_quotation.html:108 +#: templates/demo/request_quotation.tex:109 +#: templates/demo/sales_quotation.html:76 templates/demo/sales_quotation.tex:78 +#: templates/demo_with_images/bin_list.html:115 +#: templates/demo_with_images/invoice.html:114 +#: templates/demo_with_images/invoice.tex:127 +#: templates/demo_with_images/packing_list.html:86 +#: templates/demo_with_images/packing_list.tex:93 +#: templates/demo_with_images/pick_list.html:83 +#: templates/demo_with_images/pick_list.tex:84 +#: templates/demo_with_images/product_receipt.tex:108 +#: templates/demo_with_images/purchase_order.tex:108 +#: templates/demo_with_images/request_quotation.html:108 +#: templates/demo_with_images/request_quotation.tex:109 +#: templates/demo_with_images/sales_quotation.html:76 +#: templates/demo_with_images/sales_quotation.tex:78 +#: templates/xedemo/bin_list.html:115 templates/xedemo/invoice.html:112 +#: templates/xedemo/invoice.tex:122 templates/xedemo/packing_list.html:86 +#: templates/xedemo/packing_list.tex:93 templates/xedemo/pick_list.html:83 +#: templates/xedemo/pick_list.tex:84 templates/xedemo/product_receipt.tex:108 +#: templates/xedemo/purchase_order.tex:108 +#: templates/xedemo/request_quotation.html:108 +#: templates/xedemo/request_quotation.tex:109 +#: templates/xedemo/sales_quotation.html:76 +#: templates/xedemo/sales_quotation.tex:79 UI/orders/order.html:68 +msgid "Ship via" +msgstr "" + +#: LedgerSMB/Report/Invoices/Outstanding.pm:275 +msgid "Ship_Via" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:113 UI/Contact/divs/address.html:40 +#: sql/Pg-database.sql:676 sql/Pg-database.sql:2923 +msgid "Shipping" +msgstr "" + +#: bin/oe.pl:1859 +msgid "Shipping Date" +msgstr "" + +#: bin/oe.pl:2127 +msgid "Shipping Date missing!" +msgstr "" + +#: bin/io.pl:1449 bin/is.pl:1101 +msgid "Shipping Label" +msgstr "" + +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 +#: LedgerSMB/Report/Contact/Purchase.pm:113 +#: LedgerSMB/Report/Invoices/Outstanding.pm:271 +#: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 +#: templates/demo/bin_list.html:114 templates/demo/bin_list.tex:84 +#: templates/demo/invoice.html:111 templates/demo/invoice.tex:126 +#: templates/demo/packing_list.html:85 templates/demo/packing_list.tex:92 +#: templates/demo/pick_list.html:82 templates/demo/pick_list.tex:83 +#: templates/demo/product_receipt.html:105 +#: templates/demo/product_receipt.tex:107 +#: templates/demo/purchase_order.html:106 templates/demo/purchase_order.tex:107 +#: templates/demo/request_quotation.html:107 +#: templates/demo/request_quotation.tex:108 templates/demo/sales_order.html:106 +#: templates/demo/sales_order.tex:108 templates/demo/sales_quotation.html:75 +#: templates/demo/sales_quotation.tex:77 +#: templates/demo_with_images/bin_list.html:114 +#: templates/demo_with_images/bin_list.tex:84 +#: templates/demo_with_images/invoice.html:113 +#: templates/demo_with_images/invoice.tex:126 +#: templates/demo_with_images/packing_list.html:85 +#: templates/demo_with_images/packing_list.tex:92 +#: templates/demo_with_images/pick_list.html:82 +#: templates/demo_with_images/pick_list.tex:83 +#: templates/demo_with_images/product_receipt.html:105 +#: templates/demo_with_images/product_receipt.tex:107 +#: templates/demo_with_images/purchase_order.html:106 +#: templates/demo_with_images/purchase_order.tex:107 +#: templates/demo_with_images/request_quotation.html:107 +#: templates/demo_with_images/request_quotation.tex:108 +#: templates/demo_with_images/sales_order.html:106 +#: templates/demo_with_images/sales_order.tex:108 +#: templates/demo_with_images/sales_quotation.html:75 +#: templates/demo_with_images/sales_quotation.tex:77 +#: templates/demo_with_images/work_order.html:106 +#: templates/demo/work_order.html:106 templates/xedemo/bin_list.html:114 +#: templates/xedemo/bin_list.tex:84 templates/xedemo/invoice.html:111 +#: templates/xedemo/invoice.tex:121 templates/xedemo/packing_list.html:85 +#: templates/xedemo/packing_list.tex:92 templates/xedemo/pick_list.html:82 +#: templates/xedemo/pick_list.tex:83 templates/xedemo/product_receipt.html:106 +#: templates/xedemo/product_receipt.tex:107 +#: templates/xedemo/purchase_order.html:106 +#: templates/xedemo/purchase_order.tex:107 +#: templates/xedemo/request_quotation.html:107 +#: templates/xedemo/request_quotation.tex:108 +#: templates/xedemo/sales_order.html:106 templates/xedemo/sales_order.tex:108 +#: templates/xedemo/sales_quotation.html:75 +#: templates/xedemo/sales_quotation.tex:78 templates/xedemo/work_order.html:106 +#: UI/orders/order.html:62 UI/Reports/filters/invoice_outstanding.html:260 +#: UI/Reports/filters/invoice_search.html:351 +msgid "Shipping Point" +msgstr "" + +#: UI/Reports/filters/search_goods.html:103 +msgid "Short" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:118 +msgid "Show Credit Limit" +msgstr "" + +#: templates/demo/printPayment.html:82 +#: templates/demo_with_images/printPayment.html:82 +#: templates/xedemo/printPayment.html:82 +msgid "Signature" +msgstr "" + +#: sql/Pg-database.sql:2486 +msgid "Simple" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:58 +msgid "Single date" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:108 sql/Pg-database.sql:743 +msgid "Sir." +msgstr "" + +#: LedgerSMB/Num2text.pm:67 +msgid "Six" +msgstr "" + +#: LedgerSMB/Num2text.pm:78 +msgid "Sixteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:96 +msgid "Sixty" +msgstr "" + +#: UI/setup/select_coa.html:57 +msgid "Skip" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:84 +msgid "Sold" +msgstr "" + +#: UI/payments/payments_detail.html:272 +msgid "Some" +msgstr "" + +#: UI/io-email.html:94 UI/orders/order.html:306 +msgid "Sort by" +msgstr "" + +#: bin/aa.pl:888 bin/aa.pl:1593 bin/ir.pl:929 bin/is.pl:1017 +#: LedgerSMB/Report/Budget/Search.pm:127 LedgerSMB/Report/GL.pm:122 +#: LedgerSMB/Report/GL.pm:215 LedgerSMB/Report/Inventory/Adj_Details.pm:75 +#: LedgerSMB/Report/Invoices/Payments.pm:141 LedgerSMB/Scripts/payment.pm:151 +#: LedgerSMB/Scripts/recon.pm:221 templates/demo/ap_transaction.html:194 +#: templates/demo/ar_transaction.html:193 templates/demo/invoice.html:248 +#: templates/demo/printPayment.html:50 +#: templates/demo_with_images/ap_transaction.html:194 +#: templates/demo_with_images/ar_transaction.html:193 +#: templates/demo_with_images/invoice.html:251 +#: templates/demo_with_images/printPayment.html:50 +#: templates/xedemo/ap_transaction.html:194 +#: templates/xedemo/ar_transaction.html:193 templates/xedemo/invoice.html:249 +#: templates/xedemo/printPayment.html:50 UI/inventory/adjustment_setup.html:29 +#: UI/journal/journal_entry.html:118 UI/orders/order.html:247 +#: UI/payments/payment2.html:99 UI/payments/payment2.html:200 +#: UI/payments/payment2.html:236 UI/payments/payments_detail.html:296 +#: UI/reconciliation/report.html:77 UI/reconciliation/report.html:140 +#: UI/reconciliation/report.html:199 UI/Reports/filters/gl.html:63 +#: UI/Reports/filters/gl.html:208 UI/Reports/filters/inventory_adj.html:11 +#: UI/Reports/filters/invoice_search.html:128 +#: UI/Reports/filters/payments.html:74 +msgid "Source" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:82 +msgid "Source starting with" +msgstr "" + +#: templates/demo/sales_quotation.html:194 +#: templates/demo_with_images/sales_quotation.html:194 +#: templates/xedemo/sales_quotation.html:194 +msgid "Special order items are subject to a 10% cancellation fee." +msgstr "" + +#: templates/demo/sales_order.html:225 +#: templates/demo_with_images/sales_order.html:225 +#: templates/xedemo/sales_order.html:225 +msgid "Special order items are subject to a 10% order cancellation fee." +msgstr "" + +#: templates/demo/sales_quotation.tex:23 +#: templates/demo_with_images/sales_quotation.tex:23 +#: templates/xedemo/sales_quotation.tex:23 +msgid "Special order items are subject to a 10\\% cancellation fee." +msgstr "" + +#: UI/lib/report_base.html:65 UI/rp-search.html:30 +msgid "Standard" +msgstr "" + +#: LedgerSMB/Report/Listings/SIC.pm:66 +msgid "Standard Industrial Codes" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:69 LedgerSMB/Report/Budget/Search.pm:119 +#: LedgerSMB/Report/Budget/Variance.pm:117 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:130 +#: LedgerSMB/Report/co/Caja_Diaria.pm:124 +#: LedgerSMB/Report/Contact/History.pm:143 LedgerSMB/Report/GL.pm:207 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:76 +#: LedgerSMB/Report/Invoices/COGS.pm:155 +#: LedgerSMB/Report/Listings/Business_Unit.pm:64 +#: UI/budgetting/budget_entry.html:41 UI/business_units/edit.html:55 +#: UI/Contact/divs/credit.html:24 UI/Contact/divs/employee.html:163 +#: UI/Reports/filters/budget_search.html:38 +msgid "Start Date" +msgstr "" + +#: t/data/04-complex_template.html:114 +msgid "Start Date:" +msgstr "" + +#: UI/payments/payments_filter.html:178 +msgid "Start Source Numbering At:" +msgstr "" + +#: UI/setup/complete.html:13 +msgid "Start Using LedgerSMB" +msgstr "" + +#: bin/arap.pl:591 UI/Reports/filters/purchase_history.html:112 +msgid "Startdate" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:76 +#: LedgerSMB/Report/Trial_Balance.pm:172 +msgid "Starting Balance" +msgstr "" + +#: UI/Contact/divs/credit.html:101 UI/timecards/entry_filter.html:33 +msgid "Starting Date" +msgstr "" + +#: t/data/04-complex_template.html:177 +msgid "Starting Date:" +msgstr "" + +#: bin/io.pl:2117 +msgid "State" +msgstr "" + +#: t/data/04-complex_template.html:387 UI/Contact/divs/address.html:83 +#: UI/Contact/divs/address.html:162 UI/Reports/filters/contact_search.html:97 +#: UI/Reports/filters/purchase_history.html:86 +msgid "State/Province" +msgstr "" + +#: t/data/04-complex_template.html:454 +msgid "State/Province:" +msgstr "" + +#: templates/demo/statement.html:4 templates/demo/statement.html:19 +#: templates/demo/statement.tex:29 templates/demo_with_images/statement.html:4 +#: templates/demo_with_images/statement.html:19 +#: templates/demo_with_images/statement.tex:29 +#: templates/xedemo/statement.html:4 templates/xedemo/statement.html:19 +#: templates/xedemo/statement.tex:29 sql/Pg-database.sql:2959 +#: sql/Pg-database.sql:2972 +msgid "Statement" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:139 UI/rc-display-form.html:66 +#: UI/reconciliation/upload.html:30 +msgid "Statement Balance" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:135 +msgid "Statement Date" +msgstr "" + +#: UI/payments/check_job.html:19 +msgid "Status: Complete" +msgstr "" + +#: UI/payments/check_job.html:17 +msgid "Status: Still Running" +msgstr "" + +#: bin/ic.pl:632 +msgid "Stock" +msgstr "" + +#: bin/ic.pl:2022 bin/ic.pl:2134 sql/Pg-database.sql:2940 +msgid "Stock Assembly" +msgstr "" + +#: UI/users/preferences.html:87 +msgid "Stylesheet" +msgstr "" + +#: t/data/04-complex_template.html:231 +msgid "Subcontract GIFI:" +msgstr "" + +#: UI/budgetting/budget_entry.html:156 UI/budgetting/budget_entry.html:184 +#: UI/Contact/divs/notes.html:27 UI/io-email.html:22 UI/rp-email.html:21 +msgid "Subject" +msgstr "" + +#: bin/arap.pl:804 bin/io.pl:1922 UI/Contact/divs/notes.html:70 +msgid "Subject: [_1]" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:86 +msgid "Submission Status" +msgstr "" + +#: UI/reconciliation/report.html:278 +msgid "Submit" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:146 +#: UI/Reports/filters/reconciliation_search.html:81 +msgid "Submitted" +msgstr "" + +#: bin/aa.pl:1818 bin/io.pl:1761 bin/ir.pl:832 bin/is.pl:922 bin/oe.pl:876 +#: templates/demo/ap_transaction.html:130 +#: templates/demo/ar_transaction.html:129 templates/demo/invoice.html:166 +#: templates/demo/invoice.tex:163 templates/demo/product_receipt.html:157 +#: templates/demo/purchase_order.html:159 templates/demo/sales_order.html:161 +#: templates/demo/sales_quotation.html:130 +#: templates/demo/sales_quotation.tex:107 +#: templates/demo_with_images/ap_transaction.html:130 +#: templates/demo_with_images/ar_transaction.html:129 +#: templates/demo_with_images/invoice.html:168 +#: templates/demo_with_images/invoice.tex:162 +#: templates/demo_with_images/product_receipt.html:157 +#: templates/demo_with_images/purchase_order.html:159 +#: templates/demo_with_images/sales_order.html:161 +#: templates/demo_with_images/sales_quotation.html:130 +#: templates/demo_with_images/sales_quotation.tex:107 +#: templates/xedemo/ap_transaction.html:130 +#: templates/xedemo/ar_transaction.html:129 templates/xedemo/invoice.html:166 +#: templates/xedemo/invoice.tex:157 templates/xedemo/product_receipt.html:159 +#: templates/xedemo/purchase_order.html:159 +#: templates/xedemo/sales_order.html:161 +#: templates/xedemo/sales_quotation.html:130 UI/orders/order.html:215 +#: UI/payments/payment2.html:224 UI/payments/payment2.html:318 +#: UI/payments/use_overpayment2.html:133 UI/payments/use_overpayment2.html:248 +#: UI/Reports/filters/gl.html:261 +#: UI/Reports/filters/invoice_outstanding.html:275 +#: UI/Reports/filters/invoice_search.html:366 +#: UI/Reports/filters/orders.html:191 +#: UI/rp-search-generate_balance_sheet.html:82 +#: UI/rp-search-generate_income_statement.html:132 +#: UI/rp-search-generate_tax_report.html:186 +msgid "Subtotal" +msgstr "" + +#: UI/rc-till-closing.html:69 +msgid "Subtotal:" +msgstr "" + +#: UI/Configuration/sequence.html:16 +msgid "Suffix" +msgstr "" + +#: bin/aa.pl:1629 bin/pe.pl:918 UI/rc-reconciliation.html:92 +#: UI/Reports/filters/aging.html:57 +#: UI/Reports/filters/invoice_outstanding.html:110 +#: UI/Reports/filters/purchase_history.html:218 +#: UI/rp-search-generate_tax_report.html:60 +msgid "Summary" +msgstr "" + +#: UI/accounts/edit.html:255 +msgid "Summary account for" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:122 +msgid "Sun" +msgstr "" + +#: UI/setup/credentials.html:23 +msgid "Super-user login" +msgstr "" + +#: UI/setup/credentials.html:9 +msgid "Superuser Credentials" +msgstr "" + +#: UI/Contact/divs/person.html:108 +msgid "Surname" +msgstr "" + +#: UI/ca-list-selector.html:45 +msgid "Swaps debits and credits to match bank statements" +msgstr "" + +#: sql/Pg-database.sql:2934 +msgid "System" +msgstr "" + +#: UI/Configuration/settings.html:7 +msgid "System Defaults" +msgstr "" + +#: old-handler.pl:179 +msgid "System currently down for maintenance!" +msgstr "" + +#: templates/demo/printPayment.html:66 +#: templates/demo_with_images/printPayment.html:66 +#: templates/xedemo/printPayment.html:66 +msgid "TOTAL" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:72 +#: LedgerSMB/Report/Listings/Asset.pm:82 LedgerSMB/Report/Listings/Asset.pm:119 +#: LedgerSMB/Scripts/asset.pm:628 LedgerSMB/Scripts/asset.pm:692 +#: LedgerSMB/Scripts/asset.pm:763 +msgid "Tag" +msgstr "" + +#: UI/asset/edit_asset.html:44 UI/asset/search_asset.html:38 +msgid "Tag:" +msgstr "" + +#: bin/aa.pl:1716 bin/ic.pl:544 bin/ic.pl:675 +#: LedgerSMB/Report/Contact/Purchase.pm:87 +#: LedgerSMB/Report/Invoices/Outstanding.pm:223 +#: LedgerSMB/Report/Invoices/Transactions.pm:274 UI/accounts/edit.html:249 +#: UI/accounts/edit.html:397 UI/accounts/edit.html:427 +#: UI/Reports/filters/invoice_outstanding.html:198 +#: UI/Reports/filters/invoice_search.html:290 +#: UI/Reports/filters/orders.html:176 UI/rp-search-generate_tax_report.html:167 +msgid "Tax" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:71 +msgid "Tax Account" +msgstr "" + +#: bin/ir.pl:753 bin/is.pl:854 +msgid "Tax Code" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:110 +#: LedgerSMB/Report/Taxform/Summary.pm:108 UI/Contact/divs/credit.html:242 +msgid "Tax Form" +msgstr "" + +#: bin/aa.pl:720 +msgid "Tax Form Applied" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:119 +msgid "Tax Form Details Report" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:72 +msgid "Tax Form List" +msgstr "" + +#: LedgerSMB/Report/Taxform/Summary.pm:117 +msgid "Tax Form Report" +msgstr "" + +#: UI/Reports/filters/taxforms.html:21 +msgid "Tax Form Reports" +msgstr "" + +#: sql/Pg-database.sql:2929 +msgid "Tax Forms" +msgstr "" + +#: bin/aa.pl:647 bin/ir.pl:538 bin/is.pl:571 UI/Admin/user_search.html:41 +msgid "Tax ID" +msgstr "" + +#: UI/Contact/divs/employee.html:139 UI/setup/new_user.html:108 +msgid "Tax ID/SSN" +msgstr "" + +#: bin/ir.pl:741 bin/is.pl:841 bin/oe.pl:851 UI/Contact/divs/credit.html:289 +#: UI/orders/order.html:233 +msgid "Tax Included" +msgstr "" + +#: UI/Contact/divs/company.html:101 +msgid "Tax Number/SSN" +msgstr "" + +#: t/data/04-complex_template.html:222 +msgid "Tax Number/SSN:" +msgstr "" + +#: templates/demo/ar_transaction.tex:71 +#: templates/demo_with_images/ar_transaction.tex:71 +#: templates/xedemo/ar_transaction.tex:71 +msgid "Tax Number: [_1]" +msgstr "" + +#: UI/am-taxes.html:17 +msgid "Tax Rules" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:61 +msgid "Tax Status" +msgstr "" + +#: templates/demo/product_receipt.html:190 +#: templates/demo/purchase_order.html:192 +#: templates/demo_with_images/product_receipt.html:190 +#: templates/demo_with_images/purchase_order.html:192 +#: templates/xedemo/product_receipt.html:192 +#: templates/xedemo/purchase_order.html:192 +msgid "Tax included" +msgstr "" + +#: bin/io.pl:247 +msgid "TaxForm" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:65 +msgid "Taxable" +msgstr "" + +#: bin/am.pl:584 UI/Contact/divs/credit.html:263 sql/Pg-database.sql:2841 +msgid "Taxes" +msgstr "" + +#: bin/am.pl:724 +msgid "Taxes saved!" +msgstr "" + +#: templates/demo/ap_transaction.html:229 +#: templates/demo/ar_transaction.html:235 templates/demo/invoice.html:313 +#: templates/demo_with_images/ap_transaction.html:229 +#: templates/demo_with_images/ar_transaction.html:235 +#: templates/demo_with_images/invoice.html:316 +#: templates/xedemo/ap_transaction.html:229 +#: templates/xedemo/ar_transaction.html:235 templates/xedemo/invoice.html:314 +msgid "Taxes shown are included in price." +msgstr "" + +#: templates/demo/ar_transaction.html:61 +#: templates/demo_with_images/ar_transaction.html:61 +#: templates/xedemo/ar_transaction.html:61 +msgid "Taxnumber:" +msgstr "" + +#: templates/demo/ap_transaction.html:62 +#: templates/demo_with_images/ap_transaction.html:62 +#: templates/xedemo/ap_transaction.html:62 +msgid "Taxnumber: [_1]" +msgstr "" + +#: templates/demo/ar_transaction.html:49 templates/demo/ar_transaction.tex:26 +#: templates/demo/letterhead.tex:13 +#: templates/demo_with_images/ar_transaction.html:49 +#: templates/demo_with_images/ar_transaction.tex:26 +#: templates/demo_with_images/letterhead.tex:13 +#: templates/xedemo/ar_transaction.html:49 +#: templates/xedemo/ar_transaction.tex:26 templates/xedemo/letterhead.tex:13 +msgid "Tel:" +msgstr "" + +#: templates/demo/ap_transaction.html:50 templates/demo/ar_transaction.tex:61 +#: templates/demo/bin_list.html:55 templates/demo/bin_list.html:88 +#: templates/demo/invoice.html:49 templates/demo/invoice.html:82 +#: templates/demo/letterhead.html:21 templates/demo/packing_list.html:56 +#: templates/demo/pick_list.html:55 templates/demo/printPayment.html:27 +#: templates/demo/product_receipt.html:54 +#: templates/demo/product_receipt.html:82 templates/demo/product_receipt.tex:52 +#: templates/demo/product_receipt.tex:87 templates/demo/purchase_order.html:54 +#: templates/demo/purchase_order.html:82 templates/demo/purchase_order.tex:52 +#: templates/demo/purchase_order.tex:87 +#: templates/demo/request_quotation.html:55 +#: templates/demo/request_quotation.html:83 +#: templates/demo/request_quotation.tex:52 +#: templates/demo/request_quotation.tex:87 templates/demo/sales_order.html:52 +#: templates/demo/sales_order.html:80 templates/demo/sales_order.tex:51 +#: templates/demo/sales_order.tex:86 templates/demo/sales_quotation.html:48 +#: templates/demo/sales_quotation.tex:57 +#: templates/demo_with_images/ap_transaction.html:50 +#: templates/demo_with_images/ar_transaction.tex:61 +#: templates/demo_with_images/bin_list.html:55 +#: templates/demo_with_images/bin_list.html:88 +#: templates/demo_with_images/invoice.html:51 +#: templates/demo_with_images/invoice.html:84 +#: templates/demo_with_images/letterhead.html:21 +#: templates/demo_with_images/packing_list.html:56 +#: templates/demo_with_images/pick_list.html:55 +#: templates/demo_with_images/printPayment.html:27 +#: templates/demo_with_images/product_receipt.html:54 +#: templates/demo_with_images/product_receipt.html:82 +#: templates/demo_with_images/product_receipt.tex:52 +#: templates/demo_with_images/product_receipt.tex:87 +#: templates/demo_with_images/purchase_order.html:54 +#: templates/demo_with_images/purchase_order.html:82 +#: templates/demo_with_images/purchase_order.tex:52 +#: templates/demo_with_images/purchase_order.tex:87 +#: templates/demo_with_images/request_quotation.html:55 +#: templates/demo_with_images/request_quotation.html:83 +#: templates/demo_with_images/request_quotation.tex:52 +#: templates/demo_with_images/request_quotation.tex:87 +#: templates/demo_with_images/sales_order.html:52 +#: templates/demo_with_images/sales_order.html:80 +#: templates/demo_with_images/sales_order.tex:51 +#: templates/demo_with_images/sales_order.tex:86 +#: templates/demo_with_images/sales_quotation.html:48 +#: templates/demo_with_images/sales_quotation.tex:57 +#: templates/demo_with_images/work_order.html:52 +#: templates/demo_with_images/work_order.html:80 +#: templates/demo_with_images/work_order.tex:61 +#: templates/demo_with_images/work_order.tex:96 +#: templates/demo/work_order.html:52 templates/demo/work_order.html:80 +#: templates/demo/work_order.tex:61 templates/demo/work_order.tex:96 +#: templates/xedemo/ap_transaction.html:50 +#: templates/xedemo/ar_transaction.tex:61 templates/xedemo/bin_list.html:55 +#: templates/xedemo/bin_list.html:88 templates/xedemo/invoice.html:49 +#: templates/xedemo/invoice.html:82 templates/xedemo/letterhead.html:21 +#: templates/xedemo/packing_list.html:56 templates/xedemo/pick_list.html:55 +#: templates/xedemo/printPayment.html:27 +#: templates/xedemo/product_receipt.html:54 +#: templates/xedemo/product_receipt.html:82 +#: templates/xedemo/product_receipt.tex:52 +#: templates/xedemo/product_receipt.tex:87 +#: templates/xedemo/purchase_order.html:54 +#: templates/xedemo/purchase_order.html:82 +#: templates/xedemo/purchase_order.tex:52 +#: templates/xedemo/purchase_order.tex:87 +#: templates/xedemo/request_quotation.html:55 +#: templates/xedemo/request_quotation.html:83 +#: templates/xedemo/request_quotation.tex:52 +#: templates/xedemo/request_quotation.tex:87 +#: templates/xedemo/sales_order.html:52 templates/xedemo/sales_order.html:80 +#: templates/xedemo/sales_order.tex:51 templates/xedemo/sales_order.tex:86 +#: templates/xedemo/sales_quotation.html:48 +#: templates/xedemo/sales_quotation.tex:58 templates/xedemo/work_order.html:52 +#: templates/xedemo/work_order.html:80 templates/xedemo/work_order.tex:61 +#: templates/xedemo/work_order.tex:96 +msgid "Tel: [_1]" +msgstr "" + +#: LedgerSMB/Report/Listings/Templates.pm:75 +msgid "Template Listing" +msgstr "" + +#: LedgerSMB/Scripts/template.pm:71 +msgid "Template Not Found" +msgstr "" + +#: bin/aa.pl:1200 bin/gl.pl:411 +msgid "Template Saved!" +msgstr "" + +#: LedgerSMB/Report/Listings/TemplateTrans.pm:106 +msgid "Template Transactions" +msgstr "" + +#: UI/setup/confirm_operation.html:64 +msgid "Templates" +msgstr "" + +#: LedgerSMB/Num2text.pm:71 +msgid "Ten" +msgstr "" + +#: bin/oe.pl:432 +msgid "Terms" +msgstr "" + +#: templates/demo/product_receipt.html:182 +#: templates/demo/purchase_order.html:184 templates/demo/sales_order.html:183 +#: templates/demo/sales_quotation.html:151 +#: templates/demo_with_images/product_receipt.html:182 +#: templates/demo_with_images/purchase_order.html:184 +#: templates/demo_with_images/sales_order.html:183 +#: templates/demo_with_images/sales_quotation.html:151 +#: templates/xedemo/product_receipt.html:184 +#: templates/xedemo/purchase_order.html:184 +#: templates/xedemo/sales_order.html:183 +#: templates/xedemo/sales_quotation.html:151 +msgid "Terms Net [_1] days" +msgstr "" + +#: t/data/04-complex_template.html:210 +msgid "Terms:" +msgstr "" + +#: templates/demo/sales_order.tex:161 +#: templates/demo_with_images/sales_order.tex:161 +#: templates/xedemo/sales_order.tex:161 +msgid "Terms: Net [_1] days" +msgstr "" + +#: templates/demo/sales_quotation.tex:126 +#: templates/demo_with_images/sales_quotation.tex:126 +#: templates/xedemo/sales_quotation.tex:128 +msgid "Terms: [_1] days" +msgstr "" + +#: templates/demo/invoice.tex:222 templates/demo/sales_order.tex:175 +#: templates/demo_with_images/invoice.tex:223 +#: templates/demo_with_images/sales_order.tex:175 +#: templates/xedemo/invoice.tex:215 templates/xedemo/sales_order.tex:175 +msgid "Thank You for your valued business!" +msgstr "" + +#: templates/demo/invoice.html:273 templates/demo_with_images/invoice.html:276 +#: templates/xedemo/invoice.html:274 +msgid "Thank you for your valued business!" +msgstr "" + +#: templates/demo/printPayment.html:102 +#: templates/demo_with_images/printPayment.html:102 +#: templates/xedemo/printPayment.html:102 +msgid "The amount of" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1591 LedgerSMB/Scripts/payment.pm:1599 +msgid "The amount of the invoice number" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1857 +msgid "The amount to be pay from the accno" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1825 +msgid "The amount to be pay of the invoice number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:332 +msgid "The following transactions have unassigned amounts" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:224 +msgid "Their Balance" +msgstr "" + +#: UI/reconciliation/report.html:83 UI/reconciliation/report.html:146 +msgid "Their Credits" +msgstr "" + +#: UI/reconciliation/report.html:82 UI/reconciliation/report.html:145 +msgid "Their Debits" +msgstr "" + +#: UI/reconciliation/report.html:9 +msgid "There are unapproved reconciliations before the end date of this report." +msgstr "" + +#: UI/reconciliation/report.html:7 +msgid "There are unapproved transactions before the end date of this report." +msgstr "" + +#: UI/payments/use_overpayment1.html:60 +msgid "There is no customer with overpayments" +msgstr "" + +#: UI/payments/use_overpayment1.html:58 +msgid "There is no vendor with overpayments" +msgstr "" + +#: LedgerSMB/Num2text.pm:75 +msgid "Thirteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:93 +msgid "Thirty" +msgstr "" + +#: UI/Contact/divs/address.html:79 UI/Contact/divs/contact_info.html:28 +msgid "This Account" +msgstr "" + +#: UI/setup/complete_migration_revert.html:11 +msgid "This database operation has completed successfully." +msgstr "" + +#: UI/setup/complete.html:11 +msgid "" +"This database operation has completed successfully. LedgerSMB may now be " +"used." +msgstr "" + +#: templates/demo/printPayment.html:109 +#: templates/demo_with_images/printPayment.html:109 +#: templates/xedemo/printPayment.html:109 +msgid "This document has been approved by" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1180 +msgid "This gl movement, is a consecuence of a payment transaction" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1910 +msgid "This gl movement, is the result of a overpayment transaction" +msgstr "" + +#: LedgerSMB/Num2text.pm:104 +msgid "Thousand" +msgstr "" + +#: LedgerSMB/Num2text.pm:64 +msgid "Three" +msgstr "" + +#: t/data/04-complex_template.html:302 UI/Contact/divs/credit.html:128 +msgid "Threshold" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:122 +msgid "Through date" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:138 +msgid "Thu" +msgstr "" + +#: bin/aa.pl:1677 LedgerSMB/Report/GL.pm:137 +#: LedgerSMB/Report/Invoices/Outstanding.pm:259 +#: LedgerSMB/Report/Invoices/Transactions.pm:295 UI/Reports/filters/gl.html:228 +#: UI/Reports/filters/invoice_outstanding.html:252 +#: UI/Reports/filters/invoice_search.html:343 +msgid "Till" +msgstr "" + +#: templates/demo/timecard.html:4 templates/demo/timecard.html:18 +#: templates/demo/timecard.tex:17 templates/demo_with_images/timecard.html:4 +#: templates/demo_with_images/timecard.html:18 +#: templates/demo_with_images/timecard.tex:17 templates/xedemo/timecard.html:4 +#: templates/xedemo/timecard.html:18 templates/xedemo/timecard.tex:17 +msgid "Time Card" +msgstr "" + +#: UI/timecards/entry_filter.html:26 +msgid "Time Frame" +msgstr "" + +#: UI/timecards/timecard.html:65 +msgid "Time In" +msgstr "" + +#: UI/timecards/timecard.html:81 +msgid "Time Out" +msgstr "" + +#: UI/Reports/filters/timecards.html:6 +msgid "Time and Material Cards" +msgstr "" + +#: UI/timecards/timecard.html:15 +msgid "Time or Materials Card" +msgstr "" + +#: sql/Pg-database.sql:2962 sql/Pg-database.sql:2977 +msgid "Timecard" +msgstr "" + +#: UI/timecards/entry_filter.html:6 UI/timecards/entry_filter.html:7 +msgid "Timecard Criteria" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:173 sql/Pg-database.sql:2943 +msgid "Timecards" +msgstr "" + +#: bin/am.pl:871 +msgid "Times" +msgstr "" + +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 +#: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 +#: templates/demo_with_images/invoice.html:24 +#: templates/demo_with_images/request_quotation.tex:27 +#: templates/demo_with_images/sales_order.html:28 +#: templates/demo_with_images/work_order.html:28 +#: templates/demo/work_order.html:28 templates/xedemo/invoice.html:22 +#: templates/xedemo/request_quotation.tex:27 +#: templates/xedemo/sales_order.html:28 templates/xedemo/work_order.html:28 +#: UI/asset/begin_approval.html:31 UI/asset/search_reports.html:34 +#: UI/bp-search.html:29 UI/ca-list-selector.html:33 UI/lib/report_base.html:105 +#: UI/lib/report_base.html:183 UI/pos-receipts.html:23 +#: UI/rc-reconciliation.html:22 UI/Reports/co/filter_bm.html:27 +#: UI/Reports/co/filter_cd.html:45 UI/Reports/filters/aging.html:34 +#: UI/Reports/filters/income_statement.html:139 +#: UI/Reports/filters/income_statement.html:211 +#: UI/Reports/filters/purchase_history.html:127 +#: UI/Reports/filters/purchase_history.html:148 +#: UI/rp-search-generate_income_statement.html:14 +#: UI/rp-search-generate_income_statement.html:66 +#: UI/rp-search-generate_tax_report.html:10 +msgid "To" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:182 +msgid "To Amount" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:133 +#: LedgerSMB/Report/Invoices/Payments.pm:195 +#: LedgerSMB/Report/Reconciliation/Summary.pm:178 +#: LedgerSMB/Report/Taxform/Detail.pm:109 +#: LedgerSMB/Report/Taxform/Summary.pm:107 LedgerSMB/Report/Timecards.pm:161 +#: LedgerSMB/Report/Trial_Balance.pm:217 UI/reconciliation/upload.html:36 +msgid "To Date" +msgstr "" + +#: UI/payments/payments_detail.html:315 +msgid "To Pay" +msgstr "" + +#: bin/oe.pl:2313 +msgid "To Warehouse" +msgstr "" + +#: t/data/04-strings-for-translation.html:7 +msgid "To [_1]" +msgstr "" + +#: UI/payments/use_overpayment2.html:119 +msgid "To be used" +msgstr "" + +#: UI/setup/begin_backup.html:26 +msgid "To email" +msgstr "" + +#: UI/setup/begin_backup.html:40 +msgid "To my browser" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:870 +msgid "To pay" +msgstr "" + +#: templates/demo/product_receipt.html:29 templates/demo/purchase_order.html:29 +#: templates/demo/request_quotation.html:28 +#: templates/demo_with_images/product_receipt.html:29 +#: templates/demo_with_images/purchase_order.html:29 +#: templates/demo_with_images/request_quotation.html:28 +#: templates/xedemo/product_receipt.html:29 +#: templates/xedemo/purchase_order.html:29 +#: templates/xedemo/request_quotation.html:28 +#: UI/payments/payments_detail.html:119 +#: UI/Reports/filters/reconciliation_search.html:19 +#: UI/Reports/filters/reconciliation_search.html:37 +msgid "To:" +msgstr "" + +#: bin/arap.pl:802 bin/io.pl:1920 +msgid "To: [_1]" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:246 +msgid "Too many links on summary account!" +msgstr "" + +#: sql/Pg-database.sql:2797 +msgid "Top-level" +msgstr "" + +#: bin/aa.pl:1719 bin/ir.pl:901 bin/is.pl:988 bin/oe.pl:908 +#: LedgerSMB/Report/Aging.pm:150 LedgerSMB/Report/Inventory/History.pm:160 +#: LedgerSMB/Report/Inventory/Search.pm:299 +#: LedgerSMB/Report/Invoices/COGS.pm:120 +#: LedgerSMB/Report/Invoices/Outstanding.pm:228 +#: LedgerSMB/Report/Invoices/Transactions.pm:277 +#: LedgerSMB/Report/Taxform/Detail.pm:98 LedgerSMB/Report/Taxform/Summary.pm:96 +#: LedgerSMB/Scripts/asset.pm:531 LedgerSMB/Scripts/payment.pm:199 +#: LedgerSMB/Scripts/payment.pm:807 templates/demo/ap_transaction.html:126 +#: templates/demo/ap_transaction.html:147 +#: templates/demo/ar_transaction.html:125 +#: templates/demo/ar_transaction.html:146 templates/demo/invoice.html:179 +#: templates/demo/invoice.tex:172 templates/demo/product_receipt.html:154 +#: templates/demo/product_receipt.html:176 +#: templates/demo/product_receipt.html:183 +#: templates/demo/purchase_order.html:156 +#: templates/demo/purchase_order.html:178 +#: templates/demo/purchase_order.html:185 templates/demo/sales_order.html:158 +#: templates/demo/sales_order.html:186 templates/demo/sales_quotation.html:127 +#: templates/demo/sales_quotation.html:154 templates/demo/timecard.html:105 +#: templates/demo/timecard.tex:45 +#: templates/demo_with_images/ap_transaction.html:126 +#: templates/demo_with_images/ap_transaction.html:147 +#: templates/demo_with_images/ar_transaction.html:125 +#: templates/demo_with_images/ar_transaction.html:146 +#: templates/demo_with_images/invoice.html:182 +#: templates/demo_with_images/invoice.tex:171 +#: templates/demo_with_images/product_receipt.html:154 +#: templates/demo_with_images/product_receipt.html:176 +#: templates/demo_with_images/product_receipt.html:183 +#: templates/demo_with_images/purchase_order.html:156 +#: templates/demo_with_images/purchase_order.html:178 +#: templates/demo_with_images/purchase_order.html:185 +#: templates/demo_with_images/sales_order.html:158 +#: templates/demo_with_images/sales_order.html:186 +#: templates/demo_with_images/sales_quotation.html:127 +#: templates/demo_with_images/sales_quotation.html:154 +#: templates/demo_with_images/timecard.html:105 +#: templates/demo_with_images/timecard.tex:45 +#: templates/xedemo/ap_transaction.html:126 +#: templates/xedemo/ap_transaction.html:147 +#: templates/xedemo/ar_transaction.html:125 +#: templates/xedemo/ar_transaction.html:146 templates/xedemo/invoice.html:180 +#: templates/xedemo/invoice.tex:166 templates/xedemo/product_receipt.html:156 +#: templates/xedemo/product_receipt.html:178 +#: templates/xedemo/product_receipt.html:185 +#: templates/xedemo/purchase_order.html:156 +#: templates/xedemo/purchase_order.html:178 +#: templates/xedemo/purchase_order.html:185 +#: templates/xedemo/sales_order.html:158 templates/xedemo/sales_order.html:186 +#: templates/xedemo/sales_quotation.html:127 +#: templates/xedemo/sales_quotation.html:154 templates/xedemo/timecard.html:105 +#: templates/xedemo/timecard.tex:45 UI/orders/order.html:225 +#: UI/payments/payment1.html:81 UI/payments/payment1.html:90 +#: UI/payments/payment2.html:323 UI/payments/payments_detail.html:311 +#: UI/reconciliation/report.html:127 UI/reconciliation/report.html:186 +#: UI/reconciliation/report.html:234 +#: UI/Reports/filters/invoice_outstanding.html:205 +#: UI/Reports/filters/invoice_search.html:296 +#: UI/rp-search-generate_tax_report.html:175 +msgid "Total" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:638 +msgid "Total Accum. Dep." +msgstr "" + +#: templates/demo/statement.html:109 +#: templates/demo_with_images/statement.html:109 +#: templates/xedemo/statement.html:109 +msgid "Total Outstanding" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:138 +msgid "Total Paid" +msgstr "" + +#: UI/accounts/edit.html:364 +msgid "Tracking Items" +msgstr "" + +#: bin/is.pl:449 bin/oe.pl:446 +msgid "Trade Discount" +msgstr "" + +#: bin/aa.pl:205 bin/am.pl:1502 +msgid "Transaction" +msgstr "" + +#: sql/Pg-database.sql:2852 +msgid "Transaction Approval" +msgstr "" + +#: LedgerSMB/Report/PNL/Invoice.pm:89 UI/import_csv/import_csv.html:43 +#: UI/import_csv/import_inventory_csv.html:33 +#: UI/Reports/filters/purchase_history.html:132 +msgid "Transaction Date" +msgstr "" + +#: bin/gl.pl:687 +msgid "Transaction Date missing!" +msgstr "" + +#: bin/pe.pl:853 +msgid "Transaction Dates" +msgstr "" + +#: UI/reconciliation/report.html:75 UI/reconciliation/report.html:138 +#: UI/Reports/filters/unapproved.html:39 +msgid "Transaction Type" +msgstr "" + +#: UI/setup/complete.html:27 UI/setup/confirm_operation.html:111 +msgid "Transactions" +msgstr "" + +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 +#: sql/Pg-database.sql:2862 +msgid "Transfer" +msgstr "" + +#: bin/oe.pl:2179 bin/oe.pl:2329 +msgid "Transfer Inventory" +msgstr "" + +#: bin/oe.pl:2197 +msgid "Transfer from" +msgstr "" + +#: bin/oe.pl:2201 +msgid "Transfer to" +msgstr "" + +#: bin/pe.pl:403 bin/pe.pl:578 +msgid "Translation" +msgstr "" + +#: bin/pe.pl:86 +msgid "Translation deleted!" +msgstr "" + +#: bin/io.pl:824 +msgid "Translation not on file!" +msgstr "" + +#: sql/Pg-database.sql:2838 sql/Pg-database.sql:2941 +msgid "Translations" +msgstr "" + +#: bin/pe.pl:65 +msgid "Translations saved!" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:141 sql/Pg-database.sql:2866 +msgid "Trial Balance" +msgstr "" + +#: LedgerSMB/Num2text.pm:107 +msgid "Trillion" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:130 +msgid "Tue" +msgstr "" + +#: LedgerSMB/Num2text.pm:74 +msgid "Twelve" +msgstr "" + +#: LedgerSMB/Num2text.pm:82 +msgid "Twenty" +msgstr "" + +#: LedgerSMB/Num2text.pm:91 +msgid "Twenty Eight" +msgstr "" + +#: LedgerSMB/Num2text.pm:88 +msgid "Twenty Five" +msgstr "" + +#: LedgerSMB/Num2text.pm:87 +msgid "Twenty Four" +msgstr "" + +#: LedgerSMB/Num2text.pm:92 +msgid "Twenty Nine" +msgstr "" + +#: LedgerSMB/Num2text.pm:83 +msgid "Twenty One" +msgstr "" + +#: LedgerSMB/Num2text.pm:84 +msgid "Twenty One-o" +msgstr "" + +#: LedgerSMB/Num2text.pm:90 +msgid "Twenty Seven" +msgstr "" + +#: LedgerSMB/Num2text.pm:89 +msgid "Twenty Six" +msgstr "" + +#: LedgerSMB/Num2text.pm:86 +msgid "Twenty Three" +msgstr "" + +#: LedgerSMB/Num2text.pm:85 +msgid "Twenty Two" +msgstr "" + +#: LedgerSMB/Num2text.pm:63 +msgid "Two" +msgstr "" + +#: bin/io.pl:2176 LedgerSMB/Report/Inventory/History.pm:146 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:87 +#: LedgerSMB/Report/Unapproved/Drafts.pm:80 LedgerSMB/Scripts/asset.pm:527 +#: t/data/04-complex_template.html:384 UI/Contact/divs/address.html:80 +#: UI/Contact/divs/address.html:119 UI/Contact/divs/contact_info.html:29 +#: UI/Contact/divs/credit.html:19 UI/Contact/divs/wage.html:4 +msgid "Type" +msgstr "" + +#: UI/am-business-form.html:12 sql/Pg-database.sql:2882 +msgid "Type of Business" +msgstr "" + +#: t/data/04-complex_template.html:411 t/data/04-complex_template.html:494 +#: t/data/04-complex_template.html:526 +msgid "Type:" +msgstr "" + +#: UI/payments/use_overpayment2.html:264 +msgid "UPDATE" +msgstr "" + +#: lsmb-request.pl:113 +msgid "Unable to open script" +msgstr "" + +#: LedgerSMB/Contact.pm:60 +msgid "Unable to save contact information" +msgstr "" + +#: UI/rc-display-form.html:78 +msgid "Under" +msgstr "" + +#: LedgerSMB/Scripts/template.pm:115 +msgid "Unexpected file name, expected [_1], got [_2]" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:275 +msgid "Unique AR Invoice numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:175 +msgid "Unique Customernumber" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:194 +msgid "Unique Vendornumber" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:260 +msgid "Unique nonobsolete partnumbers" +msgstr "" + +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 +#: LedgerSMB/Report/Contact/History.pm:91 +#: LedgerSMB/Report/Inventory/History.pm:130 +#: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 +#: templates/demo/product_receipt.tex:119 templates/demo/purchase_order.tex:119 +#: templates/demo/sales_order.tex:120 +#: templates/demo_with_images/invoice.tex:143 +#: templates/demo_with_images/product_receipt.tex:119 +#: templates/demo_with_images/purchase_order.tex:119 +#: templates/demo_with_images/sales_order.tex:120 +#: templates/xedemo/invoice.tex:138 templates/xedemo/product_receipt.tex:119 +#: templates/xedemo/purchase_order.tex:119 templates/xedemo/sales_order.tex:120 +#: UI/payroll/income.html:74 UI/Reports/filters/purchase_history.html:291 +#: UI/Reports/filters/search_goods.html:216 +msgid "Unit" +msgstr "" + +#: templates/demo/invoice.html:140 templates/demo/request_quotation.html:145 +#: templates/demo/request_quotation.tex:124 +#: templates/demo_with_images/invoice.html:142 +#: templates/demo_with_images/request_quotation.html:145 +#: templates/demo_with_images/request_quotation.tex:124 +#: templates/xedemo/invoice.html:140 +#: templates/xedemo/request_quotation.html:145 +#: templates/xedemo/request_quotation.tex:124 +msgid "Unit Price" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:176 +msgid "Unknown database found." +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:258 +msgid "Unlock" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:230 +msgid "Unlock Batch" +msgstr "" + +#: UI/Reports/filters/unapproved.html:72 +msgid "Unpproved" +msgstr "" + +#: UI/Reports/filters/payments.html:23 +msgid "Unsupported Number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:446 LedgerSMB/Upgrade_Tests.pm:503 +msgid "Unsupported account categories" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:464 LedgerSMB/Upgrade_Tests.pm:521 +msgid "Unsupported account link combinations" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:442 +msgid "Unsupported account type" +msgstr "" + +#: UI/Reports/filters/contact_search.html:16 +msgid "Unsupported. Expect errors" +msgstr "" + +#: UI/Reports/filters/search_goods.html:115 +msgid "Unused" +msgstr "" + +#: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 +#: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: UI/am-taxes.html:61 UI/payments/payment2.html:333 +#: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 +#: UI/payroll/income.html:96 UI/reconciliation/report.html:260 +msgid "Update" +msgstr "" + +#: bin/ic.pl:789 +msgid "Updated" +msgstr "" + +#: UI/setup/upgrade_info.html:76 +msgid "Upgrade" +msgstr "" + +#: UI/setup/upgrade_info.html:8 +msgid "Upgrade Info" +msgstr "" + +#: UI/file/attachment_screen.html:48 UI/templates/preview.html:37 +msgid "Upload" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:56 LedgerSMB/Report/File/Internal.pm:54 +msgid "Uploaded At" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:59 LedgerSMB/Report/File/Internal.pm:57 +msgid "Uploaded By" +msgstr "" + +#: UI/file/attachment_screen.html:26 +msgid "Url" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:95 UI/asset/edit_asset.html:93 +#: UI/asset/search_asset.html:87 +msgid "Usable Life" +msgstr "" + +#: sql/Pg-database.sql:2808 +msgid "Use AR Overpayment" +msgstr "" + +#: UI/payments/use_overpayment1.html:9 sql/Pg-database.sql:2807 +msgid "Use Overpayment" +msgstr "" + +#: bin/io.pl:2285 +msgid "Use Shipto" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1734 +msgid "Use overpayment/prepayment" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:86 +msgid "Used" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:167 t/data/04-complex_template.html:36 +#: UI/am-company-logo.html:12 UI/Contact/divs/user.html:2 +msgid "User" +msgstr "" + +#: UI/login.html:41 +msgid "User Name" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:967 +msgid "User already exists. Import?" +msgstr "" + +#: UI/Admin/edit_user.html:25 UI/Admin/edit_user.html:38 +#: UI/Contact/divs/user.html:24 UI/Contact/divs/user.html:37 +#: UI/setup/edit_user.html:29 UI/setup/edit_user.html:42 +#: UI/setup/list_users.html:12 UI/setup/new_user.html:23 +msgid "Username" +msgstr "" + +#: UI/Admin/user_search.html:11 +msgid "Username:" +msgstr "" + +#: UI/setup/complete.html:28 UI/setup/confirm_operation.html:47 +#: UI/setup/confirm_operation.html:112 +msgid "Users" +msgstr "" + +#: UI/Contact/pricelist.csv:34 UI/Contact/pricelist.html:47 +#: UI/Contact/pricelist.tex:46 +msgid "Valid From" +msgstr "" + +#: UI/am-taxes.html:15 UI/Contact/pricelist.csv:37 UI/Contact/pricelist.html:50 +#: UI/Contact/pricelist.tex:50 +msgid "Valid To" +msgstr "" + +#: bin/oe.pl:524 templates/demo/sales_quotation.html:73 +#: templates/demo/sales_quotation.tex:76 +#: templates/demo_with_images/sales_quotation.html:73 +#: templates/demo_with_images/sales_quotation.tex:76 +#: templates/xedemo/sales_quotation.html:73 +#: templates/xedemo/sales_quotation.tex:77 +msgid "Valid until" +msgstr "" + +#: UI/Reports/filters/income_statement.html:22 +msgid "Valuation" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:91 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:99 +msgid "Variance" +msgstr "" + +#: UI/reconciliation/report.html:40 +msgid "Variance:" +msgstr "" + +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: LedgerSMB/Report/Invoices/Outstanding.pm:176 +#: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 +#: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 +#: UI/payments/payments_detail.html:12 UI/payments/use_overpayment1.html:27 +#: UI/payments/use_overpayment2.html:23 UI/payments/use_overpayment2.html:144 +#: UI/Reports/filters/aging.html:14 +#: UI/Reports/filters/invoice_outstanding.html:6 +#: UI/Reports/filters/invoice_search.html:6 UI/Reports/filters/orders.html:5 +#: UI/rp-search-generate_tax_report.html:141 sql/Pg-database.sql:542 +msgid "Vendor" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:246 +msgid "Vendor Account" +msgstr "" + +#: sql/Pg-database.sql:2794 +msgid "Vendor History" +msgstr "" + +#: bin/oe.pl:748 bin/oe.pl:951 t/data/04-complex_template.html:334 +#: UI/Contact/divs/credit.html:333 sql/Pg-database.sql:2903 +msgid "Vendor Invoice" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:106 +msgid "Vendor Invoice/AP Transaction Number" +msgstr "" + +#: UI/payments/payment1.html:37 UI/payments/payment2.html:31 +#: UI/Reports/filters/orders.html:6 +msgid "Vendor Name" +msgstr "" + +#: bin/aa.pl:1681 bin/io.pl:2062 LedgerSMB/Report/Invoices/Payments.pm:113 +#: LedgerSMB/Report/Invoices/Payments.pm:183 +#: LedgerSMB/Scripts/configuration.pm:113 UI/asset/edit_asset.html:185 +#: UI/asset/search_asset.html:164 UI/payments/payments_filter.html:63 +#: UI/Reports/filters/invoice_outstanding.html:7 +#: UI/Reports/filters/invoice_search.html:7 +#: UI/Reports/filters/overpayments.html:20 UI/Reports/filters/payments.html:22 +#: UI/Reports/filters/purchase_history.html:57 +#: UI/Reports/filters/taxforms.html:41 +msgid "Vendor Number" +msgstr "" + +#: UI/Contact/pricelist.csv:20 UI/Contact/pricelist.html:35 +#: UI/Contact/pricelist.tex:29 +msgid "Vendor Partnumber" +msgstr "" + +#: bin/ic.pl:1036 +msgid "Vendor Reference Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:10 +msgid "Vendor Search" +msgstr "" + +#: bin/aa.pl:1388 bin/ir.pl:1451 bin/oe.pl:1314 +msgid "Vendor missing!" +msgstr "" + +#: bin/arap.pl:159 bin/pe.pl:1249 +msgid "Vendor not on file!" +msgstr "" + +#: old-handler.pl:237 +msgid "Version" +msgstr "" + +#: UI/am-company-logo.html:6 +msgid "Version [_1]" +msgstr "" + +#: bin/is.pl:693 +msgid "Void" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:134 +msgid "Voucher List" +msgstr "" + +#: sql/Pg-database.sql:2860 sql/Pg-database.sql:2861 sql/Pg-database.sql:2984 +msgid "Vouchers" +msgstr "" + +#: UI/Contact/divs/wage.html:2 +msgid "Wages and Deductions" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:168 +msgid "Wages/Deductions" +msgstr "" + +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 +#: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 +#: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 +#: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 +#: templates/demo_with_images/bin_list.tex:82 +#: templates/demo_with_images/packing_list.html:83 +#: templates/demo_with_images/packing_list.tex:90 +#: templates/demo_with_images/pick_list.html:81 +#: templates/demo_with_images/pick_list.tex:82 +#: templates/xedemo/bin_list.html:112 templates/xedemo/bin_list.tex:82 +#: templates/xedemo/packing_list.html:83 templates/xedemo/packing_list.tex:90 +#: templates/xedemo/pick_list.html:81 templates/xedemo/pick_list.tex:82 +#: UI/Reports/filters/search_goods.html:348 +msgid "Warehouse" +msgstr "" + +#: LedgerSMB/Report/Listings/Warehouse.pm:57 sql/Pg-database.sql:2884 +msgid "Warehouses" +msgstr "" + +#: UI/oe-save_warn.html:5 +msgid "Warning!" +msgstr "" + +#: UI/lib/ui-header.html:29 +msgid "Warning: Your password will expire in [_1]" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:134 +msgid "Wed" +msgstr "" + +#: bin/am.pl:826 UI/timecards/entry_filter.html:24 +msgid "Week" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:97 +msgid "Week Starting" +msgstr "" + +#: bin/arap.pl:532 +msgid "Week(s)" +msgstr "" + +#: UI/timecards/timecard-week.html:50 +msgid "Weekly Time and Materials Entry" +msgstr "" + +#: bin/am.pl:827 +msgid "Weeks" +msgstr "" + +#: bin/ic.pl:552 bin/ic.pl:579 bin/ic.pl:601 +#: LedgerSMB/Report/Inventory/Search.pm:218 +#: UI/Reports/filters/search_goods.html:298 +msgid "Weight" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:44 +msgid "Weight Unit" +msgstr "" + +#: bin/io.pl:864 +msgid "What type of item is this?" +msgstr "" + +#: UI/setup/begin_backup.html:8 +msgid "Where shall we send the backup?" +msgstr "" + +#: sql/Pg-database.sql:3765 +msgid "Whole Month Straight Line" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:121 +msgid "Widgit Themes" +msgstr "" + +#: bin/am.pl:1509 bin/io.pl:1409 bin/io.pl:1600 bin/oe.pl:307 +#: templates/demo_with_images/work_order.html:4 +#: templates/demo_with_images/work_order.html:18 +#: templates/demo_with_images/work_order.tex:109 +#: templates/demo/work_order.html:4 templates/demo/work_order.html:18 +#: templates/demo/work_order.tex:109 templates/xedemo/work_order.html:4 +#: templates/xedemo/work_order.html:18 templates/xedemo/work_order.tex:109 +#: sql/Pg-database.sql:2956 sql/Pg-database.sql:2969 +msgid "Work Order" +msgstr "" + +#: UI/Reports/aging_report.html:120 +msgid "XLS" +msgstr "" + +#: sql/Pg-database.sql:814 +msgid "Yahoo" +msgstr "" + +#: bin/aa.pl:1665 bin/am.pl:828 bin/pe.pl:845 LedgerSMB/DBObject/Date.pm:93 +#: UI/bp-search.html:50 UI/lib/report_base.html:153 UI/lib/report_base.html:238 +#: UI/pos-receipts.html:41 UI/rc-reconciliation.html:59 +#: UI/rp-search-generate_income_statement.html:52 +#: UI/rp-search-generate_tax_report.html:48 +msgid "Year" +msgstr "" + +#: sql/Pg-database.sql:2865 +msgid "Year End" +msgstr "" + +#: bin/arap.pl:534 +msgid "Year(s)" +msgstr "" + +#: UI/accounts/yearend.html:18 UI/accounts/yearend.html:31 +msgid "Yearend" +msgstr "" + +#: UI/accounts/yearend_complete.html:4 +msgid "Yearend complete" +msgstr "" + +#: bin/am.pl:829 +msgid "Years" +msgstr "" + +#: bin/oe.pl:1439 LedgerSMB/Report/Taxform/List.pm:100 +#: UI/am-audit-control.html:14 UI/am-audit-control.html:25 +#: UI/ca-list-selector.html:42 UI/Configuration/settings.html:26 +#: UI/setup/confirm_operation.html:26 +msgid "Yes" +msgstr "" + +#: old-handler.pl:192 +msgid "You are logged out!" +msgstr "" + +#: UI/users/preferences.html:22 +msgid "Your password will expire in [_1]" +msgstr "" + +#: t/data/04-complex_template.html:388 +msgid "ZIP/Post Code" +msgstr "" + +#: LedgerSMB/Num2text.pm:60 +msgid "Zero" +msgstr "" + +#: bin/io.pl:2120 +msgid "Zip Code" +msgstr "" + +#: UI/Contact/divs/address.html:84 UI/Contact/divs/address.html:171 +msgid "Zip/Post Code" +msgstr "" + +#: t/data/04-complex_template.html:463 +msgid "Zip/Post Code:" +msgstr "" + +#: UI/Reports/filters/contact_search.html:102 +#: UI/Reports/filters/purchase_history.html:94 +msgid "Zip/Postal Code" +msgstr "" + +#: LedgerSMB/Report/PNL.pm:154 +msgid "" +"[_1]\n" +"[_2]" +msgstr "" + +#: bin/gl.pl:207 +msgid "[_1] Cash Transfer Transaction" +msgstr "" + +#: bin/aa.pl:430 +msgid "[_1] Credit Note" +msgstr "" + +#: bin/aa.pl:433 +msgid "[_1] Debit Note" +msgstr "" + +#: bin/gl.pl:210 +msgid "[_1] General Ledger Transaction" +msgstr "" + +#: bin/arap.pl:173 +msgid "[_1] Number" +msgstr "" + +#: bin/aa.pl:424 +msgid "[_1] [_2] Transaction" +msgstr "" + +#: bin/ic.pl:1664 +msgid "[_1]: Customer not on file!" +msgstr "" + +#: bin/ic.pl:1586 +msgid "[_1]: Vendor not on file!" +msgstr "" + +#: old-handler.pl:246 +msgid "action not defined!" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:2 +msgid "as at" +msgstr "" + +#: UI/Reports/co/filter_bm.html:114 +msgid "balance" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:473 +msgid "cash" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:474 +msgid "check" +msgstr "" + +#: bin/io.pl:2114 +msgid "city" +msgstr "" + +#: bin/ic.pl:1092 bin/oe.pl:434 t/data/04-complex_template.html:215 +#: t/data/04-complex_template.html:255 UI/Contact/divs/credit.html:149 +#: UI/Contact/divs/credit.html:166 +msgid "days" +msgstr "" + +#: UI/Reports/co/filter_bm.html:99 +msgid "debits" +msgstr "" + +#: LedgerSMB/Scripts/admin.pm:140 +msgid "delete" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:475 +msgid "deposit" +msgstr "" + +#: sql/Pg-database.sql:3839 +msgid "depreciation" +msgstr "" + +#: sql/Pg-database.sql:3840 +msgid "disposal" +msgstr "" + +#: bin/am.pl:1278 bin/am.pl:1349 bin/am.pl:1403 bin/am.pl:1444 bin/am.pl:1486 +msgid "done" +msgstr "" + +#: bin/ir.pl:1145 bin/ir.pl:1425 bin/is.pl:1455 bin/oe.pl:1285 +msgid "ea" +msgstr "" + +#: bin/am.pl:1352 bin/am.pl:1489 +msgid "failed" +msgstr "" + +#: t/data/04-gettext.tex:10 +msgid "fr" +msgstr "" + +#: sql/Pg-database.sql:3841 +msgid "import" +msgstr "" + +#: sql/Pg-database.sql:3766 +msgid "in months" +msgstr "" + +#: sql/Pg-database.sql:3761 sql/Pg-database.sql:3769 +msgid "in years" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1859 +msgid "is bigger than the amount available" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1599 +msgid "is lesser than 0" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1591 +msgid "is lesser than the amount to be paid" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1825 +msgid "is null" +msgstr "" + +#: UI/Configuration/sequence.html:12 +msgid "label" +msgstr "" + +#: t/data/04-gettext.html:3 t/data/04-gettext.html:4 +msgid "nl" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:476 +msgid "other" +msgstr "" + +#: sql/Pg-database.sql:3842 +msgid "partial disposal" +msgstr "" + +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 +msgid "permalink" +msgstr "" + +#: sql/Pg-database.sql:3731 +msgid "production" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:215 +msgid "psql not found." +msgstr "" + +#: bin/arap.pl:809 bin/io.pl:1926 +msgid "sent" +msgstr "" + +#: UI/Reports/co/filter_bm.html:92 +msgid "starting_balance" +msgstr "" + +#: UI/Reports/filters/search_goods.html:370 +msgid "subtotal" +msgstr "" + +#: sql/Pg-database.sql:3730 +msgid "time" +msgstr "" + +#: bin/arap.pl:561 +msgid "time(s)" +msgstr "" + +#: bin/ic.pl:1445 +msgid "unexpected error!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1868 LedgerSMB/Scripts/payment.pm:1884 +#: LedgerSMB/Scripts/payment.pm:1937 LedgerSMB/Scripts/payment.pm:1953 +msgid "use of an overpayment" +msgstr "" + +#: t/data/04-gettext.tex:8 +msgid "zh_CN" +msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/be@tarask.po ledgersmb-1.4-1.4.42/locale/po/be@tarask.po --- ledgersmb-1.4-1.4.41/locale/po/be@tarask.po 1970-01-01 00:00:00.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/be@tarask.po 2017-09-16 19:45:59.000000000 +0000 @@ -0,0 +1,9140 @@ +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: LedgerSMB\n" +"Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2015-12-27 22:20+0000\n" +"Language-Team: Belarusian (Tarask) (http://www.transifex.com/ledgersmb/" +"ledgersmb/language/be@tarask/)\n" +"Language: be@tarask\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#: LedgerSMB/Report/Invoices/Outstanding.pm:163 +msgid "# Invoices" +msgstr "" + +#: templates/demo/product_receipt.html:130 +#: templates/demo/purchase_order.html:132 +#: templates/demo_with_images/product_receipt.html:130 +#: templates/demo_with_images/purchase_order.html:132 +#: templates/xedemo/product_receipt.html:132 +#: templates/xedemo/purchase_order.html:132 +msgid "%" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:112 +msgid "% Dep." +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:96 +msgid "(+) Salvage Value" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:104 +msgid "(-) Accum. Dep." +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:108 +msgid "(=) NBV" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:138 +msgid "(Locked)" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:132 templates/demo/statement.html:65 +#: templates/demo_with_images/statement.html:65 +#: templates/xedemo/statement.html:65 +msgid "30" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:138 templates/demo/statement.html:66 +#: templates/demo_with_images/statement.html:66 +#: templates/xedemo/statement.html:66 +msgid "60" +msgstr "" + +#: bin/io.pl:1499 +msgid "894.EDI" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:144 templates/demo/statement.html:67 +#: templates/demo_with_images/statement.html:67 +#: templates/xedemo/statement.html:67 +msgid "90" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:295 +msgid "?????" +msgstr "" + +#: bin/ic.pl:1284 +msgid "A" +msgstr "" + +#: templates/demo/invoice.tex:32 templates/demo/packing_list.tex:22 +#: templates/demo_with_images/invoice.tex:32 +#: templates/demo_with_images/packing_list.tex:22 +#: templates/xedemo/invoice.tex:31 templates/xedemo/packing_list.tex:22 +msgid "" +"A return authorization must be obtained from [_1] before goods are returned. " +"Returns must be shipped prepaid and properly insured. [_1] will not be " +"responsible for damages during transit." +msgstr "" + +#: sql/Pg-database.sql:813 +msgid "AIM" +msgstr "" + +#: bin/am.pl:878 UI/Reports/filters/unapproved.html:13 +#: UI/setup/complete.html:21 UI/setup/confirm_operation.html:105 +#: sql/Pg-database.sql:2854 +msgid "AP" +msgstr "" + +#: sql/Pg-database.sql:2803 +msgid "AP Aging" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:105 +msgid "AP Invoice" +msgstr "" + +#: UI/Reports/filters/search_goods.html:155 +msgid "AP Invoices" +msgstr "" + +#: bin/aa.pl:1621 LedgerSMB/Report/Invoices/Outstanding.pm:300 +#: UI/Reports/filters/invoice_outstanding.html:5 +msgid "AP Outstanding" +msgstr "" + +#: t/data/04-complex_template.html:325 templates/demo/ap_transaction.html:4 +#: templates/demo/ap_transaction.html:18 templates/demo/ap_transaction.tex:18 +#: templates/demo_with_images/ap_transaction.html:4 +#: templates/demo_with_images/ap_transaction.html:18 +#: templates/demo_with_images/ap_transaction.tex:18 +#: templates/xedemo/ap_transaction.html:4 +#: templates/xedemo/ap_transaction.html:18 +#: templates/xedemo/ap_transaction.tex:18 UI/Contact/divs/credit.html:324 +#: sql/Pg-database.sql:2952 sql/Pg-database.sql:2965 +msgid "AP Transaction" +msgstr "" + +#: bin/aa.pl:1577 LedgerSMB/Report/Contact/Purchase.pm:128 +msgid "AP Transactions" +msgstr "" + +#: sql/Pg-database.sql:2917 +msgid "AP Voucher" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:22 +msgid "AP account" +msgstr "" + +#: bin/am.pl:877 UI/Reports/filters/unapproved.html:14 +#: UI/setup/complete.html:22 UI/setup/confirm_operation.html:106 +#: sql/Pg-database.sql:2853 +msgid "AR" +msgstr "" + +#: sql/Pg-database.sql:2800 +msgid "AR Aging" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:101 +msgid "AR Invoice" +msgstr "" + +#: UI/Reports/filters/search_goods.html:132 +msgid "AR Invoices" +msgstr "" + +#: bin/aa.pl:1620 LedgerSMB/Report/Invoices/Outstanding.pm:302 +#: UI/Reports/filters/invoice_outstanding.html:9 +msgid "AR Outstanding" +msgstr "" + +#: templates/demo/ar_transaction.html:4 templates/demo/ar_transaction.html:18 +#: templates/demo/ar_transaction.tex:33 +#: templates/demo_with_images/ar_transaction.html:4 +#: templates/demo_with_images/ar_transaction.html:18 +#: templates/demo_with_images/ar_transaction.tex:33 +#: templates/xedemo/ar_transaction.html:4 +#: templates/xedemo/ar_transaction.html:18 +#: templates/xedemo/ar_transaction.tex:33 sql/Pg-database.sql:2951 +#: sql/Pg-database.sql:2964 +msgid "AR Transaction" +msgstr "" + +#: bin/aa.pl:1576 LedgerSMB/Report/Contact/Purchase.pm:130 +msgid "AR Transactions" +msgstr "" + +#: sql/Pg-database.sql:2916 +msgid "AR Voucher" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:13 +msgid "AR account" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:112 +#: LedgerSMB/Report/Unapproved/Drafts.pm:105 +msgid "AR/AP/GL Amount" +msgstr "" + +#: sql/Pg-database.sql:3792 +msgid "Abandonment" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:90 LedgerSMB/Report/Taxform/Summary.pm:87 +msgid "Acc_trans Sum" +msgstr "" + +#: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 +#: LedgerSMB/Scripts/setup.pm:826 +msgid "Access Denied" +msgstr "" + +#: bin/aa.pl:652 bin/aa.pl:718 bin/aa.pl:887 bin/aa.pl:1756 bin/ic.pl:1136 +#: bin/ir.pl:533 bin/ir.pl:928 bin/is.pl:566 bin/is.pl:1016 bin/oe.pl:505 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:65 +#: LedgerSMB/Report/co/Caja_Diaria.pm:66 +#: LedgerSMB/Report/Invoices/Outstanding.pm:209 +#: LedgerSMB/Report/Reconciliation/Summary.pm:132 +#: t/data/04-complex_template.html:27 templates/demo/invoice.html:247 +#: templates/demo/printPayment.html:44 +#: templates/demo_with_images/invoice.html:250 +#: templates/demo_with_images/printPayment.html:44 +#: templates/xedemo/invoice.html:248 templates/xedemo/printPayment.html:44 +#: UI/accounts/edit.html:111 UI/budgetting/budget_entry.html:62 +#: UI/Contact/contact.html:20 UI/Contact/divs/credit.html:172 +#: UI/journal/journal_entry.html:114 UI/orders/order.html:253 +#: UI/payments/payment2.html:80 UI/payments/payment2.html:189 +#: UI/payments/payment2.html:234 UI/payments/payments_detail.html:213 +#: UI/payments/payments_filter.html:94 UI/payroll/deduction.html:50 +#: UI/payroll/income.html:52 UI/rc-reconciliation.html:12 +#: UI/reconciliation/upload.html:25 UI/Reports/filters/aging.html:25 +#: UI/Reports/filters/gl.html:32 UI/Reports/filters/gl.html:235 +#: UI/Reports/filters/invoice_outstanding.html:32 +#: UI/Reports/filters/invoice_search.html:28 UI/Reports/filters/orders.html:28 +#: UI/Reports/filters/orders.html:155 +msgid "Account" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:160 UI/payments/use_overpayment2.html:117 +msgid "Account Description" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:76 +msgid "Account Label" +msgstr "" + +#: LedgerSMB/Report/GL.pm:152 UI/Reports/co/filter_bm.html:85 +#: UI/Reports/co/filter_cd.html:69 UI/Reports/filters/gl.html:247 +msgid "Account Name" +msgstr "" + +#: LedgerSMB/Report/GL.pm:147 +msgid "Account No." +msgstr "" + +#: bin/ic.pl:1035 bin/ic.pl:1697 LedgerSMB/Report/Budget/Search.pm:123 +#: LedgerSMB/Report/Budget/Variance.pm:72 LedgerSMB/Report/COA.pm:88 +#: LedgerSMB/Report/Contact/History.pm:60 +#: LedgerSMB/Report/Contact/History.pm:141 +#: LedgerSMB/Report/Contact/Purchase.pm:143 +#: LedgerSMB/Report/Contact/Search.pm:100 LedgerSMB/Report/GL.pm:211 +#: LedgerSMB/Report/Invoices/Payments.pm:191 LedgerSMB/Report/PNL/ECA.pm:92 +#: LedgerSMB/Report/Taxform/Detail.pm:82 LedgerSMB/Report/Taxform/Detail.pm:111 +#: LedgerSMB/Report/Taxform/Summary.pm:79 LedgerSMB/Report/Trial_Balance.pm:154 +#: LedgerSMB/Scripts/payment.pm:148 t/data/04-complex_template.html:558 +#: UI/accounts/edit.html:26 UI/accounts/edit.html:120 +#: UI/Contact/divs/bank_act.html:18 UI/payments/use_overpayment2.html:116 +#: UI/Reports/co/filter_bm.html:78 UI/Reports/co/filter_cd.html:62 +#: UI/Reports/filters/contact_search.html:82 +#: UI/rp-search-generate_balance_sheet.html:88 +#: UI/rp-search-generate_income_statement.html:138 +msgid "Account Number" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:130 +msgid "Account Number End" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:128 +msgid "Account Number Start" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:149 +msgid "Account Title" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:78 LedgerSMB/Report/Taxform/Summary.pm:75 +#: UI/accounts/edit.html:197 +msgid "Account Type" +msgstr "" + +#: LedgerSMB/GL.pm:206 +msgid "Account [_1] not found" +msgstr "" + +#: bin/gl.pl:645 +msgid "Account [_1] not found." +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:192 +#: UI/Reports/filters/income_statement.html:275 +msgid "Account category" +msgstr "" + +#: bin/am.pl:132 +msgid "Account does not exist!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:145 +#: UI/Reports/filters/income_statement.html:228 +msgid "Account numbers" +msgstr "" + +#: UI/payments/payments_detail.html:135 UI/reconciliation/report.html:16 +#: UI/Reports/filters/reconciliation_search.html:48 +msgid "Account:" +msgstr "" + +#: UI/lib/report_base.html:58 UI/rp-search.html:24 +msgid "Accounts" +msgstr "" + +#: UI/Reports/co/filter_cd.html:24 +msgid "Accounts From" +msgstr "" + +#: UI/Reports/co/filter_cd.html:29 +msgid "Accounts To" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:486 LedgerSMB/Upgrade_Tests.pm:543 +msgid "Accounts without heading" +msgstr "" + +#: UI/Reports/filters/income_statement.html:30 +#: UI/rp-search-generate_balance_sheet.html:64 +#: UI/rp-search-generate_income_statement.html:114 +#: UI/rp-search-generate_tax_report.html:92 +msgid "Accrual" +msgstr "" + +#: UI/taxform/add_taxform.html:77 +msgid "Accrual Basis:" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:769 +msgid "Accum. Depreciation" +msgstr "" + +#: lsmb-request.pl:116 +msgid "Action Not Defined: " +msgstr "" + +#: LedgerSMB/Form.pm:645 UI/lib/elements.html:393 +msgid "Action: [_1], ID: [_2]" +msgstr "" + +#: t/data/04-complex_template.html:390 t/data/04-complex_template.html:560 +msgid "Actions" +msgstr "" + +#: t/data/04-complex_template.html:496 +msgid "Actions:" +msgstr "" + +#: UI/am-audit-control.html:23 +msgid "Activate Audit trail" +msgstr "" + +#: bin/aa.pl:1787 UI/business_units/list_classes.html:12 +#: UI/Reports/filters/contact_search.html:112 +#: UI/Reports/filters/invoice_outstanding.html:85 +#: UI/Reports/filters/invoice_search.html:178 +#: UI/Reports/filters/search_goods.html:91 +msgid "Active" +msgstr "" + +#: UI/business_units/filter.html:35 +msgid "Active On" +msgstr "" + +#: LedgerSMB/Scripts/admin.pm:145 +msgid "Active Sessions" +msgstr "" + +#: bin/am.pl:1534 bin/ic.pl:2129 LedgerSMB/Report/File/Incoming.pm:101 +#: LedgerSMB/Report/File/Internal.pm:89 +msgid "Add" +msgstr "" + +#: bin/aa.pl:414 bin/aa.pl:449 +msgid "Add AP Transaction" +msgstr "" + +#: bin/aa.pl:413 +msgid "Add AR Transaction" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:41 +msgid "Add Account" +msgstr "" + +#: sql/Pg-database.sql:2796 +msgid "Add Accounts" +msgstr "" + +#: bin/ic.pl:65 sql/Pg-database.sql:2871 +msgid "Add Assembly" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:208 +msgid "Add Asset" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:104 +msgid "Add Asset Class" +msgstr "" + +#: sql/Pg-database.sql:2893 +msgid "Add Assets" +msgstr "" + +#: sql/Pg-database.sql:2918 +msgid "Add Budget" +msgstr "" + +#: bin/am.pl:281 sql/Pg-database.sql:2845 +msgid "Add Business" +msgstr "" + +#: sql/Pg-database.sql:2891 +msgid "Add Class" +msgstr "" + +#: sql/Pg-database.sql:2792 +msgid "Add Contact" +msgstr "" + +#: bin/is.pl:104 +msgid "Add Credit Invoice" +msgstr "" + +#: bin/aa.pl:447 +msgid "Add Credit Note" +msgstr "" + +#: t/data/04-complex_template.html:16 UI/Contact/contact.html:36 +msgid "Add Customer" +msgstr "" + +#: bin/is.pl:108 +msgid "Add Customer Return" +msgstr "" + +#: bin/ir.pl:117 bin/ir.pl:148 +msgid "Add Debit Invoice" +msgstr "" + +#: bin/aa.pl:445 +msgid "Add Debit Note" +msgstr "" + +#: t/data/04-complex_template.html:20 UI/Contact/contact.html:40 +#: sql/Pg-database.sql:2813 +msgid "Add Employee" +msgstr "" + +#: bin/oe.pl:1623 +msgid "Add Exchange Rate" +msgstr "" + +#: bin/am.pl:158 sql/Pg-database.sql:2912 +msgid "Add GIFI" +msgstr "" + +#: bin/pe.pl:108 sql/Pg-database.sql:2938 +msgid "Add Group" +msgstr "" + +#: bin/ic.pl:66 +msgid "Add Labor/Overhead" +msgstr "" + +#: bin/am.pl:457 sql/Pg-database.sql:2847 +msgid "Add Language" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:80 +msgid "Add New Tax Form" +msgstr "" + +#: UI/budgetting/budget_entry.html:176 +msgid "Add Note" +msgstr "" + +#: sql/Pg-database.sql:2937 +msgid "Add Overhead" +msgstr "" + +#: bin/ic.pl:63 sql/Pg-database.sql:2869 +msgid "Add Part" +msgstr "" + +#: bin/pe.pl:197 sql/Pg-database.sql:2939 +msgid "Add Pricegroup" +msgstr "" + +#: bin/io.pl:1202 bin/oe.pl:64 +msgid "Add Purchase Order" +msgstr "" + +#: bin/io.pl:1235 bin/oe.pl:76 +msgid "Add Quotation" +msgstr "" + +#: UI/business_units/edit.html:12 +msgid "Add Reporting Unit" +msgstr "" + +#: bin/io.pl:1224 bin/oe.pl:72 +msgid "Add Request for Quotation" +msgstr "" + +#: sql/Pg-database.sql:2981 +msgid "Add Return" +msgstr "" + +#: bin/am.pl:368 sql/Pg-database.sql:2849 +msgid "Add SIC" +msgstr "" + +#: bin/is.pl:113 bin/oe.pl:1539 +msgid "Add Sales Invoice" +msgstr "" + +#: bin/io.pl:1213 bin/oe.pl:68 +msgid "Add Sales Order" +msgstr "" + +#: bin/ic.pl:64 sql/Pg-database.sql:2870 +msgid "Add Service" +msgstr "" + +#: sql/Pg-database.sql:2877 +msgid "Add Tax Form" +msgstr "" + +#: UI/taxform/add_taxform.html:2 +msgid "Add TaxForm" +msgstr "" + +#: sql/Pg-database.sql:2836 +msgid "Add Timecard" +msgstr "" + +#: bin/io.pl:2289 +msgid "Add To List" +msgstr "" + +#: sql/Pg-database.sql:2799 sql/Pg-database.sql:2802 +msgid "Add Transaction" +msgstr "" + +#: UI/business_units/list_classes.html:100 +msgid "Add Unit" +msgstr "" + +#: UI/Contact/divs/employee.html:201 UI/Contact/divs/user.html:89 +#: UI/setup/confirm_operation.html:53 UI/setup/edit_user.html:94 +msgid "Add User" +msgstr "" + +#: t/data/04-complex_template.html:18 UI/Contact/contact.html:38 +msgid "Add Vendor" +msgstr "" + +#: bin/ir.pl:126 bin/oe.pl:1531 +msgid "Add Vendor Invoice" +msgstr "" + +#: bin/ir.pl:121 +msgid "Add Vendor Return" +msgstr "" + +#: bin/am.pl:787 sql/Pg-database.sql:2843 +msgid "Add Warehouse" +msgstr "" + +#: bin/io.pl:2104 +msgid "Add line1" +msgstr "" + +#: bin/io.pl:2107 +msgid "Add line2" +msgstr "" + +#: bin/io.pl:2111 +msgid "Add line3 " +msgstr "" + +#: UI/Contact/divs/wage.html:71 +msgid "Add/Change Deductions" +msgstr "" + +#: UI/Contact/divs/wage.html:41 +msgid "Add/Change Wage" +msgstr "" + +#: LedgerSMB/Scripts/business_unit.pm:178 +msgid "Added id [_1]" +msgstr "" + +#: bin/aa.pl:657 bin/arap.pl:175 bin/ic.pl:1700 bin/ir.pl:543 bin/is.pl:576 +#: bin/oe.pl:510 bin/pe.pl:687 UI/Contact/divs/address.html:81 +#: UI/Contact/divs/address.html:124 UI/Reports/filters/contact_search.html:87 +#: UI/Reports/filters/purchase_history.html:70 +msgid "Address" +msgstr "" + +#: t/data/04-complex_template.html:385 +msgid "Address1" +msgstr "" + +#: t/data/04-complex_template.html:420 +msgid "Address:" +msgstr "" + +#: templates/demo/printPayment.html:26 +#: templates/demo_with_images/printPayment.html:26 +#: templates/xedemo/printPayment.html:26 +msgid "Address: [_1]" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:170 t/data/04-complex_template.html:30 +#: UI/Contact/divs/address.html:1 +msgid "Addresses" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:771 +msgid "Adjusted Basis" +msgstr "" + +#: bin/gl.pl:138 +msgid "Adjusting Till: (till) Source: (source)" +msgstr "" + +#: bin/gl.pl:140 +msgid "Adjusting till due to data entry error." +msgstr "" + +#: UI/inventory/adjustment_entry.html:31 +msgid "Adjustment" +msgstr "" + +#: UI/inventory/adjustment_entry.html:13 +msgid "Adjustment Date" +msgstr "" + +#: UI/inventory/adjustment_setup.html:9 +msgid "Adjustment Details" +msgstr "" + +#: UI/Reports/filters/aging.html:80 +msgid "Aged" +msgstr "" + +#: LedgerSMB/Report/Aging.pm:177 UI/Reports/filters/aging.html:7 +msgid "Aging Report" +msgstr "" + +#: UI/payments/payments_detail.html:283 UI/Reports/filters/gl.html:121 +#: UI/Reports/filters/invoice_outstanding.html:78 +#: UI/Reports/filters/invoice_search.html:171 +msgid "All" +msgstr "" + +#: bin/aa.pl:1786 +msgid "All Invoices" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:38 +msgid "All accounts" +msgstr "" + +#: UI/Reports/co/filter_cd.html:15 +msgid "All fields are required" +msgstr "" + +#: templates/demo/invoice.html:221 templates/demo_with_images/invoice.html:224 +#: templates/xedemo/invoice.html:222 +msgid "All prices in [_1]" +msgstr "" + +#: templates/demo/sales_order.html:211 templates/demo/sales_quotation.html:179 +#: templates/demo_with_images/sales_order.html:211 +#: templates/demo_with_images/sales_quotation.html:179 +#: templates/xedemo/sales_order.html:211 +#: templates/xedemo/sales_quotation.html:179 +msgid "All prices in [_1] Funds" +msgstr "" + +#: templates/demo/product_receipt.html:201 +#: templates/demo/purchase_order.html:203 +#: templates/demo_with_images/product_receipt.html:201 +#: templates/demo_with_images/purchase_order.html:203 +#: templates/xedemo/product_receipt.html:203 +#: templates/xedemo/purchase_order.html:203 +msgid "All prices in [_1] funds" +msgstr "" + +#: templates/demo/invoice.tex:194 templates/demo/product_receipt.tex:147 +#: templates/demo/purchase_order.tex:153 templates/demo/sales_order.tex:158 +#: templates/demo/sales_quotation.tex:123 +#: templates/demo_with_images/invoice.tex:193 +#: templates/demo_with_images/product_receipt.tex:147 +#: templates/demo_with_images/purchase_order.tex:153 +#: templates/demo_with_images/sales_order.tex:158 +#: templates/demo_with_images/sales_quotation.tex:123 +#: templates/xedemo/invoice.tex:188 templates/xedemo/product_receipt.tex:147 +#: templates/xedemo/purchase_order.tex:153 templates/xedemo/sales_order.tex:158 +#: templates/xedemo/sales_quotation.tex:125 +msgid "All prices in [_1]." +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:125 UI/timecards/timecard.html:129 +msgid "Allocated" +msgstr "" + +#: UI/Configuration/sequence.html:11 +msgid "Allow Input" +msgstr "" + +#: bin/aa.pl:716 bin/aa.pl:885 bin/aa.pl:1714 bin/am.pl:868 bin/ir.pl:750 +#: bin/ir.pl:926 bin/is.pl:851 bin/is.pl:1014 bin/pe.pl:1067 +#: LedgerSMB/Report/Contact/Purchase.pm:82 +#: LedgerSMB/Report/Invoices/Outstanding.pm:218 +#: LedgerSMB/Report/Invoices/Transactions.pm:271 LedgerSMB/Report/Orders.pm:234 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:118 +#: templates/demo/ap_transaction.html:196 +#: templates/demo/ar_transaction.html:194 templates/demo/ar_transaction.tex:129 +#: templates/demo/invoice.html:249 templates/demo/invoice.tex:146 +#: templates/demo/invoice.tex:210 templates/demo/printPayment.html:53 +#: templates/demo/product_receipt.html:131 +#: templates/demo/product_receipt.tex:120 +#: templates/demo/purchase_order.html:133 templates/demo/purchase_order.tex:120 +#: templates/demo/sales_order.html:135 templates/demo/sales_order.tex:122 +#: templates/demo/sales_quotation.html:104 +#: templates/demo/sales_quotation.tex:90 +#: templates/demo_with_images/ap_transaction.html:196 +#: templates/demo_with_images/ar_transaction.html:194 +#: templates/demo_with_images/ar_transaction.tex:129 +#: templates/demo_with_images/invoice.html:252 +#: templates/demo_with_images/invoice.tex:146 +#: templates/demo_with_images/invoice.tex:209 +#: templates/demo_with_images/printPayment.html:53 +#: templates/demo_with_images/product_receipt.html:131 +#: templates/demo_with_images/product_receipt.tex:120 +#: templates/demo_with_images/purchase_order.html:133 +#: templates/demo_with_images/purchase_order.tex:120 +#: templates/demo_with_images/sales_order.html:135 +#: templates/demo_with_images/sales_order.tex:122 +#: templates/demo_with_images/sales_quotation.html:104 +#: templates/demo_with_images/sales_quotation.tex:90 +#: templates/xedemo/ap_transaction.html:196 +#: templates/xedemo/ar_transaction.html:194 +#: templates/xedemo/ar_transaction.tex:129 templates/xedemo/invoice.html:250 +#: templates/xedemo/invoice.tex:141 templates/xedemo/invoice.tex:205 +#: templates/xedemo/printPayment.html:53 +#: templates/xedemo/product_receipt.html:133 +#: templates/xedemo/product_receipt.tex:120 +#: templates/xedemo/purchase_order.html:133 +#: templates/xedemo/purchase_order.tex:120 +#: templates/xedemo/sales_order.html:135 templates/xedemo/sales_order.tex:122 +#: templates/xedemo/sales_quotation.html:104 +#: templates/xedemo/sales_quotation.tex:91 UI/orders/order.html:249 +#: UI/payments/payment2.html:238 UI/Reports/filters/gl.html:95 +#: UI/Reports/filters/gl.html:101 +#: UI/Reports/filters/invoice_outstanding.html:191 +#: UI/Reports/filters/invoice_search.html:284 +#: UI/Reports/filters/orders.html:168 UI/rp-search-generate_tax_report.html:158 +msgid "Amount" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:81 +msgid "Amount Budgetted" +msgstr "" + +#: bin/aa.pl:1732 LedgerSMB/Report/Invoices/Outstanding.pm:238 +#: LedgerSMB/Scripts/payment.pm:812 LedgerSMB/Scripts/payment.pm:821 +#: templates/demo/check_base.tex:53 +#: templates/demo_with_images/check_base.tex:53 +#: templates/xedemo/check_base.tex:53 +#: UI/Reports/filters/invoice_outstanding.html:239 +#: UI/Reports/filters/invoice_search.html:330 +msgid "Amount Due" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:104 +#: UI/Reports/filters/reconciliation_search.html:29 +msgid "Amount From" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:153 +#: LedgerSMB/Report/Unapproved/Drafts.pm:136 +msgid "Amount Greater Than" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:155 +#: LedgerSMB/Report/Unapproved/Drafts.pm:138 +msgid "Amount Less Than" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:105 +msgid "Amount To" +msgstr "" + +#: UI/payments/use_overpayment2.html:148 +msgid "Amount to be used" +msgstr "" + +#: UI/Contact/divs/wage.html:5 +msgid "Amount/Rate" +msgstr "" + +#: sql/Pg-database.sql:3761 +msgid "Annual Straight Line Daily" +msgstr "" + +#: sql/Pg-database.sql:3769 +msgid "Annual Straight Line Monthly" +msgstr "" + +#: LedgerSMB/Batch.pm:99 +msgid "Any" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1254 +msgid "Applied discount" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1844 LedgerSMB/Scripts/payment.pm:1923 +msgid "Applied discount by an overpayment" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:810 +msgid "Apply Disc" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:65 +msgid "Approval Status" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:116 +#: LedgerSMB/Report/Unapproved/Drafts.pm:205 LedgerSMB/Scripts/asset.pm:579 +#: LedgerSMB/Scripts/asset.pm:658 LedgerSMB/Scripts/asset.pm:729 +#: LedgerSMB/Scripts/asset.pm:796 LedgerSMB/Scripts/budgets.pm:109 +#: UI/reconciliation/report.html:286 +msgid "Approve" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:143 +#: UI/asset/search_reports.html:60 +#: UI/Reports/filters/reconciliation_search.html:60 +#: UI/Reports/filters/unapproved.html:65 +msgid "Approved" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:92 +#: LedgerSMB/Report/Reconciliation/Summary.pm:155 +msgid "Approved By" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:530 +msgid "Approved at" +msgstr "" + +#: templates/demo/printPayment.html:117 +#: templates/demo_with_images/printPayment.html:117 +#: templates/xedemo/printPayment.html:117 +msgid "Approved signature" +msgstr "" + +#: bin/aa.pl:86 bin/gl.pl:82 bin/io.pl:82 LedgerSMB/App_State.pm:240 +msgid "Apr" +msgstr "" + +#: bin/aa.pl:72 bin/gl.pl:68 bin/io.pl:68 LedgerSMB/App_State.pm:240 +#: LedgerSMB/DBObject/Date.pm:63 +msgid "April" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:630 LedgerSMB/Scripts/asset.pm:695 +#: LedgerSMB/Scripts/asset.pm:767 +msgid "Aquired Value" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:701 +msgid "Aquired Value Remaining" +msgstr "" + +#: bin/oe.pl:1415 +msgid "Are you sure you want to delete Order Number" +msgstr "" + +#: bin/oe.pl:1420 +msgid "Are you sure you want to delete Quotation Number" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:90 +msgid "As per" +msgstr "" + +#: bin/ic.pl:2249 +msgid "Assemblies restocked!" +msgstr "" + +#: UI/accounts/edit.html:201 UI/Reports/filters/gl.html:127 +#: sql/Pg-database.sql:3830 +msgid "Asset" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:74 UI/asset/edit_asset.html:151 +#: UI/asset/edit_class.html:36 UI/asset/search_asset.html:142 +#: UI/asset/search_class.html:44 +msgid "Asset Account" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:528 UI/asset/begin_approval.html:15 +#: UI/asset/begin_report.html:14 UI/asset/search_reports.html:12 +msgid "Asset Class" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:104 +msgid "Asset Class List" +msgstr "" + +#: UI/asset/edit_asset.html:56 UI/asset/search_asset.html:50 +msgid "Asset Class:" +msgstr "" + +#: sql/Pg-database.sql:2889 +msgid "Asset Classes" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:449 +msgid "Asset Depreciation Report" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:451 +msgid "Asset Disposal Report" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:133 +msgid "Asset Listing" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:456 +msgid "Asset Partial Disposal Report" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:389 +msgid "Asset Tag" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:211 LedgerSMB/Report/Balance_Sheet.pm:213 +#: LedgerSMB/Report/PNL.pm:198 LedgerSMB/Report/PNL.pm:200 +#: sql/Pg-database.sql:2890 +msgid "Assets" +msgstr "" + +#: UI/Reports/balance_sheet.html:101 +msgid "Assets to Equity" +msgstr "" + +#: UI/Reports/balance_sheet.html:98 +msgid "Assets to Liabilities" +msgstr "" + +#: bin/aa.pl:1135 bin/ic.pl:935 bin/ir.pl:1099 bin/is.pl:1193 bin/oe.pl:1015 +#: LedgerSMB/Report/File/Incoming.pm:107 UI/journal/journal_entry.html:364 +msgid "Attach" +msgstr "" + +#: UI/file/attachment_screen.html:22 +msgid "Attach File" +msgstr "" + +#: UI/Contact/divs/address.html:106 UI/Contact/divs/contact_info.html:80 +msgid "Attach To" +msgstr "" + +#: UI/Contact/divs/address.html:111 UI/Contact/divs/contact_info.html:83 +msgid "Attach to" +msgstr "" + +#: UI/Contact/divs/files.html:53 +msgid "Attach to Credit Account" +msgstr "" + +#: UI/Contact/divs/files.html:49 +msgid "Attach to Entity" +msgstr "" + +#: UI/Contact/divs/files.html:9 +msgid "Attached At" +msgstr "" + +#: UI/Contact/divs/files.html:11 +msgid "Attached By" +msgstr "" + +#: bin/aa.pl:1107 bin/ic.pl:907 bin/ir.pl:1073 bin/is.pl:1167 bin/oe.pl:989 +#: UI/journal/journal_entry.html:340 +msgid "Attached To" +msgstr "" + +#: bin/aa.pl:1106 bin/ic.pl:906 bin/ir.pl:1072 bin/is.pl:1166 bin/oe.pl:988 +#: UI/journal/journal_entry.html:339 +msgid "Attached To Type" +msgstr "" + +#: bin/aa.pl:1082 bin/ic.pl:883 bin/ir.pl:1049 bin/is.pl:1143 bin/oe.pl:965 +#: UI/journal/journal_entry.html:317 +msgid "Attached and Linked Files" +msgstr "" + +#: bin/aa.pl:1086 bin/aa.pl:1108 bin/ic.pl:887 bin/ic.pl:908 bin/ir.pl:1053 +#: bin/ir.pl:1074 bin/is.pl:1147 bin/is.pl:1168 bin/oe.pl:969 bin/oe.pl:990 +#: UI/journal/journal_entry.html:321 UI/journal/journal_entry.html:341 +msgid "Attached at" +msgstr "" + +#: bin/aa.pl:1087 bin/aa.pl:1109 bin/ic.pl:888 bin/ic.pl:909 bin/ir.pl:1054 +#: bin/ir.pl:1075 bin/is.pl:1148 bin/is.pl:1169 bin/oe.pl:970 bin/oe.pl:991 +#: UI/journal/journal_entry.html:322 UI/journal/journal_entry.html:342 +msgid "Attached by" +msgstr "" + +#: bin/io.pl:1457 +msgid "Attachment" +msgstr "" + +#: templates/demo/bin_list.html:51 templates/demo/bin_list.html:84 +#: templates/demo/packing_list.html:52 templates/demo/pick_list.html:51 +#: templates/demo/product_receipt.html:50 +#: templates/demo/product_receipt.html:78 templates/demo/product_receipt.tex:47 +#: templates/demo/product_receipt.tex:82 templates/demo/purchase_order.html:50 +#: templates/demo/purchase_order.html:78 templates/demo/purchase_order.tex:47 +#: templates/demo/purchase_order.tex:82 +#: templates/demo/request_quotation.html:51 +#: templates/demo/request_quotation.html:79 templates/demo/sales_order.html:49 +#: templates/demo/sales_quotation.html:44 +#: templates/demo_with_images/bin_list.html:51 +#: templates/demo_with_images/bin_list.html:84 +#: templates/demo_with_images/packing_list.html:52 +#: templates/demo_with_images/pick_list.html:51 +#: templates/demo_with_images/product_receipt.html:50 +#: templates/demo_with_images/product_receipt.html:78 +#: templates/demo_with_images/product_receipt.tex:47 +#: templates/demo_with_images/product_receipt.tex:82 +#: templates/demo_with_images/purchase_order.html:50 +#: templates/demo_with_images/purchase_order.html:78 +#: templates/demo_with_images/purchase_order.tex:47 +#: templates/demo_with_images/purchase_order.tex:82 +#: templates/demo_with_images/request_quotation.html:51 +#: templates/demo_with_images/request_quotation.html:79 +#: templates/demo_with_images/sales_order.html:49 +#: templates/demo_with_images/sales_quotation.html:44 +#: templates/demo_with_images/work_order.html:49 +#: templates/demo/work_order.html:49 templates/xedemo/bin_list.html:51 +#: templates/xedemo/bin_list.html:84 templates/xedemo/packing_list.html:52 +#: templates/xedemo/pick_list.html:51 templates/xedemo/product_receipt.html:50 +#: templates/xedemo/product_receipt.html:78 +#: templates/xedemo/product_receipt.tex:47 +#: templates/xedemo/product_receipt.tex:82 +#: templates/xedemo/purchase_order.html:50 +#: templates/xedemo/purchase_order.html:78 +#: templates/xedemo/purchase_order.tex:47 +#: templates/xedemo/purchase_order.tex:82 +#: templates/xedemo/request_quotation.html:51 +#: templates/xedemo/request_quotation.html:79 +#: templates/xedemo/sales_order.html:49 +#: templates/xedemo/sales_quotation.html:44 templates/xedemo/work_order.html:49 +msgid "Attn: [_1]" +msgstr "" + +#: UI/am-audit-control.html:6 +msgid "Audit Control" +msgstr "" + +#: bin/aa.pl:90 bin/gl.pl:86 bin/io.pl:86 LedgerSMB/App_State.pm:246 +msgid "Aug" +msgstr "" + +#: bin/aa.pl:76 bin/gl.pl:72 bin/io.pl:72 LedgerSMB/App_State.pm:246 +#: LedgerSMB/DBObject/Date.pm:67 +msgid "August" +msgstr "" + +#: UI/Contact/divs/notes.html:72 +msgid "Author: [_1]" +msgstr "" + +#: bin/ir.pl:712 bin/is.pl:513 bin/is.pl:809 +msgid "Automatic" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:144 +#: UI/payments/use_overpayment2.html:118 +msgid "Available" +msgstr "" + +#: UI/setup/list_databases.html:8 +msgid "Available Databases" +msgstr "" + +#: UI/setup/list_users.html:8 +msgid "Available Users" +msgstr "" + +#: UI/payments/use_overpayment2.html:114 +msgid "Available overpayments" +msgstr "" + +#: bin/ic.pl:449 UI/Reports/filters/search_goods.html:262 +msgid "Average Cost" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:238 +msgid "Avg. Cost" +msgstr "" + +#: sql/Pg-database.sql:825 +msgid "BCC" +msgstr "" + +#: t/data/04-complex_template.html:557 UI/Contact/divs/bank_act.html:16 +#: UI/Contact/divs/bank_act.html:47 +msgid "BIC/SWIFT Code" +msgstr "" + +#: t/data/04-complex_template.html:592 +msgid "BIC/SWIFT Code:" +msgstr "" + +#: bin/ic.pl:1283 +msgid "BOM" +msgstr "" + +#: UI/setup/confirm_operation.html:79 +msgid "Backup" +msgstr "" + +#: UI/setup/confirm_operation.html:86 +msgid "Backup DB" +msgstr "" + +#: UI/setup/confirm_operation.html:93 +msgid "Backup Roles" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:93 LedgerSMB/Report/GL.pm:162 +#: templates/demo/invoice.html:196 templates/demo/invoice.tex:178 +#: templates/demo_with_images/invoice.html:199 +#: templates/demo_with_images/invoice.tex:177 templates/xedemo/invoice.html:197 +#: templates/xedemo/invoice.tex:172 UI/Reports/filters/gl.html:253 +msgid "Balance" +msgstr "" + +#: UI/Reports/balance_sheet.html:26 UI/Reports/balance_sheet.tex:28 +#: UI/Reports/filters/balance_sheet.html:1 +#: UI/Reports/filters/balance_sheet.html:7 sql/Pg-database.sql:2840 +msgid "Balance Sheet" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:301 +msgid "Balance sheet" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:119 UI/Reports/co/filter_bm.html:14 +msgid "Balance y Mayor" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:73 +msgid "Balances as" +msgstr "" + +#: UI/Contact/divs/bank_act.html:56 +msgid "Bank Account" +msgstr "" + +#: t/data/04-complex_template.html:601 +msgid "Bank Account:" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:172 t/data/04-complex_template.html:32 +#: t/data/04-complex_template.html:554 UI/Contact/divs/bank_act.html:1 +#: UI/Contact/divs/bank_act.html:2 +msgid "Bank Accounts" +msgstr "" + +#: UI/ca-list-selector.html:37 +msgid "Bank Register Mode" +msgstr "" + +#: bin/ic.pl:994 +msgid "Bar Code" +msgstr "" + +#: bin/ir.pl:752 bin/is.pl:853 LedgerSMB/Report/Assets/Net_Book_Value.pm:92 +msgid "Basis" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:153 +msgid "Batch" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:97 +msgid "Batch Class" +msgstr "" + +#: bin/aa.pl:623 +msgid "Batch Control Code" +msgstr "" + +#: UI/create_batch.html:30 +msgid "Batch Date" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:150 +msgid "Batch Description" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:145 +msgid "Batch ID" +msgstr "" + +#: LedgerSMB/GL.pm:148 LedgerSMB/IR.pm:419 LedgerSMB/IS.pm:1141 +msgid "Batch ID Missing" +msgstr "" + +#: UI/import_csv/import_csv.html:18 +msgid "Batch Information" +msgstr "" + +#: bin/aa.pl:628 +msgid "Batch Name" +msgstr "" + +#: UI/create_batch.html:15 +msgid "Batch Number" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:138 +msgid "Batch Search" +msgstr "" + +#: UI/Reports/filters/unapproved.html:6 +msgid "Batch Selection" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:149 +msgid "Batch Type" +msgstr "" + +#: sql/Pg-database.sql:2790 +msgid "Batches" +msgstr "" + +#: UI/io-email.html:24 UI/rp-email.html:23 +msgid "Bcc" +msgstr "" + +#: bin/arap.pl:795 bin/io.pl:1901 +msgid "Bcc: [_1]" +msgstr "" + +#: UI/reconciliation/report.html:26 +msgid "Beginning Statement Balance:" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:111 UI/Contact/divs/address.html:36 +#: sql/Pg-database.sql:674 +msgid "Billing" +msgstr "" + +#: sql/Pg-database.sql:828 +msgid "Billing BCC" +msgstr "" + +#: sql/Pg-database.sql:827 +msgid "Billing CC" +msgstr "" + +#: sql/Pg-database.sql:826 +msgid "Billing Email" +msgstr "" + +#: LedgerSMB/Num2text.pm:106 +msgid "Billion" +msgstr "" + +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 +#: LedgerSMB/Report/Inventory/History.pm:134 +#: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 +#: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 +#: templates/demo/pick_list.tex:102 +#: templates/demo_with_images/bin_list.html:154 +#: templates/demo_with_images/bin_list.tex:109 +#: templates/demo_with_images/pick_list.html:116 +#: templates/demo_with_images/pick_list.tex:102 +#: templates/demo_with_images/work_order.html:133 +#: templates/demo/work_order.html:133 templates/xedemo/bin_list.html:154 +#: templates/xedemo/bin_list.tex:109 templates/xedemo/pick_list.html:116 +#: templates/xedemo/pick_list.tex:102 templates/xedemo/work_order.html:133 +#: UI/io-email.html:105 UI/Reports/filters/search_goods.html:283 +msgid "Bin" +msgstr "" + +#: bin/am.pl:1511 bin/io.pl:1426 bin/io.pl:1440 bin/io.pl:1648 bin/oe.pl:321 +#: bin/oe.pl:333 templates/demo/bin_list.html:4 templates/demo/bin_list.html:18 +#: templates/demo/bin_list.tex:74 templates/demo_with_images/bin_list.html:4 +#: templates/demo_with_images/bin_list.html:18 +#: templates/demo_with_images/bin_list.tex:74 templates/xedemo/bin_list.html:4 +#: templates/xedemo/bin_list.html:18 templates/xedemo/bin_list.tex:74 +#: sql/Pg-database.sql:2958 sql/Pg-database.sql:2971 +msgid "Bin List" +msgstr "" + +#: UI/Contact/divs/person.html:155 +msgid "Birthdate" +msgstr "" + +#: UI/accounts/yearend.html:122 +msgid "Books closed on" +msgstr "" + +#: UI/accounts/yearend.html:87 +msgid "Books closed up to" +msgstr "" + +#: bin/ic.pl:1138 +msgid "Break" +msgstr "" + +#: sql/Pg-database.sql:2149 +msgid "Budget" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:113 +msgid "Budget Number" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:108 +msgid "Budget Search Results" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:102 +msgid "Budget Variance Report" +msgstr "" + +#: sql/Pg-database.sql:2920 +msgid "Budgets" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:66 +msgid "Bug: No such account" +msgstr "" + +#: bin/is.pl:446 bin/oe.pl:442 +msgid "Business" +msgstr "" + +#: UI/payments/payments_filter.html:78 +msgid "Business Class" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:29 +msgid "Business Number" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:77 UI/Contact/divs/credit.html:216 +msgid "Business Type" +msgstr "" + +#: t/data/04-complex_template.html:294 +msgid "Business Type:" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Unit.pm:86 +msgid "Business Unit List" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:110 +msgid "Business Unit Number" +msgstr "" + +#: UI/Reports/filters/invoice_outstanding.html:164 +#: UI/Reports/filters/invoice_search.html:257 +msgid "Business Units" +msgstr "" + +#: bin/am.pl:304 +msgid "Business deleted!" +msgstr "" + +#: bin/am.pl:297 +msgid "Business saved!" +msgstr "" + +#: UI/payments/payments_detail.html:171 +msgid "Business:" +msgstr "" + +#: sql/Pg-database.sql:824 +msgid "CC" +msgstr "" + +#: bin/ic.pl:530 bin/ic.pl:704 LedgerSMB/Report/Invoices/COGS.pm:130 +#: UI/accounts/edit.html:379 +msgid "COGS" +msgstr "" + +#: UI/Reports/filters/cogs_lines.html:5 +msgid "COGS Lots Report" +msgstr "" + +#: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 +#: UI/Reports/PNL.html:98 +msgid "CSV" +msgstr "" + +#: UI/reconciliation/report.html:58 UI/reconciliation/upload.html:17 +msgid "CSV File:" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:113 UI/Reports/co/filter_cd.html:14 +msgid "Caja Diaria" +msgstr "" + +#: bin/ir.pl:893 bin/is.pl:511 bin/is.pl:980 +msgid "Calculate Taxes" +msgstr "" + +#: bin/is.pl:769 +msgid "Can't void a voided invoice!" +msgstr "" + +#: bin/io.pl:2293 +msgid "Cancel" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:178 +msgid "Cancel?" +msgstr "" + +#: bin/gl.pl:681 +msgid "Cannot Repost Transaction" +msgstr "" + +#: bin/ic.pl:162 +msgid "Cannot create Labor; COGS account does not exist!" +msgstr "" + +#: bin/ic.pl:159 +msgid "Cannot create Labor; Inventory account does not exist!" +msgstr "" + +#: bin/ic.pl:137 +msgid "Cannot create Part; COGS account does not exist!" +msgstr "" + +#: bin/ic.pl:134 +msgid "Cannot create Part; Income account does not exist!" +msgstr "" + +#: bin/ic.pl:131 +msgid "Cannot create Part; Inventory account does not exist!" +msgstr "" + +#: bin/ic.pl:150 +msgid "Cannot create Service; Expense account does not exist!" +msgstr "" + +#: bin/ic.pl:146 +msgid "Cannot create Service; Income account does not exist!" +msgstr "" + +#: bin/ic.pl:2015 +msgid "Cannot delete item!" +msgstr "" + +#: bin/oe.pl:1453 +msgid "Cannot delete order!" +msgstr "" + +#: bin/gl.pl:710 +msgid "Cannot delete posted transaction" +msgstr "" + +#: bin/oe.pl:1457 +msgid "Cannot delete quotation!" +msgstr "" + +#: bin/ir.pl:1463 bin/is.pl:1491 +msgid "Cannot post invoice for a closed period!" +msgstr "" + +#: bin/aa.pl:1419 bin/ir.pl:1478 bin/is.pl:1506 +msgid "Cannot post payment for a closed period!" +msgstr "" + +#: bin/aa.pl:1405 bin/gl.pl:693 +msgid "Cannot post transaction for a closed period!" +msgstr "" + +#: bin/gl.pl:734 +msgid "" +"Cannot post transaction with a debit and credit entry for the same account!" +msgstr "" + +#: bin/aa.pl:1467 +msgid "Cannot post transaction!" +msgstr "" + +#: bin/oe.pl:1344 +msgid "Cannot save order!" +msgstr "" + +#: bin/oe.pl:1361 +msgid "Cannot save quotation!" +msgstr "" + +#: bin/am.pl:727 +msgid "Cannot save taxes!" +msgstr "" + +#: LedgerSMB/Budget.pm:248 +msgid "Cannot specify both debits and credits for budget line [_1]" +msgstr "" + +#: bin/ic.pl:2252 +msgid "Cannot stock assemblies!" +msgstr "" + +#: templates/demo/timecard.html:44 templates/demo/timecard.tex:27 +#: templates/demo_with_images/timecard.html:44 +#: templates/demo_with_images/timecard.tex:27 templates/xedemo/timecard.html:44 +#: templates/xedemo/timecard.tex:27 +msgid "Card ID" +msgstr "" + +#: UI/Reports/filters/income_statement.html:42 sql/Pg-database.sql:2855 +msgid "Cash" +msgstr "" + +#: UI/payments/payment2.html:235 UI/Reports/filters/payments.html:65 +msgid "Cash Account" +msgstr "" + +#: UI/timecards/timecard.html:17 +msgid "Category" +msgstr "" + +#: UI/io-email.html:18 UI/rp-email.html:17 +msgid "Cc" +msgstr "" + +#: bin/arap.pl:794 bin/io.pl:1900 +msgid "Cc: [_1]" +msgstr "" + +#: sql/Pg-database.sql:812 +msgid "Cell Phone" +msgstr "" + +#: UI/users/preferences.html:29 +msgid "Change Password" +msgstr "" + +#: UI/timecards/timecard.html:102 +msgid "Chargeable" +msgstr "" + +#: LedgerSMB/Report/GL.pm:142 +msgid "Chart ID" +msgstr "" + +#: LedgerSMB/Report/COA.pm:143 sql/Pg-database.sql:2795 +msgid "Chart of Accounts" +msgstr "" + +#: sql/Pg-database.sql:2973 +msgid "Check" +msgstr "" + +#: bin/ic.pl:2053 +msgid "Check Inventory" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:122 +msgid "Check Prefix" +msgstr "" + +#: UI/payments/check_job.html:7 +msgid "Checking Job" +msgstr "" + +#: UI/payments/check_job.html:14 +msgid "Checking Job [_1]" +msgstr "" + +#: UI/payments/payment1_5.html:23 +msgid "Choose a company" +msgstr "" + +#: sql/Pg-database.sql:971 +msgid "Chord" +msgstr "" + +#: bin/arap.pl:177 t/data/04-complex_template.html:386 +#: UI/Contact/divs/address.html:82 UI/Contact/divs/address.html:152 +#: UI/Reports/filters/contact_search.html:92 +#: UI/Reports/filters/purchase_history.html:78 +msgid "City" +msgstr "" + +#: t/data/04-complex_template.html:445 +msgid "City:" +msgstr "" + +#: UI/Contact/divs/company.html:65 UI/Contact/divs/credit.html:66 +#: UI/Contact/divs/person.html:62 +msgid "Class" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:220 UI/reconciliation/report.html:76 +#: UI/reconciliation/report.html:139 +msgid "Clear date" +msgstr "" + +#: LedgerSMB/Report/GL.pm:132 UI/rc-reconciliation.html:80 +#: UI/reconciliation/report.html:74 UI/reconciliation/report.html:137 +#: UI/reconciliation/report.html:198 UI/Reports/filters/gl.html:220 +msgid "Cleared" +msgstr "" + +#: UI/reconciliation/report.html:71 +msgid "Cleared Transactions" +msgstr "" + +#: UI/timecards/timecard.html:98 +msgid "Clocked" +msgstr "" + +#: UI/accounts/yearend.html:90 +msgid "Close As-Of" +msgstr "" + +#: UI/am-audit-control.html:19 +msgid "Close Books up to" +msgstr "" + +#: UI/accounts/yearend.html:79 UI/accounts/yearend.html:105 +msgid "Close Period" +msgstr "" + +#: UI/accounts/yearend.html:86 +msgid "Close books" +msgstr "" + +#: bin/aa.pl:1612 bin/oe.pl:374 LedgerSMB/Report/Orders.pm:243 +#: UI/Reports/filters/invoice_search.html:209 UI/Reports/filters/orders.html:97 +#: UI/Reports/filters/purchase_history.html:209 +#: UI/Reports/filters/timecards.html:36 +msgid "Closed" +msgstr "" + +#: LedgerSMB/Report/Listings/Language.pm:46 LedgerSMB/Report/Listings/SIC.pm:44 +#: UI/am-language-form.html:12 UI/am-sic-form.html:12 +msgid "Code" +msgstr "" + +#: bin/am.pl:383 bin/am.pl:468 +msgid "Code missing!" +msgstr "" + +#: sql/Pg-database.sql:549 +msgid "Cold Lead" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:107 sql/Pg-database.sql:2868 +msgid "Combine" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:67 +msgid "Combine Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:59 +msgid "Combine Sales Orders" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 +#: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 +#: UI/Contact/divs/company.html:1 UI/login.html:64 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 +#: UI/Reports/display_report.tex:24 +msgid "Company" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:26 +msgid "Company Address" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:28 +msgid "Company Fax" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:21 +msgid "Company Information" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:41 +msgid "Company License Number" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:147 +#: LedgerSMB/Scripts/configuration.pm:23 +#: UI/Reports/filters/purchase_history.html:23 +msgid "Company Name" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:27 +msgid "Company Phone" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:39 +msgid "Company Sales Tax ID" +msgstr "" + +#: UI/am-company-logo.html:7 +msgid "Company: [_1]" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:17 +#: UI/rp-search-generate_income_statement.html:57 +msgid "Compare to" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:106 +#: UI/Reports/filters/income_statement.html:188 +msgid "Comparison Periods" +msgstr "" + +#: UI/payments/check_job.html:24 +msgid "Completed Successfully" +msgstr "" + +#: UI/users/preferences.html:47 +msgid "Confirm" +msgstr "" + +#: UI/setup/confirm_operation.html:8 +msgid "Confirm Operation" +msgstr "" + +#: bin/am.pl:516 bin/oe.pl:1434 +msgid "Confirm!" +msgstr "" + +#: LedgerSMB.pm:760 +msgid "Conflict with Existing Data. Perhaps you already entered this?" +msgstr "" + +#: bin/io.pl:2179 templates/demo/bin_list.html:110 +#: templates/demo/packing_list.html:81 templates/demo/pick_list.html:80 +#: templates/demo/product_receipt.html:104 +#: templates/demo/product_receipt.tex:106 +#: templates/demo/purchase_order.html:105 +#: templates/demo/request_quotation.html:106 +#: templates/demo/sales_quotation.html:74 +#: templates/demo_with_images/bin_list.html:110 +#: templates/demo_with_images/packing_list.html:81 +#: templates/demo_with_images/pick_list.html:80 +#: templates/demo_with_images/product_receipt.html:104 +#: templates/demo_with_images/product_receipt.tex:106 +#: templates/demo_with_images/purchase_order.html:105 +#: templates/demo_with_images/request_quotation.html:106 +#: templates/demo_with_images/sales_quotation.html:74 +#: templates/xedemo/bin_list.html:110 templates/xedemo/packing_list.html:81 +#: templates/xedemo/pick_list.html:80 templates/xedemo/product_receipt.html:105 +#: templates/xedemo/purchase_order.html:105 +#: templates/xedemo/request_quotation.html:106 +#: templates/xedemo/sales_quotation.html:74 +#: UI/Reports/filters/contact_search.html:54 sql/Pg-database.sql:545 +msgid "Contact" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:171 t/data/04-complex_template.html:31 +#: UI/Contact/divs/contact_info.html:1 UI/Contact/divs/contact_info.html:31 +#: UI/Contact/divs/contact_info.html:108 +#: UI/Reports/filters/purchase_history.html:31 +msgid "Contact Info" +msgstr "" + +#: t/data/04-complex_template.html:495 t/data/04-complex_template.html:536 +msgid "Contact Info:" +msgstr "" + +#: t/data/04-complex_template.html:491 UI/Contact/divs/contact_info.html:2 +msgid "Contact Information" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:89 +#: UI/Reports/filters/contact_search.html:8 +msgid "Contact Search" +msgstr "" + +#: UI/payments/payments_detail.html:413 +msgid "Contact Total (if paying \"some\")" +msgstr "" + +#: sql/Pg-database.sql:2856 +msgid "Contacts" +msgstr "" + +#: UI/budgetting/budget_entry.html:166 UI/budgetting/budget_entry.html:189 +msgid "Content" +msgstr "" + +#: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 +#: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 +#: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 +#: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 +#: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 +#: UI/asset/begin_depreciation_all.html:25 UI/asset/begin_report.html:58 +#: UI/Contact/divs/credit.html:376 UI/create_batch.html:39 +#: UI/get_password.html:45 UI/inventory/adjustment_setup.html:37 +#: UI/oe-save_warn.html:19 UI/payments/payments_filter.html:185 +#: UI/Reports/co/filter_bm.html:140 UI/Reports/co/filter_cd.html:115 +#: UI/Reports/filters/aging.html:148 UI/Reports/filters/balance_sheet.html:221 +#: UI/Reports/filters/gl.html:289 UI/Reports/filters/income_statement.html:311 +#: UI/Reports/filters/inventory_activity.html:32 +#: UI/Reports/filters/invoice_outstanding.html:289 +#: UI/Reports/filters/invoice_search.html:380 +#: UI/Reports/filters/orders.html:198 +#: UI/Reports/filters/purchase_history.html:348 +#: UI/Reports/filters/taxforms.html:64 +#: UI/Reports/filters/trial_balance.html:133 UI/search_results.html:33 +#: UI/timecards/entry_filter.html:41 +msgid "Continue" +msgstr "" + +#: bin/ic.pl:876 +msgid "Continue Previous Workflow" +msgstr "" + +#: UI/accounts/edit.html:225 +msgid "Contra" +msgstr "" + +#: bin/arap.pl:171 LedgerSMB/Report/Contact/Search.pm:64 +#: LedgerSMB/Report/Listings/Business_Unit.pm:56 LedgerSMB/Report/PNL/ECA.pm:94 +#: LedgerSMB/Report/Taxform/Summary.pm:83 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:101 +#: UI/business_units/edit.html:27 UI/business_units/filter.html:19 +#: UI/Contact/divs/company.html:42 UI/Contact/divs/person.html:43 +#: UI/payroll/income.html:63 UI/Reports/filters/contact_search.html:37 +#: UI/Reports/filters/overpayments.html:10 +msgid "Control Code" +msgstr "" + +#: UI/create_batch.html:62 +msgid "Control Number" +msgstr "" + +#: UI/io-email.html:65 +msgid "Copies" +msgstr "" + +#: UI/setup/confirm_operation.html:43 +msgid "Copy" +msgstr "" + +#: bin/am.pl:174 bin/am.pl:190 +msgid "Copy to COA" +msgstr "" + +#: bin/aa.pl:1000 bin/gl.pl:294 bin/ir.pl:618 bin/is.pl:678 +msgid "Copy to New" +msgstr "" + +#: UI/setup/confirm_operation.html:36 +msgid "Copy to New Name" +msgstr "" + +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 +msgid "Cost" +msgstr "" + +#: UI/am-department-form.html:29 +msgid "Cost Center" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:90 +msgid "Cost of Goods Sold" +msgstr "" + +#: LedgerSMB/Template/DB.pm:72 LedgerSMB/Template/DB.pm:116 +msgid "Could Not Load Template from DB" +msgstr "" + +#: bin/gl.pl:95 +msgid "Could not open pos.conf.pl in [_1] line [_2]: [_3]" +msgstr "" + +#: bin/ir.pl:1441 bin/is.pl:1470 bin/oe.pl:1379 +msgid "Could not save the data. Please try again" +msgstr "" + +#: bin/oe.pl:2146 +msgid "Could not save!" +msgstr "" + +#: bin/oe.pl:2441 +msgid "Could not transfer Inventory!" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:93 +#: UI/inventory/adjustment_entry.html:29 +msgid "Counted" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:132 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:69 +msgid "Counterparty" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:101 +msgid "Counterparty Code" +msgstr "" + +#: bin/io.pl:2123 LedgerSMB/Report/Payroll/Deduction_Types.pm:31 +#: LedgerSMB/Report/Payroll/Income_Types.pm:31 +#: t/data/04-complex_template.html:389 UI/Admin/edit_user.html:125 +#: UI/Contact/divs/address.html:85 UI/Contact/divs/address.html:187 +#: UI/Contact/divs/company.html:93 UI/Contact/divs/employee.html:112 +#: UI/Contact/divs/person.html:131 UI/payroll/deduction.html:20 +#: UI/payroll/income.html:22 UI/Reports/filters/contact_search.html:107 +#: UI/Reports/filters/purchase_history.html:102 +msgid "Country" +msgstr "" + +#: UI/setup/select_coa.html:31 +msgid "Country Code" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:52 +msgid "Country Name" +msgstr "" + +#: t/data/04-complex_template.html:477 UI/taxform/add_taxform.html:34 +msgid "Country:" +msgstr "" + +#: UI/setup/credentials.html:61 +msgid "Create" +msgstr "" + +#: UI/create_batch.html:2 +msgid "Create Batch" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:154 +msgid "Create Database?" +msgstr "" + +#: UI/create_batch.html:11 +msgid "Create New Batch" +msgstr "" + +#: UI/reconciliation/upload.html:58 +msgid "Create New Report" +msgstr "" + +#: UI/taxform/add_taxform.html:13 +msgid "Create New Tax Form" +msgstr "" + +#: UI/setup/new_user.html:135 +msgid "Create User" +msgstr "" + +#: UI/asset/search_reports.html:47 UI/create_batch.html:66 +#: UI/Reports/filters/unapproved.html:52 +msgid "Created By" +msgstr "" + +#: UI/create_batch.html:67 +msgid "Created On" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:88 +#: LedgerSMB/Report/co/Caja_Diaria.pm:88 templates/xedemo/invoice.html:12 +#: UI/budgetting/budget_entry.html:67 UI/journal/journal_entry.html:117 +#: UI/Reports/co/filter_bm.html:107 UI/Reports/filters/gl.html:201 +#: UI/Reports/filters/trial_balance.html:6 +msgid "Credit" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:292 +msgid "Credit Account" +msgstr "" + +#: LedgerSMB/Report/Contact/Search.pm:69 +msgid "Credit Account Number" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:169 UI/Contact/divs/credit.html:1 +msgid "Credit Accounts" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:202 +msgid "Credit Balance" +msgstr "" + +#: bin/am.pl:1504 templates/demo/invoice.html:12 templates/demo/invoice.tex:114 +#: templates/demo_with_images/invoice.html:12 +#: templates/demo_with_images/invoice.tex:114 templates/xedemo/invoice.tex:111 +#: sql/Pg-database.sql:2909 +msgid "Credit Invoice" +msgstr "" + +#: bin/aa.pl:604 bin/ir.pl:513 bin/is.pl:546 bin/oe.pl:485 +#: UI/Contact/divs/credit.html:23 UI/Contact/divs/credit.html:133 +#: UI/orders/order.html:34 +msgid "Credit Limit" +msgstr "" + +#: t/data/04-complex_template.html:201 +msgid "Credit Limit:" +msgstr "" + +#: sql/Pg-database.sql:2908 +msgid "Credit Note" +msgstr "" + +#: LedgerSMB/Report/COA.pm:111 LedgerSMB/Report/GL.pm:116 +#: LedgerSMB/Report/Trial_Balance.pm:184 LedgerSMB/Scripts/payment.pm:154 +#: UI/Reports/co/filter_cd.html:91 +msgid "Credits" +msgstr "" + +#: UI/rc-till-closing.html:42 +msgid "Cumulative Error:" +msgstr "" + +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 +#: LedgerSMB/Report/Invoices/Outstanding.pm:243 +msgid "Curr" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:43 +msgid "Currencies (colon-separated)" +msgstr "" + +#: bin/aa.pl:474 bin/aa.pl:1721 bin/ir.pl:404 bin/is.pl:398 bin/oe.pl:396 +#: bin/oe.pl:1637 LedgerSMB/Report/Contact/History.pm:72 +#: LedgerSMB/Report/Contact/Purchase.pm:77 +#: LedgerSMB/Report/Contact/Search.pm:81 +#: LedgerSMB/Report/Inventory/Search.pm:290 LedgerSMB/Report/Orders.pm:239 +#: templates/demo/printPayment.html:75 +#: templates/demo_with_images/printPayment.html:75 +#: templates/xedemo/printPayment.html:75 UI/Contact/divs/credit.html:203 +#: UI/Contact/pricelist.csv:43 UI/Contact/pricelist.html:56 +#: UI/Contact/pricelist.tex:58 UI/orders/order.html:48 +#: UI/payments/payment1.html:51 UI/payments/payment2.html:115 +#: UI/payments/payments_filter.html:122 UI/payments/use_overpayment1.html:43 +#: UI/payments/use_overpayment2.html:85 +#: UI/Reports/filters/invoice_outstanding.html:212 +#: UI/Reports/filters/invoice_search.html:303 +#: UI/Reports/filters/orders.html:183 UI/Reports/filters/overpayments.html:44 +#: UI/Reports/filters/payments.html:107 +#: UI/Reports/filters/purchase_history.html:270 +#: UI/Reports/filters/search_goods.html:355 UI/rp-aging.csv:6 +#: UI/timecards/timecard.html:118 UI/timecards/timecard-week.html:77 +msgid "Currency" +msgstr "" + +#: bin/aa.pl:1659 bin/pe.pl:839 LedgerSMB/DBObject/Date.pm:77 +#: LedgerSMB/Report/Aging.pm:126 templates/demo/statement.html:64 +#: templates/demo/statement.tex:38 templates/demo_with_images/statement.html:64 +#: templates/demo_with_images/statement.tex:38 +#: templates/xedemo/statement.html:64 templates/xedemo/statement.tex:38 +#: UI/bp-search.html:40 UI/lib/report_base.html:138 UI/lib/report_base.html:217 +#: UI/pos-receipts.html:38 UI/rc-reconciliation.html:40 +#: UI/Reports/co/filter_bm.html:53 UI/Reports/filters/aging.html:99 +#: UI/rp-search-generate_income_statement.html:33 +#: UI/rp-search-generate_tax_report.html:29 +msgid "Current" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:246 LedgerSMB/Report/Balance_Sheet.pm:248 +#: LedgerSMB/Report/PNL.pm:220 LedgerSMB/Report/PNL.pm:222 +#: LedgerSMB/Scripts/configuration.pm:81 +msgid "Current earnings" +msgstr "" + +#: bin/aa.pl:564 bin/aa.pl:1671 bin/ic.pl:1135 bin/is.pl:534 bin/pe.pl:1039 +#: bin/pe.pl:1194 LedgerSMB/Report/Aging.pm:83 +#: LedgerSMB/Report/Invoices/Outstanding.pm:178 +#: LedgerSMB/Report/Invoices/Transactions.pm:250 LedgerSMB/Report/Orders.pm:188 +#: LedgerSMB/Report/Orders.pm:194 UI/business_units/edit.html:82 +#: UI/Contact/divs/credit.html:9 UI/orders/order.html:21 +#: UI/payments/use_overpayment1.html:29 UI/payments/use_overpayment2.html:25 +#: UI/Reports/filters/aging.html:15 +#: UI/Reports/filters/invoice_outstanding.html:10 +#: UI/Reports/filters/invoice_search.html:10 UI/Reports/filters/orders.html:8 +#: UI/rp-search-generate_tax_report.html:139 sql/Pg-database.sql:543 +msgid "Customer" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:249 +msgid "Customer Account" +msgstr "" + +#: sql/Pg-database.sql:2793 +msgid "Customer History" +msgstr "" + +#: UI/payments/payment1.html:36 UI/payments/payment2.html:30 +#: UI/Reports/filters/orders.html:9 +msgid "Customer Name" +msgstr "" + +#: bin/aa.pl:1672 bin/io.pl:2061 LedgerSMB/Report/Invoices/Payments.pm:115 +#: LedgerSMB/Report/Invoices/Payments.pm:185 +#: LedgerSMB/Scripts/configuration.pm:112 UI/payments/payments_filter.html:65 +#: UI/Reports/filters/invoice_outstanding.html:11 +#: UI/Reports/filters/invoice_search.html:11 +#: UI/Reports/filters/overpayments.html:21 UI/Reports/filters/payments.html:21 +#: UI/Reports/filters/purchase_history.html:59 +msgid "Customer Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:12 +msgid "Customer Search" +msgstr "" + +#: bin/aa.pl:1387 bin/is.pl:1479 bin/oe.pl:1312 bin/pe.pl:1273 +msgid "Customer missing!" +msgstr "" + +#: bin/arap.pl:158 bin/pe.pl:1248 +msgid "Customer not on file!" +msgstr "" + +#: UI/setup/complete.html:26 UI/setup/confirm_operation.html:110 +msgid "Customer/Vendor Accounts" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:768 +msgid "D M" +msgstr "" + +#: UI/Contact/divs/employee.html:152 +msgid "DOB" +msgstr "" + +#: t/data/04-complex_template.html:106 +msgid "DOB:" +msgstr "" + +#: bin/aa.pl:1377 LedgerSMB/Scripts/payment.pm:332 +msgid "Data not saved. Please try again." +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:150 +msgid "Data not saved. Please update again." +msgstr "" + +#: UI/setup/credentials.html:44 UI/setup/list_databases.html:12 +msgid "Database" +msgstr "" + +#: UI/am-company-logo.html:20 +msgid "Database Host" +msgstr "" + +#: UI/setup/begin_backup.html:7 UI/setup/complete.html:9 +#: UI/setup/complete_migration_revert.html:9 UI/setup/confirm_operation.html:7 +#: UI/setup/credentials.html:8 UI/setup/new_user.html:7 +#: UI/setup/select_coa.html:7 UI/setup/template_info.html:5 +#: UI/setup/upgrade_info.html:7 +msgid "Database Management Console" +msgstr "" + +#: UI/setup/complete.html:10 UI/setup/complete_migration_revert.html:10 +msgid "Database Operation Complete" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:153 +msgid "Database does not exist." +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:788 +msgid "Database exists." +msgstr "" + +#: UI/am-company-logo.html:16 +msgid "Dataset" +msgstr "" + +#: bin/aa.pl:884 bin/ir.pl:925 bin/is.pl:1013 bin/oe.pl:1641 bin/pe.pl:1052 +#: LedgerSMB/Report/Aging.pm:114 LedgerSMB/Report/GL.pm:89 +#: LedgerSMB/Report/Inventory/History.pm:142 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:94 +#: LedgerSMB/Report/Invoices/Outstanding.pm:188 +#: LedgerSMB/Report/Invoices/Transactions.pm:258 +#: LedgerSMB/Report/Listings/Overpayments.pm:136 LedgerSMB/Report/Orders.pm:213 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:102 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:96 +#: LedgerSMB/Report/Unapproved/Drafts.pm:89 LedgerSMB/Scripts/asset.pm:526 +#: LedgerSMB/Scripts/payment.pm:150 LedgerSMB/Scripts/payment.pm:806 +#: templates/demo/ap_transaction.html:73 templates/demo/ap_transaction.html:192 +#: templates/demo/ap_transaction.tex:60 templates/demo/ap_transaction.tex:111 +#: templates/demo/ar_transaction.html:72 templates/demo/ar_transaction.html:191 +#: templates/demo/ar_transaction.tex:77 templates/demo/ar_transaction.tex:128 +#: templates/demo/bin_list.html:109 templates/demo/invoice.html:107 +#: templates/demo/invoice.html:246 templates/demo/invoice.tex:209 +#: templates/demo/packing_list.html:80 templates/demo/packing_list.tex:88 +#: templates/demo/pick_list.html:79 templates/demo/pick_list.tex:81 +#: templates/demo/printPayment.html:78 +#: templates/demo/request_quotation.html:104 +#: templates/demo/sales_quotation.html:72 templates/demo/statement.html:62 +#: templates/demo/statement.tex:37 templates/demo/timecard.html:48 +#: templates/demo/timecard.tex:28 +#: templates/demo_with_images/ap_transaction.html:73 +#: templates/demo_with_images/ap_transaction.html:192 +#: templates/demo_with_images/ap_transaction.tex:60 +#: templates/demo_with_images/ap_transaction.tex:111 +#: templates/demo_with_images/ar_transaction.html:72 +#: templates/demo_with_images/ar_transaction.html:191 +#: templates/demo_with_images/ar_transaction.tex:77 +#: templates/demo_with_images/ar_transaction.tex:128 +#: templates/demo_with_images/bin_list.html:109 +#: templates/demo_with_images/invoice.html:109 +#: templates/demo_with_images/invoice.html:249 +#: templates/demo_with_images/invoice.tex:208 +#: templates/demo_with_images/packing_list.html:80 +#: templates/demo_with_images/packing_list.tex:88 +#: templates/demo_with_images/pick_list.html:79 +#: templates/demo_with_images/pick_list.tex:81 +#: templates/demo_with_images/printPayment.html:78 +#: templates/demo_with_images/request_quotation.html:104 +#: templates/demo_with_images/sales_quotation.html:72 +#: templates/demo_with_images/statement.html:62 +#: templates/demo_with_images/statement.tex:37 +#: templates/demo_with_images/timecard.html:48 +#: templates/demo_with_images/timecard.tex:28 +#: templates/xedemo/ap_transaction.html:73 +#: templates/xedemo/ap_transaction.html:192 +#: templates/xedemo/ap_transaction.tex:60 +#: templates/xedemo/ap_transaction.tex:111 +#: templates/xedemo/ar_transaction.html:72 +#: templates/xedemo/ar_transaction.html:191 +#: templates/xedemo/ar_transaction.tex:77 +#: templates/xedemo/ar_transaction.tex:128 templates/xedemo/bin_list.html:109 +#: templates/xedemo/invoice.html:107 templates/xedemo/invoice.html:247 +#: templates/xedemo/invoice.tex:204 templates/xedemo/packing_list.html:80 +#: templates/xedemo/packing_list.tex:88 templates/xedemo/pick_list.html:79 +#: templates/xedemo/pick_list.tex:81 templates/xedemo/printPayment.html:78 +#: templates/xedemo/product_receipt.html:103 +#: templates/xedemo/request_quotation.html:104 +#: templates/xedemo/sales_quotation.html:72 templates/xedemo/statement.html:62 +#: templates/xedemo/statement.tex:37 templates/xedemo/timecard.html:48 +#: templates/xedemo/timecard.tex:28 UI/asset/begin_depreciation_all.html:12 +#: UI/asset/begin_report.html:22 UI/inventory/adjustment_setup.html:19 +#: UI/journal/journal_entry.html:40 UI/orders/order.html:246 +#: UI/payments/payment2.html:93 UI/payments/payments_detail.html:306 +#: UI/payments/use_overpayment2.html:80 UI/Reports/filters/gl.html:170 +#: UI/Reports/filters/orders.html:125 UI/rp-search-generate_tax_report.html:127 +msgid "Date" +msgstr "" + +#: UI/users/preferences.html:55 +msgid "Date Format" +msgstr "" + +#: bin/ic.pl:959 LedgerSMB/Report/Listings/Overpayments.pm:102 +#: UI/Reports/filters/reconciliation_search.html:11 +msgid "Date From" +msgstr "" + +#: UI/payments/payments_filter.html:105 +msgid "Date From:" +msgstr "" + +#: bin/aa.pl:1723 LedgerSMB/Report/Contact/Purchase.pm:101 +#: LedgerSMB/Report/Invoices/Outstanding.pm:247 +#: LedgerSMB/Report/Invoices/Payments.pm:135 +#: LedgerSMB/Report/Invoices/Transactions.pm:286 +#: UI/Reports/filters/invoice_outstanding.html:218 +#: UI/Reports/filters/invoice_search.html:309 +msgid "Date Paid" +msgstr "" + +#: bin/oe.pl:1864 +msgid "Date Received" +msgstr "" + +#: UI/Reports/filters/payments.html:81 UI/Reports/filters/payments.html:97 +msgid "Date Reversed" +msgstr "" + +#: bin/ic.pl:962 LedgerSMB/Report/Listings/Overpayments.pm:103 +msgid "Date To" +msgstr "" + +#: UI/payments/payments_filter.html:113 +msgid "Date To:" +msgstr "" + +#: UI/timecards/timecard.html:53 +msgid "Date Worked" +msgstr "" + +#: UI/payments/payment1.html:57 +msgid "Date from" +msgstr "" + +#: UI/Admin/user_search.html:51 UI/setup/new_user.html:98 +msgid "Date of Birth" +msgstr "" + +#: bin/oe.pl:2131 +msgid "Date received missing!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:42 +msgid "Date selection" +msgstr "" + +#: bin/aa.pl:1776 UI/payments/payment1.html:68 +#: UI/Reports/filters/contact_search.html:116 +msgid "Date to" +msgstr "" + +#: bin/arap.pl:801 bin/io.pl:1919 +msgid "Date: [_1]" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:65 +#: UI/Reports/filters/income_statement.html:103 +msgid "Dates" +msgstr "" + +#: bin/am.pl:822 UI/timecards/entry_filter.html:23 +msgid "Day" +msgstr "" + +#: bin/arap.pl:531 +msgid "Day(s)" +msgstr "" + +#: bin/am.pl:823 +msgid "Days" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:82 +#: LedgerSMB/Report/co/Caja_Diaria.pm:82 UI/budgetting/budget_entry.html:66 +#: UI/journal/journal_entry.html:116 UI/Reports/filters/gl.html:194 +#: UI/Reports/filters/trial_balance.html:5 +msgid "Debit" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:196 +msgid "Debit Balance" +msgstr "" + +#: bin/am.pl:1505 sql/Pg-database.sql:2905 +msgid "Debit Invoice" +msgstr "" + +#: sql/Pg-database.sql:2904 +msgid "Debit Note" +msgstr "" + +#: LedgerSMB/Report/COA.pm:105 LedgerSMB/Report/GL.pm:110 +#: LedgerSMB/Report/Trial_Balance.pm:178 LedgerSMB/Scripts/payment.pm:153 +#: UI/Reports/co/filter_cd.html:83 +msgid "Debits" +msgstr "" + +#: bin/aa.pl:94 bin/gl.pl:90 bin/io.pl:90 LedgerSMB/App_State.pm:250 +msgid "Dec" +msgstr "" + +#: bin/aa.pl:80 bin/gl.pl:76 bin/io.pl:76 LedgerSMB/App_State.pm:250 +#: LedgerSMB/DBObject/Date.pm:71 +msgid "December" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:43 +#: UI/rp-search-generate_income_statement.html:93 +msgid "Decimal Places" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:127 +msgid "Decimal Places for Money" +msgstr "" + +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:35 UI/payroll/deduction.html:33 +msgid "Deduction Class" +msgstr "" + +#: UI/payroll/deduction.html:8 +msgid "Deduction Type" +msgstr "" + +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:56 +msgid "Deduction Types" +msgstr "" + +#: UI/setup/upgrade_info.html:62 +msgid "Default AP" +msgstr "" + +#: UI/setup/upgrade_info.html:46 +msgid "Default AR" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:77 +msgid "Default Accounts" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:46 UI/setup/upgrade_info.html:33 +msgid "Default Country" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:35 +msgid "Default Email BCC" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:33 +msgid "Default Email CC" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:37 +msgid "Default Email From" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:31 +msgid "Default Email To" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:53 +msgid "Default Format" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:49 +msgid "Default Language" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:56 +msgid "Default Reportable" +msgstr "" + +#: UI/payroll/income.html:85 +msgid "Default amount" +msgstr "" + +#: sql/Pg-database.sql:2842 +msgid "Defaults" +msgstr "" + +#: bin/aa.pl:982 bin/aa.pl:1007 bin/am.pl:69 bin/am.pl:81 bin/am.pl:175 +#: bin/am.pl:184 bin/ic.pl:841 bin/ic.pl:863 bin/ir.pl:1034 bin/is.pl:1127 +#: bin/oe.pl:759 bin/oe.pl:949 bin/pe.pl:173 bin/pe.pl:250 bin/pe.pl:622 +#: LedgerSMB/Report/COA.pm:128 LedgerSMB/Report/COA.pm:193 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:122 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:90 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:252 +#: LedgerSMB/Report/Unapproved/Drafts.pm:211 LedgerSMB/Scripts/account.pm:159 +#: t/data/04-complex_template.html:510 UI/business_units/list_classes.html:89 +#: UI/Contact/divs/address.html:48 UI/Contact/divs/bank_act.html:10 +#: UI/Contact/divs/contact_info.html:7 UI/Contact/pricelist.html:65 +#: UI/reconciliation/report.html:300 +msgid "Delete" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:217 +msgid "Delete Batch" +msgstr "" + +#: bin/am.pl:524 +msgid "Delete Language" +msgstr "" + +#: bin/arap.pl:633 bin/arap.pl:639 +msgid "Delete Schedule" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:223 +msgid "Delete Vouchers" +msgstr "" + +#: bin/am.pl:535 +msgid "Deleting a language will also delete the templates for the language [_1]" +msgstr "" + +#: templates/demo/invoice.tex:141 templates/demo/request_quotation.html:144 +#: templates/demo_with_images/invoice.tex:141 +#: templates/demo_with_images/request_quotation.html:144 +#: templates/xedemo/invoice.tex:136 templates/xedemo/request_quotation.html:144 +msgid "Delivery" +msgstr "" + +#: bin/io.pl:260 LedgerSMB/Report/Contact/History.pm:106 +#: UI/Reports/filters/purchase_history.html:312 +msgid "Delivery Date" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:633 +msgid "Dep. Basis" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:631 +msgid "Dep. Method" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:629 LedgerSMB/Scripts/asset.pm:694 +#: LedgerSMB/Scripts/asset.pm:765 +msgid "Dep. Starts" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:100 +msgid "Dep. Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:637 +msgid "Dep. YTD" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:636 +msgid "Dep. this run" +msgstr "" + +#: bin/aa.pl:504 bin/ir.pl:441 bin/is.pl:433 bin/oe.pl:586 +#: UI/asset/edit_asset.html:144 UI/asset/search_asset.html:135 +#: UI/ca-list-selector.html:50 UI/payments/payment2.html:71 +#: UI/payments/payments_detail.html:126 UI/payments/payments_filter.html:52 +#: UI/rp-search.html:13 +msgid "Department" +msgstr "" + +#: UI/payments/payment1.html:28 +msgid "Departments" +msgstr "" + +#: sql/Pg-database.sql:2896 +msgid "Depreciate" +msgstr "" + +#: UI/asset/begin_depreciation_all.html:5 +msgid "Depreciate All" +msgstr "" + +#: UI/asset/import_asset.html:43 +msgid "Depreciate Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:570 UI/accounts/edit.html:448 +#: sql/Pg-database.sql:2900 +msgid "Depreciation" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:77 UI/asset/edit_asset.html:161 +#: UI/asset/edit_class.html:46 UI/asset/search_asset.html:152 +#: UI/asset/search_class.html:55 +msgid "Depreciation Account" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:71 +#: LedgerSMB/Report/Listings/Asset_Class.pm:93 UI/asset/edit_class.html:24 +#: UI/asset/search_class.html:20 +msgid "Depreciation Method" +msgstr "" + +#: UI/asset/edit_asset.html:117 UI/asset/search_asset.html:108 +msgid "Depreciation Starts" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:78 +msgid "Depreciation Successful" +msgstr "" + +#: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 +#: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 +#: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 +#: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 +#: LedgerSMB/Report/Budget/Variance.pm:115 LedgerSMB/Report/COA.pm:94 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:71 +#: LedgerSMB/Report/co/Caja_Diaria.pm:72 LedgerSMB/Report/Contact/History.pm:83 +#: LedgerSMB/Report/Contact/Search.pm:73 LedgerSMB/Report/File/Incoming.pm:50 +#: LedgerSMB/Report/File/Internal.pm:48 LedgerSMB/Report/GL.pm:100 +#: LedgerSMB/Report/Inventory/Activity.pm:80 +#: LedgerSMB/Report/Inventory/Activity.pm:131 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:90 +#: LedgerSMB/Report/Inventory/History.pm:122 +#: LedgerSMB/Report/Inventory/Search.pm:198 +#: LedgerSMB/Report/Listings/Asset.pm:86 LedgerSMB/Report/Listings/Asset.pm:120 +#: LedgerSMB/Report/Listings/Business_Type.pm:47 +#: LedgerSMB/Report/Listings/Business_Unit.pm:60 +#: LedgerSMB/Report/Listings/GIFI.pm:49 +#: LedgerSMB/Report/Listings/Language.pm:50 LedgerSMB/Report/Listings/SIC.pm:48 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:64 +#: LedgerSMB/Report/Listings/Warehouse.pm:39 LedgerSMB/Report/PNL/Product.pm:83 +#: LedgerSMB/Report/Timecards.pm:105 LedgerSMB/Report/Timecards.pm:118 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:113 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:107 +#: LedgerSMB/Report/Unapproved/Drafts.pm:100 LedgerSMB/Scripts/asset.pm:390 +#: LedgerSMB/Scripts/asset.pm:693 LedgerSMB/Scripts/asset.pm:764 +#: templates/demo/bin_list.html:148 templates/demo/bin_list.tex:106 +#: templates/demo/invoice.html:136 templates/demo/invoice.tex:140 +#: templates/demo/packing_list.html:120 templates/demo/packing_list.tex:114 +#: templates/demo/pick_list.html:112 templates/demo/pick_list.tex:100 +#: templates/demo/printPayment.html:47 templates/demo/product_receipt.html:126 +#: templates/demo/purchase_order.html:128 +#: templates/demo/request_quotation.html:141 +#: templates/demo/sales_order.html:130 templates/demo/sales_order.tex:119 +#: templates/demo/sales_quotation.html:99 templates/demo/timecard.html:85 +#: templates/demo/timecard.html:93 templates/demo/timecard.tex:38 +#: templates/demo/timecard.tex:40 templates/demo_with_images/bin_list.html:148 +#: templates/demo_with_images/bin_list.tex:106 +#: templates/demo_with_images/invoice.html:138 +#: templates/demo_with_images/invoice.tex:140 +#: templates/demo_with_images/packing_list.html:120 +#: templates/demo_with_images/packing_list.tex:114 +#: templates/demo_with_images/pick_list.html:112 +#: templates/demo_with_images/pick_list.tex:100 +#: templates/demo_with_images/printPayment.html:47 +#: templates/demo_with_images/product_receipt.html:126 +#: templates/demo_with_images/purchase_order.html:128 +#: templates/demo_with_images/request_quotation.html:141 +#: templates/demo_with_images/sales_order.html:130 +#: templates/demo_with_images/sales_order.tex:119 +#: templates/demo_with_images/sales_quotation.html:99 +#: templates/demo_with_images/timecard.html:85 +#: templates/demo_with_images/timecard.html:93 +#: templates/demo_with_images/timecard.tex:38 +#: templates/demo_with_images/timecard.tex:40 +#: templates/demo_with_images/work_order.html:130 +#: templates/demo_with_images/work_order.tex:125 +#: templates/demo/work_order.html:130 templates/demo/work_order.tex:125 +#: templates/xedemo/bin_list.html:148 templates/xedemo/bin_list.tex:106 +#: templates/xedemo/invoice.html:136 templates/xedemo/invoice.tex:135 +#: templates/xedemo/packing_list.html:120 templates/xedemo/packing_list.tex:114 +#: templates/xedemo/pick_list.html:112 templates/xedemo/pick_list.tex:100 +#: templates/xedemo/printPayment.html:47 +#: templates/xedemo/product_receipt.html:128 +#: templates/xedemo/purchase_order.html:128 +#: templates/xedemo/request_quotation.html:141 +#: templates/xedemo/sales_order.html:130 templates/xedemo/sales_order.tex:119 +#: templates/xedemo/sales_quotation.html:99 templates/xedemo/timecard.html:85 +#: templates/xedemo/timecard.html:93 templates/xedemo/timecard.tex:38 +#: templates/xedemo/timecard.tex:40 templates/xedemo/work_order.html:130 +#: templates/xedemo/work_order.tex:125 UI/accounts/edit.html:40 +#: UI/accounts/edit.html:149 UI/accounts/yearend.html:35 +#: UI/am-department-form.html:12 UI/am-gifi-form.html:16 +#: UI/am-language-form.html:16 UI/am-sic-form.html:20 +#: UI/am-warehouse-form.html:12 UI/budgetting/budget_entry.html:29 +#: UI/budgetting/budget_entry.html:68 UI/Contact/divs/contact_info.html:30 +#: UI/Contact/divs/contact_info.html:98 UI/Contact/divs/credit.html:22 +#: UI/Contact/divs/credit.html:79 UI/Contact/pricelist.csv:11 +#: UI/Contact/pricelist.html:26 UI/Contact/pricelist.tex:17 +#: UI/create_batch.html:22 UI/create_batch.html:65 +#: UI/import_csv/import_csv.html:35 UI/inventory/adjustment_entry.html:28 +#: UI/io-email.html:102 UI/journal/journal_entry.html:52 +#: UI/reconciliation/report.html:79 UI/reconciliation/report.html:142 +#: UI/reconciliation/report.html:201 UI/Reports/filters/budget_search.html:26 +#: UI/Reports/filters/cogs_lines.html:19 UI/Reports/filters/gl.html:78 +#: UI/Reports/filters/gl.html:184 UI/Reports/filters/inventory_activity.html:19 +#: UI/Reports/filters/invoice_search.html:138 UI/Reports/filters/orders.html:68 +#: UI/Reports/filters/purchase_history.html:251 +#: UI/Reports/filters/search_goods.html:19 +#: UI/Reports/filters/search_goods.html:200 +#: UI/rp-search-generate_tax_report.html:150 UI/timecards/timecard.html:43 +#: UI/timecards/timecard-week.html:112 sql/Pg-database.sql:2834 +#: sql/Pg-database.sql:2839 +msgid "Description" +msgstr "" + +#: bin/pe.pl:272 +msgid "Description Translations" +msgstr "" + +#: bin/am.pl:295 bin/am.pl:384 bin/am.pl:469 bin/am.pl:801 +msgid "Description missing!" +msgstr "" + +#: UI/asset/edit_asset.html:61 UI/asset/search_asset.html:55 +#: UI/business_units/edit.html:72 UI/business_units/filter.html:26 +#: UI/taxform/add_taxform.html:47 +msgid "Description:" +msgstr "" + +#: bin/aa.pl:1632 bin/pe.pl:920 UI/rc-reconciliation.html:99 +#: UI/Reports/filters/aging.html:64 +#: UI/Reports/filters/purchase_history.html:227 +msgid "Detail" +msgstr "" + +#: UI/payments/payments_detail.html:218 +#: UI/Reports/filters/invoice_outstanding.html:116 +msgid "Details" +msgstr "" + +#: UI/rc-display-form.html:98 +msgid "Difference" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:58 +msgid "Disable Back Button" +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:102 +msgid "Disc" +msgstr "" + +#: templates/demo/invoice.html:141 templates/demo/invoice.tex:145 +#: templates/demo/sales_order.html:134 templates/demo/sales_order.tex:121 +#: templates/demo/sales_quotation.html:103 +#: templates/demo_with_images/invoice.html:143 +#: templates/demo_with_images/invoice.tex:145 +#: templates/demo_with_images/sales_order.html:134 +#: templates/demo_with_images/sales_order.tex:121 +#: templates/demo_with_images/sales_quotation.html:103 +#: templates/xedemo/invoice.html:141 templates/xedemo/invoice.tex:140 +#: templates/xedemo/sales_order.html:134 templates/xedemo/sales_order.tex:121 +#: templates/xedemo/sales_quotation.html:103 +msgid "Disc %" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:809 UI/accounts/edit.html:318 +#: UI/accounts/edit.html:358 UI/am-business-form.html:16 +#: UI/Contact/divs/credit.html:153 UI/payments/payments_detail.html:313 +#: UI/Reports/filters/purchase_history.html:301 +msgid "Discount" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Type.pm:54 +msgid "Discount (%)" +msgstr "" + +#: t/data/04-complex_template.html:242 +msgid "Discount:" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:698 +msgid "Disp. Aquired Value" +msgstr "" + +#: UI/templates/preview.html:62 +msgid "Display" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:572 sql/Pg-database.sql:2898 +#: sql/Pg-database.sql:2901 +msgid "Disposal" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:766 +msgid "Disposal Date" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:394 +msgid "Disposal Method" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:760 +msgid "Disposal Report [_1] on date [_2]" +msgstr "" + +#: LedgerSMB.pm:757 +msgid "Division by 0 error" +msgstr "" + +#: bin/io.pl:2407 +msgid "Do not keep field empty [_1]" +msgstr "" + +#: LedgerSMB/Report/co/Caja_Diaria.pm:77 +msgid "Document" +msgstr "" + +#: UI/Reports/co/filter_cd.html:76 +msgid "Document Type" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:385 +msgid "Don't know what to do with backup" +msgstr "" + +#: bin/oe.pl:2087 bin/oe.pl:2095 +msgid "Done" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:562 +msgid "Double customernumbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:581 +msgid "Double vendornumbers" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:103 sql/Pg-database.sql:738 +msgid "Dr." +msgstr "" + +#: bin/aa.pl:1235 bin/aa.pl:1511 bin/gl.pl:131 bin/ir.pl:98 +msgid "Draft Posted" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Drafts.pm:121 +msgid "Draft Search" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Drafts.pm:132 +msgid "Draft Type" +msgstr "" + +#: sql/Pg-database.sql:2875 +msgid "Drafts" +msgstr "" + +#: bin/ic.pl:507 LedgerSMB/Report/Inventory/Search.pm:262 +#: UI/Reports/filters/search_goods.html:65 +#: UI/Reports/filters/search_goods.html:319 +msgid "Drawing" +msgstr "" + +#: LedgerSMB/Report/COA.pm:117 +msgid "Dropdowns" +msgstr "" + +#: LedgerSMB/Report/Contact/Purchase.pm:97 +#: LedgerSMB/Report/Invoices/Transactions.pm:283 +#: templates/demo/ap_transaction.html:77 templates/demo/ap_transaction.tex:61 +#: templates/demo/ar_transaction.html:76 templates/demo/ar_transaction.tex:78 +#: templates/demo/invoice.html:108 templates/demo/invoice.tex:124 +#: templates/demo/receipt.tex:64 templates/demo/statement.html:63 +#: templates/demo_with_images/ap_transaction.html:77 +#: templates/demo_with_images/ap_transaction.tex:61 +#: templates/demo_with_images/ar_transaction.html:76 +#: templates/demo_with_images/ar_transaction.tex:78 +#: templates/demo_with_images/invoice.html:110 +#: templates/demo_with_images/invoice.tex:124 +#: templates/demo_with_images/receipt.tex:64 +#: templates/demo_with_images/statement.html:63 +#: templates/xedemo/ap_transaction.html:77 +#: templates/xedemo/ap_transaction.tex:61 +#: templates/xedemo/ar_transaction.html:76 +#: templates/xedemo/ar_transaction.tex:78 templates/xedemo/invoice.html:108 +#: templates/xedemo/invoice.tex:119 templates/xedemo/receipt.tex:64 +#: templates/xedemo/statement.html:63 +msgid "Due" +msgstr "" + +#: bin/aa.pl:694 bin/aa.pl:1730 bin/ir.pl:587 bin/is.pl:633 +#: LedgerSMB/Report/Aging.pm:119 LedgerSMB/Report/Contact/Purchase.pm:105 +#: LedgerSMB/Report/Invoices/Outstanding.pm:251 +#: LedgerSMB/Report/Invoices/Transactions.pm:289 UI/orders/order.html:96 +#: UI/Reports/filters/invoice_outstanding.html:233 +#: UI/Reports/filters/invoice_search.html:324 +msgid "Due Date" +msgstr "" + +#: bin/aa.pl:1392 +msgid "Due Date missing!" +msgstr "" + +#: UI/Contact/divs/user.html:6 UI/setup/edit_user.html:11 +msgid "Duplicate User Found: Importing User" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:242 +msgid "Duplicate employee numbers" +msgstr "" + +#: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 +#: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 +msgid "E-mail" +msgstr "" + +#: UI/rp-email.html:8 +msgid "E-mail Statement to [_1]" +msgstr "" + +#: UI/io-email.html:7 +msgid "E-mail [_1]" +msgstr "" + +#: bin/am.pl:1473 bin/io.pl:1702 +msgid "E-mail address missing!" +msgstr "" + +#: bin/arap.pl:453 +msgid "E-mail message" +msgstr "" + +#: bin/io.pl:1512 +msgid "E-mailed" +msgstr "" + +#: LedgerSMB/Report/PNL/ECA.pm:81 +msgid "ECA Income Statement" +msgstr "" + +#: sql/Pg-database.sql:830 +msgid "EDI ID" +msgstr "" + +#: sql/Pg-database.sql:829 +msgid "EDI Interchange ID" +msgstr "" + +#: bin/aa.pl:147 LedgerSMB/Report/COA.pm:122 LedgerSMB/Report/COA.pm:192 +#: t/data/04-complex_template.html:506 UI/Admin/edit_user.html:151 +#: UI/Contact/divs/address.html:47 UI/Contact/divs/contact_info.html:6 +#: UI/templates/preview.html:68 +msgid "Edit" +msgstr "" + +#: bin/aa.pl:416 bin/aa.pl:450 +msgid "Edit AP Transaction" +msgstr "" + +#: bin/aa.pl:415 +msgid "Edit AR Transaction" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:68 +msgid "Edit Account" +msgstr "" + +#: bin/ic.pl:98 bin/ic.pl:726 +msgid "Edit Assembly" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:102 +msgid "Edit Asset Class" +msgstr "" + +#: bin/am.pl:282 +msgid "Edit Business" +msgstr "" + +#: bin/is.pl:135 +msgid "Edit Credit Invoice" +msgstr "" + +#: bin/aa.pl:448 +msgid "Edit Credit Note" +msgstr "" + +#: t/data/04-complex_template.html:17 UI/Contact/contact.html:37 +msgid "Edit Customer" +msgstr "" + +#: bin/is.pl:132 +msgid "Edit Customer Return" +msgstr "" + +#: bin/aa.pl:446 +msgid "Edit Debit Note" +msgstr "" + +#: bin/pe.pl:524 +msgid "Edit Description Translations" +msgstr "" + +#: t/data/04-complex_template.html:21 UI/Contact/contact.html:41 +msgid "Edit Employee" +msgstr "" + +#: bin/am.pl:159 +msgid "Edit GIFI" +msgstr "" + +#: bin/pe.pl:109 +msgid "Edit Group" +msgstr "" + +#: bin/ic.pl:99 +msgid "Edit Labor/Overhead" +msgstr "" + +#: bin/am.pl:458 +msgid "Edit Language" +msgstr "" + +#: bin/ic.pl:96 bin/ic.pl:724 +msgid "Edit Part" +msgstr "" + +#: bin/pe.pl:198 +msgid "Edit Pricegroup" +msgstr "" + +#: bin/oe.pl:95 +msgid "Edit Purchase Order" +msgstr "" + +#: bin/oe.pl:109 +msgid "Edit Quotation" +msgstr "" + +#: UI/business_units/edit.html:10 +msgid "Edit Reporting Unit" +msgstr "" + +#: bin/oe.pl:105 +msgid "Edit Request for Quotation" +msgstr "" + +#: bin/am.pl:369 +msgid "Edit SIC" +msgstr "" + +#: bin/is.pl:138 +msgid "Edit Sales Invoice" +msgstr "" + +#: bin/oe.pl:100 +msgid "Edit Sales Order" +msgstr "" + +#: bin/ic.pl:97 bin/ic.pl:725 +msgid "Edit Service" +msgstr "" + +#: UI/taxform/add_taxform.html:11 +msgid "Edit Tax Form" +msgstr "" + +#: UI/Contact/divs/employee.html:194 +msgid "Edit User" +msgstr "" + +#: t/data/04-complex_template.html:19 UI/Contact/contact.html:39 +msgid "Edit Vendor" +msgstr "" + +#: bin/ir.pl:151 +msgid "Edit Vendor Invoice" +msgstr "" + +#: bin/ir.pl:145 +msgid "Edit Vendor Return" +msgstr "" + +#: bin/am.pl:788 +msgid "Edit Warehouse" +msgstr "" + +#: UI/Admin/edit_user.html:10 UI/Contact/divs/user.html:9 +#: UI/setup/edit_user.html:14 +msgid "Editing User" +msgstr "" + +#: LedgerSMB/Num2text.pm:69 +msgid "Eight" +msgstr "" + +#: LedgerSMB/Num2text.pm:80 +msgid "Eighteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:98 +msgid "Eighty" +msgstr "" + +#: LedgerSMB/Num2text.pm:72 +msgid "Eleven" +msgstr "" + +#: LedgerSMB/Num2text.pm:73 +msgid "Eleven-o" +msgstr "" + +#: UI/Reports/aging_report.html:70 sql/Pg-database.sql:823 +msgid "Email" +msgstr "" + +#: bin/aa.pl:530 bin/aa.pl:1557 bin/oe.pl:614 bin/pe.pl:884 +#: LedgerSMB/Report/Orders.pm:263 LedgerSMB/Scripts/contact.pm:166 +#: templates/demo/ap_transaction.html:93 templates/demo/ap_transaction.tex:68 +#: templates/demo/ar_transaction.tex:85 templates/demo/timecard.html:31 +#: templates/demo/timecard.tex:22 +#: templates/demo_with_images/ap_transaction.html:93 +#: templates/demo_with_images/ap_transaction.tex:68 +#: templates/demo_with_images/ar_transaction.tex:85 +#: templates/demo_with_images/timecard.html:31 +#: templates/demo_with_images/timecard.tex:22 +#: templates/xedemo/ap_transaction.html:93 +#: templates/xedemo/ap_transaction.tex:68 +#: templates/xedemo/ar_transaction.tex:85 templates/xedemo/timecard.html:31 +#: templates/xedemo/timecard.tex:22 UI/Contact/divs/employee.html:1 +#: UI/Reports/filters/contact_search.html:62 UI/timecards/entry_filter.html:13 +#: sql/Pg-database.sql:544 +msgid "Employee" +msgstr "" + +#: UI/Admin/edit_user.html:114 +msgid "Employee No." +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:111 t/data/04-complex_template.html:92 +#: UI/Contact/divs/employee.html:119 UI/setup/new_user.html:88 +msgid "Employee Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:14 +msgid "Employee Search" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:224 +msgid "" +"Employee name doesn't meet minimal requirements (e.g. non-empty, alphanumeric)" +msgstr "" + +#: UI/lib/report_base.html:268 sql/Pg-database.sql:2812 +msgid "Employees" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:74 LedgerSMB/Report/Budget/Search.pm:121 +#: LedgerSMB/Report/Budget/Variance.pm:119 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:132 +#: LedgerSMB/Report/co/Caja_Diaria.pm:126 +#: LedgerSMB/Report/Contact/History.pm:146 LedgerSMB/Report/GL.pm:209 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:78 +#: LedgerSMB/Report/Invoices/COGS.pm:157 +#: LedgerSMB/Report/Listings/Business_Unit.pm:68 +#: UI/budgetting/budget_entry.html:51 UI/business_units/edit.html:63 +#: UI/Contact/divs/credit.html:25 UI/Contact/divs/credit.html:112 +#: UI/Contact/divs/employee.html:173 UI/Reports/filters/budget_search.html:48 +msgid "End Date" +msgstr "" + +#: t/data/04-complex_template.html:122 t/data/04-complex_template.html:188 +msgid "End Date:" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:11 +msgid "Ending" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:190 +msgid "Ending Balance" +msgstr "" + +#: UI/reconciliation/report.html:52 +msgid "Ending GL Balance:" +msgstr "" + +#: UI/reconciliation/report.html:30 UI/reconciliation/report.html:44 +msgid "Ending Statement Balance:" +msgstr "" + +#: bin/am.pl:865 +msgid "Ends" +msgstr "" + +#: UI/am-audit-control.html:12 +msgid "Enforce transaction reversal for all dates" +msgstr "" + +#: UI/inventory/adjustment_entry.html:11 sql/Pg-database.sql:2789 +msgid "Enter Inventory" +msgstr "" + +#: UI/setup/new_user.html:8 +msgid "Enter User" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:210 +msgid "Enter employee numbers where they are missing" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:88 +#: LedgerSMB/Report/Reconciliation/Summary.pm:152 +msgid "Entered By" +msgstr "" + +#: UI/timecards/timecard.html:21 +msgid "Entered For" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:529 +msgid "Entered at" +msgstr "" + +#: t/data/04-complex_template.html:629 UI/Contact/divs/notes.html:71 +msgid "Entered at: [_1]" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:290 sql/Pg-database.sql:1069 +msgid "Entity" +msgstr "" + +#: UI/lib/report_base.html:42 +msgid "Entity Class" +msgstr "" + +#: bin/ir.pl:530 bin/is.pl:563 bin/oe.pl:502 +msgid "Entity Code" +msgstr "" + +#: bin/aa.pl:642 +msgid "Entity Control Code" +msgstr "" + +#: sql/Pg-database.sql:1071 +msgid "Entity Credit Account" +msgstr "" + +#: LedgerSMB/Report/GL.pm:105 +msgid "Entry ID" +msgstr "" + +#: bin/io.pl:1445 bin/is.pl:1100 +msgid "Envelope" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:237 LedgerSMB/Report/Balance_Sheet.pm:239 +#: LedgerSMB/Report/PNL.pm:212 LedgerSMB/Report/PNL.pm:214 +#: UI/accounts/edit.html:203 UI/Reports/filters/gl.html:139 +msgid "Equity" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:219 LedgerSMB/Report/Balance_Sheet.pm:221 +msgid "Equity & Liabilities" +msgstr "" + +#: UI/accounts/edit.html:204 +msgid "Equity (Temporary)" +msgstr "" + +#: UI/Reports/balance_sheet.html:104 +msgid "Equity to Liabilities" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:346 +msgid "Error creating backup file" +msgstr "" + +#: LedgerSMB/Scripts/vouchers.pm:100 +msgid "Error creating batch. Please try again." +msgstr "" + +#: LedgerSMB.pm:761 +msgid "Error from Function:" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:431 +msgid "Error while opening directory: [_1]" +msgstr "" + +#: UI/payments/check_job.html:30 +msgid "Error:" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:95 +msgid "Error: Cannot include summary account in other dropdown menus" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:632 +msgid "Est. Life" +msgstr "" + +#: bin/am.pl:870 bin/arap.pl:554 +msgid "Every" +msgstr "" + +#: bin/aa.pl:886 bin/ir.pl:927 bin/is.pl:1015 UI/orders/order.html:251 +msgid "Exch" +msgstr "" + +#: bin/aa.pl:486 bin/ir.pl:417 bin/is.pl:411 bin/oe.pl:410 bin/oe.pl:418 +#: bin/oe.pl:1645 LedgerSMB/Report/Contact/History.pm:116 +#: LedgerSMB/Scripts/payment.pm:820 UI/orders/order.html:54 +#: UI/payments/payment2.html:123 UI/payments/payments_detail.html:149 +#: UI/payments/payments_detail.html:158 UI/payments/use_overpayment2.html:93 +#: UI/Reports/filters/payments.html:110 +msgid "Exchange Rate" +msgstr "" + +#: bin/aa.pl:1426 bin/ir.pl:1485 bin/is.pl:1513 +msgid "Exchange rate for payment missing!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1164 +msgid "Exchange rate hasn't been defined" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:748 +msgid "Exchange rate inconsistency with database. Got [_1], expected [_2]" +msgstr "" + +#: bin/aa.pl:1408 bin/ir.pl:1466 bin/is.pl:1494 bin/oe.pl:1316 bin/oe.pl:1672 +msgid "Exchange rate missing!" +msgstr "" + +#: UI/Reports/filters/overpayments.html:51 +msgid "Exhchange Rate" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:96 +msgid "Expected" +msgstr "" + +#: bin/ic.pl:666 UI/accounts/edit.html:206 UI/accounts/edit.html:418 +#: UI/accounts/edit.html:457 UI/Reports/filters/gl.html:151 +msgid "Expense" +msgstr "" + +#: UI/asset/edit_asset.html:179 +msgid "Expense Account" +msgstr "" + +#: UI/accounts/edit.html:331 +msgid "Expense/Asset" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:196 LedgerSMB/Report/Balance_Sheet.pm:198 +#: LedgerSMB/Report/PNL.pm:183 LedgerSMB/Report/PNL.pm:185 +msgid "Expenses" +msgstr "" + +#: bin/io.pl:241 templates/demo/invoice.html:142 +#: templates/demo/request_quotation.html:146 +#: templates/demo_with_images/invoice.html:144 +#: templates/demo_with_images/request_quotation.html:146 +#: templates/xedemo/invoice.html:142 +#: templates/xedemo/request_quotation.html:146 +msgid "Extended" +msgstr "" + +#: UI/timecards/timecard-week.html:105 +msgid "Extra Used" +msgstr "" + +#: UI/budgetting/budget_entry.html:64 UI/journal/journal_entry.html:115 +msgid "FX" +msgstr "" + +#: bin/pe.pl:1341 +msgid "Failed to save order!" +msgstr "" + +#: sql/Pg-database.sql:818 +msgid "Fax" +msgstr "" + +#: templates/demo/ar_transaction.html:53 templates/demo/ar_transaction.tex:27 +#: templates/demo/letterhead.tex:14 +#: templates/demo_with_images/ar_transaction.html:53 +#: templates/demo_with_images/ar_transaction.tex:27 +#: templates/demo_with_images/letterhead.tex:14 +#: templates/xedemo/ar_transaction.html:53 +#: templates/xedemo/ar_transaction.tex:27 templates/xedemo/letterhead.tex:14 +msgid "Fax:" +msgstr "" + +#: templates/demo/ap_transaction.html:54 templates/demo/ar_transaction.tex:65 +#: templates/demo/bin_list.html:59 templates/demo/bin_list.html:92 +#: templates/demo/invoice.html:53 templates/demo/invoice.html:86 +#: templates/demo/letterhead.html:22 templates/demo/packing_list.html:60 +#: templates/demo/pick_list.html:59 templates/demo/product_receipt.html:58 +#: templates/demo/product_receipt.html:86 templates/demo/product_receipt.tex:56 +#: templates/demo/product_receipt.tex:91 templates/demo/purchase_order.html:58 +#: templates/demo/purchase_order.html:86 templates/demo/purchase_order.tex:56 +#: templates/demo/purchase_order.tex:91 +#: templates/demo/request_quotation.html:59 +#: templates/demo/request_quotation.html:87 +#: templates/demo/request_quotation.tex:56 +#: templates/demo/request_quotation.tex:91 templates/demo/sales_order.html:55 +#: templates/demo/sales_order.html:83 templates/demo/sales_order.tex:55 +#: templates/demo/sales_order.tex:90 templates/demo/sales_quotation.html:52 +#: templates/demo/sales_quotation.tex:61 +#: templates/demo_with_images/ap_transaction.html:54 +#: templates/demo_with_images/ar_transaction.tex:65 +#: templates/demo_with_images/bin_list.html:59 +#: templates/demo_with_images/bin_list.html:92 +#: templates/demo_with_images/invoice.html:55 +#: templates/demo_with_images/invoice.html:88 +#: templates/demo_with_images/letterhead.html:22 +#: templates/demo_with_images/packing_list.html:60 +#: templates/demo_with_images/pick_list.html:59 +#: templates/demo_with_images/product_receipt.html:58 +#: templates/demo_with_images/product_receipt.html:86 +#: templates/demo_with_images/product_receipt.tex:56 +#: templates/demo_with_images/product_receipt.tex:91 +#: templates/demo_with_images/purchase_order.html:58 +#: templates/demo_with_images/purchase_order.html:86 +#: templates/demo_with_images/purchase_order.tex:56 +#: templates/demo_with_images/purchase_order.tex:91 +#: templates/demo_with_images/request_quotation.html:59 +#: templates/demo_with_images/request_quotation.html:87 +#: templates/demo_with_images/request_quotation.tex:56 +#: templates/demo_with_images/request_quotation.tex:91 +#: templates/demo_with_images/sales_order.html:55 +#: templates/demo_with_images/sales_order.html:83 +#: templates/demo_with_images/sales_order.tex:55 +#: templates/demo_with_images/sales_order.tex:90 +#: templates/demo_with_images/sales_quotation.html:52 +#: templates/demo_with_images/sales_quotation.tex:61 +#: templates/demo_with_images/work_order.html:55 +#: templates/demo_with_images/work_order.html:83 +#: templates/demo_with_images/work_order.tex:65 +#: templates/demo/work_order.html:55 templates/demo/work_order.html:83 +#: templates/demo/work_order.tex:65 templates/xedemo/ap_transaction.html:54 +#: templates/xedemo/ar_transaction.tex:65 templates/xedemo/bin_list.html:59 +#: templates/xedemo/bin_list.html:92 templates/xedemo/invoice.html:53 +#: templates/xedemo/invoice.html:86 templates/xedemo/letterhead.html:22 +#: templates/xedemo/packing_list.html:60 templates/xedemo/pick_list.html:59 +#: templates/xedemo/product_receipt.html:58 +#: templates/xedemo/product_receipt.html:86 +#: templates/xedemo/product_receipt.tex:56 +#: templates/xedemo/product_receipt.tex:91 +#: templates/xedemo/purchase_order.html:58 +#: templates/xedemo/purchase_order.html:86 +#: templates/xedemo/purchase_order.tex:56 +#: templates/xedemo/purchase_order.tex:91 +#: templates/xedemo/request_quotation.html:59 +#: templates/xedemo/request_quotation.html:87 +#: templates/xedemo/request_quotation.tex:56 +#: templates/xedemo/request_quotation.tex:91 +#: templates/xedemo/sales_order.html:55 templates/xedemo/sales_order.html:83 +#: templates/xedemo/sales_order.tex:55 templates/xedemo/sales_order.tex:90 +#: templates/xedemo/sales_quotation.html:52 +#: templates/xedemo/sales_quotation.tex:62 templates/xedemo/work_order.html:55 +#: templates/xedemo/work_order.html:83 templates/xedemo/work_order.tex:65 +msgid "Fax: [_1]" +msgstr "" + +#: templates/demo_with_images/work_order.tex:100 +#: templates/demo/work_order.tex:100 templates/xedemo/work_order.tex:100 +msgid "Fax:[_1]" +msgstr "" + +#: bin/aa.pl:84 bin/gl.pl:80 bin/io.pl:80 LedgerSMB/App_State.pm:238 +msgid "Feb" +msgstr "" + +#: bin/aa.pl:70 bin/gl.pl:66 bin/io.pl:66 LedgerSMB/App_State.pm:238 +#: LedgerSMB/DBObject/Date.pm:61 +msgid "February" +msgstr "" + +#: LedgerSMB/Num2text.pm:77 +msgid "Fifteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:95 +msgid "Fifty" +msgstr "" + +#: UI/file/attachment_screen.html:39 +msgid "File" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:993 +msgid "File Imported" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:47 LedgerSMB/Report/File/Internal.pm:45 +#: LedgerSMB/Report/Listings/Templates.pm:50 +msgid "File Name" +msgstr "" + +#: UI/Contact/divs/files.html:7 +msgid "File Type" +msgstr "" + +#: bin/aa.pl:1084 bin/aa.pl:1104 bin/ic.pl:885 bin/ic.pl:904 bin/ir.pl:1051 +#: bin/ir.pl:1070 bin/is.pl:1145 bin/is.pl:1164 bin/oe.pl:967 bin/oe.pl:986 +#: UI/Contact/divs/files.html:5 UI/journal/journal_entry.html:319 +#: UI/journal/journal_entry.html:337 +msgid "File name" +msgstr "" + +#: bin/aa.pl:1085 bin/aa.pl:1105 bin/ic.pl:886 bin/ic.pl:905 bin/ir.pl:1052 +#: bin/ir.pl:1071 bin/is.pl:1146 bin/is.pl:1165 bin/oe.pl:968 bin/oe.pl:987 +#: UI/journal/journal_entry.html:320 UI/journal/journal_entry.html:338 +msgid "File type" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:174 UI/Contact/divs/files.html:1 +msgid "Files" +msgstr "" + +#: UI/Contact/divs/files.html:30 +msgid "Files attached to Credit Account" +msgstr "" + +#: UI/Contact/divs/files.html:13 +msgid "Files attached to Entity" +msgstr "" + +#: UI/payments/payments_detail.html:117 +msgid "Filtering From:" +msgstr "" + +#: UI/payments/payments_filter.html:14 +msgid "Filtering Payments" +msgstr "" + +#: UI/payments/payments_filter.html:13 +msgid "Filtering Receipts" +msgstr "" + +#: t/data/04-complex_template.html:53 +msgid "First" +msgstr "" + +#: UI/Admin/edit_user.html:93 UI/Admin/user_search.html:21 +#: UI/Contact/divs/employee.html:37 UI/setup/new_user.html:68 +msgid "First Name" +msgstr "" + +#: UI/Reports/balance_sheet.html:96 +msgid "First column only" +msgstr "" + +#: LedgerSMB/Num2text.pm:66 +msgid "Five" +msgstr "" + +#: LedgerSMB/Num2text.pm:101 +msgid "Five Hundred" +msgstr "" + +#: UI/accounts/edit.html:439 +msgid "Fixed Asset" +msgstr "" + +#: UI/accounts/edit.html:433 sql/Pg-database.sql:2930 +msgid "Fixed Assets" +msgstr "" + +#: bin/arap.pl:559 +msgid "For" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:93 +msgid "Foreign Exchange Gain" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:96 +msgid "Foreign Exchange Loss" +msgstr "" + +#: UI/Reports/filters/taxforms.html:28 +msgid "Form" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:48 +msgid "Form Name" +msgstr "" + +#: LedgerSMB/Report/Listings/Templates.pm:54 +msgid "Format" +msgstr "" + +#: LedgerSMB/Num2text.pm:94 +msgid "Forty" +msgstr "" + +#: LedgerSMB/Num2text.pm:65 +msgid "Four" +msgstr "" + +#: LedgerSMB/Num2text.pm:76 +msgid "Fourteen" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:142 +msgid "Fri" +msgstr "" + +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 +#: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 +#: templates/demo_with_images/bin_list.html:28 +#: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 +#: templates/xedemo/bin_list.tex:35 UI/asset/begin_approval.html:23 +#: UI/asset/search_reports.html:25 UI/bp-search.html:27 +#: UI/ca-list-selector.html:31 UI/lib/report_base.html:96 +#: UI/lib/report_base.html:172 UI/pos-receipts.html:16 +#: UI/rc-reconciliation.html:16 UI/Reports/co/filter_bm.html:21 +#: UI/Reports/co/filter_cd.html:39 UI/Reports/filters/contact_search.html:114 +#: UI/Reports/filters/income_statement.html:127 +#: UI/Reports/filters/income_statement.html:203 +#: UI/Reports/filters/purchase_history.html:119 +#: UI/Reports/filters/purchase_history.html:140 +#: UI/rp-search-generate_balance_sheet.html:19 +#: UI/rp-search-generate_income_statement.html:6 +#: UI/rp-search-generate_income_statement.html:59 +#: UI/rp-search-generate_tax_report.html:2 +msgid "From" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:180 +msgid "From Amount" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:132 +#: LedgerSMB/Report/Invoices/Payments.pm:193 +#: LedgerSMB/Report/Reconciliation/Summary.pm:176 +#: LedgerSMB/Report/Taxform/Detail.pm:108 +#: LedgerSMB/Report/Taxform/Summary.pm:106 LedgerSMB/Report/Timecards.pm:159 +msgid "From Date" +msgstr "" + +#: UI/asset/import_asset.html:51 UI/import_csv/import_csv.html:52 +#: UI/import_csv/import_inventory_csv.html:71 +msgid "From File" +msgstr "" + +#: bin/oe.pl:2308 +msgid "From Warehouse" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:215 +msgid "From date" +msgstr "" + +#: UI/asset/begin_report.html:31 UI/Reports/filters/balance_sheet.html:173 +#: UI/Reports/filters/income_statement.html:256 +#: UI/Reports/filters/trial_balance.html:10 +msgid "Full" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 +msgid "Full Permissions" +msgstr "" + +#: LedgerSMB/Report/COA.pm:100 LedgerSMB/Report/GL.pm:157 +#: LedgerSMB/Report/Listings/GIFI.pm:45 LedgerSMB/Report/Listings/GIFI.pm:68 +#: LedgerSMB/Report/Trial_Balance.pm:166 UI/accounts/edit.html:181 +#: UI/am-gifi-form.html:12 UI/lib/report_base.html:73 +#: UI/Reports/filters/balance_sheet.html:12 +#: UI/Reports/filters/balance_sheet.html:29 UI/Reports/filters/gl.html:241 +#: UI/Reports/filters/income_statement.html:50 +#: UI/Reports/filters/income_statement.html:67 +#: UI/rp-search-generate_tax_report.html:76 UI/rp-search.html:37 +#: sql/Pg-database.sql:2858 +msgid "GIFI" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:369 LedgerSMB/Upgrade_Tests.pm:386 +#: LedgerSMB/Upgrade_Tests.pm:404 +msgid "GIFI accounts not in \"gifi\" table" +msgstr "" + +#: bin/am.pl:222 +msgid "GIFI deleted!" +msgstr "" + +#: bin/am.pl:213 +msgid "GIFI missing!" +msgstr "" + +#: bin/am.pl:215 +msgid "GIFI saved!" +msgstr "" + +#: bin/am.pl:879 UI/Reports/filters/unapproved.html:15 +#: UI/setup/complete.html:23 UI/setup/confirm_operation.html:107 +msgid "GL" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:100 +msgid "GL Reference Number" +msgstr "" + +#: UI/accounts/edit.html:466 +msgid "Gain" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:772 +msgid "Gain (Loss)" +msgstr "" + +#: UI/asset/begin_approval.html:46 +msgid "Gain Account" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:74 +msgid "Gapless AR" +msgstr "" + +#: sql/Pg-database.sql:2925 +msgid "General Journal" +msgstr "" + +#: LedgerSMB/Report/GL.pm:195 +msgid "General Ledger Report" +msgstr "" + +#: UI/Reports/filters/gl.html:16 +msgid "General Ledger Reports" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:115 UI/Reports/aging_report.html:99 +#: sql/Pg-database.sql:2784 sql/Pg-database.sql:2822 +msgid "Generate" +msgstr "" + +#: UI/Contact/divs/company.html:146 UI/Contact/divs/person.html:168 +msgid "Generate Control Code" +msgstr "" + +#: bin/oe.pl:2680 +msgid "Generate Orders" +msgstr "" + +#: bin/oe.pl:2585 +msgid "Generate Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:57 +msgid "Generate Purchase Orders from Sales Orders" +msgstr "" + +#: bin/pe.pl:890 bin/pe.pl:1070 bin/pe.pl:1160 +msgid "Generate Sales Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:70 +msgid "Generate Sales Orders from Purchase Orders" +msgstr "" + +#: sql/Pg-database.sql:819 +msgid "Generic Jabber" +msgstr "" + +#: UI/Contact/divs/person.html:85 +msgid "Given Name" +msgstr "" + +#: t/data/04-strings-for-translation.html:8 +msgid "Goods & Services" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:325 sql/Pg-database.sql:2926 +msgid "Goods and Services" +msgstr "" + +#: LedgerSMB/Report/Inventory/History.pm:186 +msgid "Goods and Services History" +msgstr "" + +#: UI/payments/payments_detail.html:434 +msgid "Grand Total" +msgstr "" + +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 +#: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 +msgid "Group" +msgstr "" + +#: bin/pe.pl:284 +msgid "Group Translations" +msgstr "" + +#: UI/io-email.html:81 UI/orders/order.html:297 +msgid "Group by" +msgstr "" + +#: bin/pe.pl:93 +msgid "Group deleted!" +msgstr "" + +#: bin/pe.pl:70 +msgid "Group missing!" +msgstr "" + +#: bin/pe.pl:72 +msgid "Group saved!" +msgstr "" + +#: sql/Pg-database.sql:815 +msgid "Gtalk" +msgstr "" + +#: t/data/04-complex_template.html:25 sql/Pg-database.sql:2921 +msgid "HR" +msgstr "" + +#: sql/Pg-database.sql:2879 +msgid "HTML Templates" +msgstr "" + +#: UI/accounts/edit.html:12 UI/accounts/edit.html:54 UI/accounts/edit.html:162 +#: UI/am-sic-form.html:17 UI/rp-search-generate_balance_sheet.html:76 +#: UI/rp-search-generate_income_statement.html:126 +msgid "Heading" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:155 +#: UI/Reports/filters/income_statement.html:238 +msgid "Hierarchy type" +msgstr "" + +#: t/data/04-complex_template.html:35 +msgid "History" +msgstr "" + +#: sql/Pg-database.sql:820 +msgid "Home Phone" +msgstr "" + +#: sql/Pg-database.sql:548 +msgid "Hot Lead" +msgstr "" + +#: sql/Pg-database.sql:970 +msgid "Hourly" +msgstr "" + +#: templates/demo/timecard.html:60 templates/demo/timecard.tex:31 +#: templates/demo_with_images/timecard.html:60 +#: templates/demo_with_images/timecard.tex:31 templates/xedemo/timecard.html:60 +#: templates/xedemo/timecard.tex:31 +msgid "Hours" +msgstr "" + +#: LedgerSMB/Num2text.pm:100 +msgid "Hundred" +msgstr "" + +#: bin/aa.pl:1692 bin/am.pl:858 LedgerSMB/Report/Assets/Net_Book_Value.pm:67 +#: LedgerSMB/Report/Contact/Purchase.pm:57 LedgerSMB/Report/GL.pm:84 +#: LedgerSMB/Report/Inventory/History.pm:113 +#: LedgerSMB/Report/Inventory/Search.pm:189 +#: LedgerSMB/Report/Invoices/Outstanding.pm:192 +#: LedgerSMB/Report/Invoices/Transactions.pm:255 +#: LedgerSMB/Report/Listings/Asset_Class.pm:64 +#: LedgerSMB/Report/Listings/TemplateTrans.pm:55 LedgerSMB/Report/Orders.pm:209 +#: LedgerSMB/Report/Timecards.pm:109 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:92 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:91 +#: LedgerSMB/Report/Unapproved/Drafts.pm:84 LedgerSMB/Scripts/asset.pm:525 +#: templates/demo/timecard.html:35 templates/demo/timecard.tex:23 +#: templates/demo_with_images/timecard.html:35 +#: templates/demo_with_images/timecard.tex:23 templates/xedemo/timecard.html:35 +#: templates/xedemo/timecard.tex:23 UI/business_units/list_classes.html:10 +#: UI/Reports/filters/gl.html:163 +#: UI/Reports/filters/invoice_outstanding.html:130 +#: UI/Reports/filters/invoice_search.html:223 +#: UI/Reports/filters/orders.html:112 UI/rp-search-generate_tax_report.html:111 +msgid "ID" +msgstr "" + +#: sql/Pg-database.sql:817 +msgid "IRC" +msgstr "" + +#: templates/demo/printPayment.html:87 +#: templates/demo_with_images/printPayment.html:87 +#: templates/xedemo/printPayment.html:87 +msgid "Identification" +msgstr "" + +#: UI/form-dynatable.html:21 +msgid "If you would like to access this report again, please try this URL" +msgstr "" + +#: UI/lib/report_base.html:81 UI/Reports/filters/trial_balance.html:49 +#: UI/rp-search.html:44 +msgid "Ignore Year-ends" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:219 +msgid "Ignore Yearends" +msgstr "" + +#: UI/Reports/filters/income_statement.html:153 +msgid "Ignore year-closing" +msgstr "" + +#: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 +#: UI/Reports/filters/search_goods.html:312 +msgid "Image" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:129 +msgid "Images in Templates" +msgstr "" + +#: UI/Admin/edit_user.html:54 UI/Contact/divs/user.html:52 +#: UI/setup/edit_user.html:57 UI/setup/new_user.html:34 +#: sql/Pg-database.sql:2785 sql/Pg-database.sql:2895 sql/Pg-database.sql:2910 +#: sql/Pg-database.sql:2915 +msgid "Import" +msgstr "" + +#: sql/Pg-database.sql:2788 +msgid "Import AP Batch" +msgstr "" + +#: sql/Pg-database.sql:2787 +msgid "Import AR Batch" +msgstr "" + +#: sql/Pg-database.sql:2902 sql/Pg-database.sql:2906 +msgid "Import Batch" +msgstr "" + +#: sql/Pg-database.sql:2857 +msgid "Import Chart" +msgstr "" + +#: sql/Pg-database.sql:2914 +msgid "Import GIFI" +msgstr "" + +#: sql/Pg-database.sql:2782 +msgid "Import Inventory" +msgstr "" + +#: bin/ir.pl:864 bin/ir.pl:875 +msgid "Import Text" +msgstr "" + +#: UI/Admin/edit_user.html:7 +msgid "Importing User" +msgstr "" + +#: templates/demo/timecard.html:52 templates/demo/timecard.tex:29 +#: templates/demo_with_images/timecard.html:52 +#: templates/demo_with_images/timecard.tex:29 templates/xedemo/timecard.html:52 +#: templates/xedemo/timecard.tex:29 +msgid "In" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:80 +msgid "In Svc" +msgstr "" + +#: bin/io.pl:1459 +msgid "In-line" +msgstr "" + +#: UI/rc-reconciliation.html:110 +msgid "Include Exchange Rate Difference" +msgstr "" + +#: bin/arap.pl:381 +msgid "Include Payment" +msgstr "" + +#: bin/aa.pl:1797 UI/ca-list-selector.html:69 UI/Reports/co/filter_bm.html:67 +#: UI/Reports/co/filter_cd.html:54 UI/Reports/filters/aging.html:71 +#: UI/Reports/filters/gl.html:109 +#: UI/Reports/filters/invoice_outstanding.html:98 +#: UI/Reports/filters/invoice_search.html:191 UI/Reports/filters/orders.html:79 +#: UI/Reports/filters/purchase_history.html:163 +#: UI/Reports/filters/search_goods.html:175 +#: UI/rp-search-generate_balance_sheet.html:70 +#: UI/rp-search-generate_income_statement.html:120 +#: UI/rp-search-generate_tax_report.html:104 +msgid "Include in Report" +msgstr "" + +#: UI/accounts/edit.html:279 +msgid "Include in drop-down menus" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:20 +msgid "Includes Part" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:80 +msgid "Including partnumber" +msgstr "" + +#: bin/ic.pl:525 bin/ic.pl:661 LedgerSMB/Report/Balance_Sheet.pm:203 +#: LedgerSMB/Report/Balance_Sheet.pm:205 LedgerSMB/Report/PNL.pm:191 +#: LedgerSMB/Report/PNL.pm:193 LedgerSMB/Scripts/configuration.pm:87 +#: UI/accounts/edit.html:205 UI/accounts/edit.html:288 +#: UI/accounts/edit.html:370 UI/accounts/edit.html:409 +#: UI/Reports/filters/gl.html:145 +msgid "Income" +msgstr "" + +#: LedgerSMB/Report/Payroll/Income_Types.pm:35 UI/payroll/income.html:35 +msgid "Income Class" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:76 +#: UI/Reports/filters/income_statement.html:1 +#: UI/Reports/filters/income_statement.html:7 UI/Reports/PNL.tex:28 +#: sql/Pg-database.sql:2867 +msgid "Income Statement" +msgstr "" + +#: UI/payroll/income.html:9 +msgid "Income Type" +msgstr "" + +#: LedgerSMB/Report/Payroll/Income_Types.pm:56 +msgid "Income Types" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:77 +msgid "Incoming Files" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:78 +msgid "Incorrect Password" +msgstr "" + +#: bin/ic.pl:1292 +msgid "Individual Items" +msgstr "" + +#: templates/demo/invoice.tex:31 templates/demo_with_images/invoice.tex:31 +#: templates/xedemo/invoice.tex:30 +msgid "" +"Interest on overdue amounts will acrue at the rate of 12% per annum starting " +"from [_1] until paid in full. Items returned are subject to a 10% restocking " +"charge." +msgstr "" + +#: LedgerSMB.pm:753 +msgid "Internal Database Error" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:99 +msgid "Internal Database Error." +msgstr "" + +#: LedgerSMB/Report/File/Internal.pm:75 +msgid "Internal Files" +msgstr "" + +#: bin/aa.pl:856 bin/ir.pl:863 bin/ir.pl:872 bin/is.pl:957 bin/is.pl:965 +#: bin/oe.pl:895 UI/orders/order.html:200 +msgid "Internal Notes" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:101 +msgid "Invalid Reporting Basis" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:343 +msgid "Invalid backup request" +msgstr "" + +#: LedgerSMB.pm:756 +msgid "Invalid date/time entered" +msgstr "" + +#: LedgerSMB/Scripts/import_csv.pm:430 +msgid "Invalid file" +msgstr "" + +#: bin/am.pl:1439 bin/am.pl:1479 +msgid "Invalid redirect" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:332 +msgid "Invalid statement balance. Hint: Try entering a number" +msgstr "" + +#: bin/ic.pl:520 LedgerSMB/Scripts/configuration.pm:84 sql/Pg-database.sql:2948 +msgid "Inventory" +msgstr "" + +#: UI/Reports/filters/inventory_activity.html:6 sql/Pg-database.sql:2786 +msgid "Inventory Activity" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:145 +msgid "Inventory Activity Report" +msgstr "" + +#: LedgerSMB/Report/Inventory/Adj_Details.pm:68 +msgid "Inventory Adjustment Details" +msgstr "" + +#: UI/inventory/adjustment_entry.html:2 +msgid "Inventory Adjustment Entry" +msgstr "" + +#: UI/inventory/adjustment_setup.html:2 +msgid "Inventory Adjustment Setup" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:68 +msgid "Inventory Adjustments" +msgstr "" + +#: sql/Pg-database.sql:2949 +msgid "Inventory and COGS" +msgstr "" + +#: bin/ic.pl:1826 +msgid "Inventory quantity must be zero before you can set this [_1] obsolete!" +msgstr "" + +#: bin/ic.pl:1833 +msgid "" +"Inventory quantity must be zero before you can set this assembly obsolete!" +msgstr "" + +#: bin/ic.pl:1832 +msgid "Inventory quantity must be zero before you can set this part obsolete!" +msgstr "" + +#: bin/oe.pl:2143 +msgid "Inventory saved!" +msgstr "" + +#: bin/oe.pl:2438 +msgid "Inventory transferred!" +msgstr "" + +#: bin/am.pl:1503 bin/io.pl:1389 bin/io.pl:1588 bin/is.pl:317 bin/is.pl:1517 +#: LedgerSMB/Report/Aging.pm:103 LedgerSMB/Report/Inventory/Search.pm:278 +#: LedgerSMB/Report/Invoices/Outstanding.pm:170 +#: LedgerSMB/Report/Invoices/Transactions.pm:268 +#: LedgerSMB/Scripts/payment.pm:805 templates/demo/invoice.tex:116 +#: templates/demo/printPayment.html:41 +#: templates/demo_with_images/invoice.html:13 +#: templates/demo_with_images/invoice.tex:116 +#: templates/demo_with_images/printPayment.html:41 +#: templates/xedemo/invoice.tex:112 templates/xedemo/printPayment.html:41 +#: UI/rp-search-generate_tax_report.html:119 sql/Pg-database.sql:1070 +#: sql/Pg-database.sql:2851 sql/Pg-database.sql:2950 +msgid "Invoice" +msgstr "" + +#: templates/demo/ap_transaction.html:69 templates/demo/ap_transaction.tex:59 +#: templates/demo/ar_transaction.html:68 templates/demo/ar_transaction.tex:76 +#: templates/demo/check_base.tex:52 templates/demo/invoice.html:106 +#: templates/demo/invoice.tex:123 templates/demo/packing_list.html:78 +#: templates/demo/packing_list.tex:87 templates/demo/pick_list.html:77 +#: templates/demo/pick_list.tex:80 templates/demo/product_receipt.html:102 +#: templates/demo/product_receipt.tex:105 templates/demo/statement.html:60 +#: templates/demo/statement.tex:36 +#: templates/demo_with_images/ap_transaction.html:69 +#: templates/demo_with_images/ap_transaction.tex:59 +#: templates/demo_with_images/ar_transaction.html:68 +#: templates/demo_with_images/ar_transaction.tex:76 +#: templates/demo_with_images/check_base.tex:52 +#: templates/demo_with_images/invoice.html:108 +#: templates/demo_with_images/invoice.tex:123 +#: templates/demo_with_images/packing_list.html:78 +#: templates/demo_with_images/packing_list.tex:87 +#: templates/demo_with_images/pick_list.html:77 +#: templates/demo_with_images/pick_list.tex:80 +#: templates/demo_with_images/product_receipt.html:102 +#: templates/demo_with_images/product_receipt.tex:105 +#: templates/demo_with_images/statement.html:60 +#: templates/demo_with_images/statement.tex:36 +#: templates/xedemo/ap_transaction.html:69 +#: templates/xedemo/ap_transaction.tex:59 +#: templates/xedemo/ar_transaction.html:68 +#: templates/xedemo/ar_transaction.tex:76 templates/xedemo/check_base.tex:52 +#: templates/xedemo/invoice.html:106 templates/xedemo/invoice.tex:118 +#: templates/xedemo/packing_list.html:78 templates/xedemo/packing_list.tex:87 +#: templates/xedemo/pick_list.html:77 templates/xedemo/pick_list.tex:80 +#: templates/xedemo/product_receipt.html:102 +#: templates/xedemo/product_receipt.tex:105 templates/xedemo/statement.html:60 +#: templates/xedemo/statement.tex:36 +msgid "Invoice #" +msgstr "" + +#: bin/aa.pl:686 bin/aa.pl:1728 bin/ir.pl:579 bin/is.pl:625 +msgid "Invoice Created" +msgstr "" + +#: bin/aa.pl:1393 +msgid "Invoice Created Date missing!" +msgstr "" + +#: bin/aa.pl:690 bin/aa.pl:1702 bin/ir.pl:583 bin/is.pl:629 +#: LedgerSMB/Report/Invoices/COGS.pm:94 LedgerSMB/Report/Invoices/COGS.pm:99 +#: templates/demo/product_receipt.html:103 UI/orders/order.html:90 +#: UI/Reports/filters/invoice_outstanding.html:157 +#: UI/Reports/filters/invoice_search.html:250 +msgid "Invoice Date" +msgstr "" + +#: bin/aa.pl:1391 bin/io.pl:1714 bin/ir.pl:1450 bin/is.pl:1478 +msgid "Invoice Date missing!" +msgstr "" + +#: templates/demo/receipt.tex:63 templates/demo_with_images/receipt.tex:63 +#: templates/xedemo/receipt.tex:63 +msgid "Invoice No." +msgstr "" + +#: bin/aa.pl:677 bin/aa.pl:1581 bin/aa.pl:1695 bin/ir.pl:569 bin/is.pl:616 +#: LedgerSMB/Report/Contact/History.pm:68 +#: LedgerSMB/Report/Contact/Purchase.pm:65 LedgerSMB/Report/Invoices/COGS.pm:88 +#: LedgerSMB/Report/PNL/Invoice.pm:87 LedgerSMB/Report/Taxform/Detail.pm:86 +#: UI/asset/edit_asset.html:195 UI/asset/search_asset.html:174 +#: UI/orders/order.html:78 UI/payments/payments_detail.html:309 +#: UI/payments/use_overpayment2.html:143 +#: UI/Reports/filters/invoice_outstanding.html:136 +#: UI/Reports/filters/invoice_search.html:87 +#: UI/Reports/filters/invoice_search.html:229 +msgid "Invoice Number" +msgstr "" + +#: bin/io.pl:1713 +msgid "Invoice Number missing!" +msgstr "" + +#: LedgerSMB/Report/PNL/Invoice.pm:76 +msgid "Invoice Profit/Loss" +msgstr "" + +#: UI/Reports/filters/invoice_outstanding.html:76 +#: UI/Reports/filters/invoice_search.html:169 +msgid "Invoice Status" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:94 LedgerSMB/Report/Taxform/Summary.pm:91 +msgid "Invoice Sum" +msgstr "" + +#: UI/payments/payments_detail.html:216 +msgid "Invoice Total" +msgstr "" + +#: sql/Pg-database.sql:2798 sql/Pg-database.sql:2801 +msgid "Invoice Vouchers" +msgstr "" + +#: UI/payments/use_overpayment2.html:145 +msgid "Invoice date" +msgstr "" + +#: UI/payments/use_overpayment2.html:146 +msgid "Invoice due" +msgstr "" + +#: LedgerSMB/DBObject/Asset.pm:289 +msgid "Invoice not found" +msgstr "" + +#: UI/Reports/filters/purchase_history.html:173 +msgid "Invoices" +msgstr "" + +#: bin/ic.pl:1266 bin/io.pl:226 templates/demo/bin_list.html:146 +#: templates/demo/bin_list.tex:105 templates/demo/invoice.html:134 +#: templates/demo/invoice.tex:138 templates/demo/packing_list.html:118 +#: templates/demo/packing_list.tex:113 templates/demo/pick_list.html:110 +#: templates/demo/pick_list.tex:99 templates/demo/product_receipt.html:124 +#: templates/demo/purchase_order.html:126 +#: templates/demo/request_quotation.html:139 +#: templates/demo/sales_order.html:128 templates/demo/sales_order.tex:118 +#: templates/demo/sales_quotation.html:97 +#: templates/demo_with_images/bin_list.html:146 +#: templates/demo_with_images/bin_list.tex:105 +#: templates/demo_with_images/invoice.html:136 +#: templates/demo_with_images/invoice.tex:138 +#: templates/demo_with_images/packing_list.html:118 +#: templates/demo_with_images/packing_list.tex:113 +#: templates/demo_with_images/pick_list.html:110 +#: templates/demo_with_images/pick_list.tex:99 +#: templates/demo_with_images/product_receipt.html:124 +#: templates/demo_with_images/purchase_order.html:126 +#: templates/demo_with_images/request_quotation.html:139 +#: templates/demo_with_images/sales_order.html:128 +#: templates/demo_with_images/sales_order.tex:118 +#: templates/demo_with_images/sales_quotation.html:97 +#: templates/demo_with_images/work_order.html:128 +#: templates/demo_with_images/work_order.tex:124 +#: templates/demo/work_order.html:128 templates/demo/work_order.tex:124 +#: templates/xedemo/bin_list.html:146 templates/xedemo/bin_list.tex:105 +#: templates/xedemo/invoice.html:134 templates/xedemo/invoice.tex:133 +#: templates/xedemo/packing_list.html:118 templates/xedemo/packing_list.tex:113 +#: templates/xedemo/pick_list.html:110 templates/xedemo/pick_list.tex:99 +#: templates/xedemo/product_receipt.html:126 +#: templates/xedemo/purchase_order.html:126 +#: templates/xedemo/request_quotation.html:139 +#: templates/xedemo/sales_order.html:128 templates/xedemo/sales_order.tex:118 +#: templates/xedemo/sales_quotation.html:97 +#: templates/xedemo/work_order.html:128 templates/xedemo/work_order.tex:124 +#: UI/io-email.html:96 UI/payments/payment2.html:233 +msgid "Item" +msgstr "" + +#: bin/ic.pl:2012 +msgid "Item deleted!" +msgstr "" + +#: bin/io.pl:857 +msgid "Item not on file!" +msgstr "" + +#: UI/Reports/filters/search_goods.html:123 +msgid "Items Found In" +msgstr "" + +#: templates/demo/packing_list.tex:21 +#: templates/demo_with_images/packing_list.tex:21 +#: templates/xedemo/packing_list.tex:21 +msgid "Items returned are subject to a 10% restocking charge." +msgstr "" + +#: templates/demo/invoice.html:285 templates/demo/packing_list.html:176 +#: templates/demo_with_images/invoice.html:288 +#: templates/demo_with_images/packing_list.html:176 +#: templates/xedemo/invoice.html:286 templates/xedemo/packing_list.html:176 +msgid "" +"Items returned are subject to a 10% restocking charge. A return authorization " +"must be obtained from [_1] before goods are returned. Returns must be shipped " +"prepaid and properly insured. [_1] will not be responsible for damages during " +"transit." +msgstr "" + +#: bin/aa.pl:83 bin/gl.pl:79 bin/io.pl:79 LedgerSMB/App_State.pm:237 +msgid "Jan" +msgstr "" + +#: bin/aa.pl:69 bin/gl.pl:65 bin/io.pl:65 LedgerSMB/App_State.pm:237 +#: LedgerSMB/DBObject/Date.pm:60 +msgid "January" +msgstr "" + +#: UI/payments/check_job.html:26 +msgid "Job Failed" +msgstr "" + +#: UI/Contact/divs/employee.html:70 +msgid "Job Title" +msgstr "" + +#: t/data/04-complex_template.html:78 +msgid "Job Title:" +msgstr "" + +#: templates/demo/timecard.html:81 templates/demo/timecard.tex:37 +#: templates/demo_with_images/timecard.html:81 +#: templates/demo_with_images/timecard.tex:37 templates/xedemo/timecard.html:81 +#: templates/xedemo/timecard.tex:37 +msgid "Job/Project #" +msgstr "" + +#: sql/Pg-database.sql:1072 sql/Pg-database.sql:2833 +msgid "Journal Entry" +msgstr "" + +#: UI/setup/complete.html:24 UI/setup/confirm_operation.html:108 +msgid "Journal Lines" +msgstr "" + +#: bin/aa.pl:89 bin/gl.pl:85 bin/io.pl:85 LedgerSMB/App_State.pm:245 +msgid "Jul" +msgstr "" + +#: bin/aa.pl:75 bin/gl.pl:71 bin/io.pl:71 LedgerSMB/App_State.pm:245 +#: LedgerSMB/DBObject/Date.pm:66 +msgid "July" +msgstr "" + +#: bin/aa.pl:88 bin/gl.pl:84 bin/io.pl:84 LedgerSMB/App_State.pm:244 +msgid "Jun" +msgstr "" + +#: bin/aa.pl:74 bin/gl.pl:70 bin/io.pl:70 LedgerSMB/App_State.pm:244 +#: LedgerSMB/DBObject/Date.pm:65 t/data/04-strings-for-translation.html:6 +msgid "June" +msgstr "" + +#: UI/Reports/balance_sheet.html:95 +msgid "Key Ratios" +msgstr "" + +#: sql/Pg-database.sql:2878 +msgid "LaTeX Templates" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset_Class.pm:67 +#: LedgerSMB/Report/Listings/Asset_Class.pm:91 +#: LedgerSMB/Report/Payroll/Deduction_Types.pm:38 +#: LedgerSMB/Report/Payroll/Income_Types.pm:38 +#: UI/business_units/list_classes.html:11 +msgid "Label" +msgstr "" + +#: UI/asset/edit_class.html:18 UI/asset/search_class.html:13 +msgid "Label:" +msgstr "" + +#: bin/ic.pl:698 +msgid "Labor/Overhead" +msgstr "" + +#: templates/demo/timecard.html:89 templates/demo/timecard.tex:39 +#: templates/demo_with_images/timecard.html:89 +#: templates/demo_with_images/timecard.tex:39 templates/xedemo/timecard.html:89 +#: templates/xedemo/timecard.tex:39 +msgid "Labor/Service Code" +msgstr "" + +#: bin/ir.pl:389 bin/pe.pl:399 bin/pe.pl:577 LedgerSMB/Report/Aging.pm:96 +#: LedgerSMB/Report/Listings/Language.pm:68 +#: LedgerSMB/Report/Listings/Templates.pm:67 UI/Contact/divs/credit.html:251 +#: UI/Reports/filters/balance_sheet.html:207 +#: UI/Reports/filters/income_statement.html:290 UI/users/preferences.html:76 +#: sql/Pg-database.sql:2881 +msgid "Language" +msgstr "" + +#: bin/am.pl:550 +msgid "Language deleted!" +msgstr "" + +#: bin/am.pl:510 +msgid "Language saved!" +msgstr "" + +#: bin/pe.pl:500 +msgid "Languages not defined!" +msgstr "" + +#: t/data/04-complex_template.html:67 +msgid "Last" +msgstr "" + +#: bin/ic.pl:458 bin/ic.pl:640 LedgerSMB/Report/Inventory/Search.pm:233 +#: UI/Contact/pricelist.csv:17 UI/Contact/pricelist.html:32 +#: UI/Contact/pricelist.tex:25 UI/Reports/filters/search_goods.html:254 +msgid "Last Cost" +msgstr "" + +#: UI/Admin/edit_user.html:104 UI/Admin/user_search.html:31 +#: UI/Contact/divs/employee.html:58 +msgid "Last Name" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:149 +msgid "Last Updated" +msgstr "" + +#: UI/setup/new_user.html:78 +msgid "Last name" +msgstr "" + +#: bin/oe.pl:2581 sql/Pg-database.sql:546 +msgid "Lead" +msgstr "" + +#: UI/Contact/pricelist.csv:23 UI/Contact/pricelist.html:38 +#: UI/Contact/pricelist.tex:33 +msgid "Lead Time" +msgstr "" + +#: bin/ic.pl:1039 +msgid "Leadtime" +msgstr "" + +#: UI/menu/expanding.html:5 +msgid "LedgerSMB Accounting Menu" +msgstr "" + +#: UI/setup/complete.html:17 UI/setup/confirm_operation.html:101 +msgid "LedgerSMB Database Statistics" +msgstr "" + +#: UI/login.html:29 UI/menu/expanding.html:45 +msgid "LedgerSMB [_1]" +msgstr "" + +#: UI/reconciliation/report.html:48 +msgid "Less Outstanding Checks:" +msgstr "" + +#: sql/Pg-database.sql:2963 sql/Pg-database.sql:2978 +msgid "Letterhead" +msgstr "" + +#: LedgerSMB/Report/Balance_Sheet.pm:228 LedgerSMB/Report/Balance_Sheet.pm:230 +#: LedgerSMB/Report/PNL.pm:205 LedgerSMB/Report/PNL.pm:207 +msgid "Liabilities" +msgstr "" + +#: UI/accounts/edit.html:202 UI/Reports/filters/gl.html:133 +msgid "Liability" +msgstr "" + +#: UI/Contact/divs/company.html:132 +msgid "License Number" +msgstr "" + +#: UI/asset/search_class.html:31 +msgid "Lifetime Measured In" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:171 +msgid "Line Item COGS Report" +msgstr "" + +#: UI/Reports/filters/search_goods.html:269 +msgid "Line Total" +msgstr "" + +#: bin/ic.pl:772 +msgid "Link Accounts" +msgstr "" + +#: bin/ic.pl:1280 +msgid "List" +msgstr "" + +#: sql/Pg-database.sql:2846 +msgid "List Businesses" +msgstr "" + +#: sql/Pg-database.sql:2892 +msgid "List Classes" +msgstr "" + +#: sql/Pg-database.sql:2913 +msgid "List GIFI" +msgstr "" + +#: sql/Pg-database.sql:2848 +msgid "List Languages" +msgstr "" + +#: UI/Reports/filters/overpayments.html:5 +msgid "List Overpayments" +msgstr "" + +#: bin/ic.pl:441 LedgerSMB/Report/Inventory/Search.pm:223 +#: UI/Reports/filters/search_goods.html:238 +msgid "List Price" +msgstr "" + +#: sql/Pg-database.sql:2850 +msgid "List SIC" +msgstr "" + +#: sql/Pg-database.sql:2886 +msgid "List Tax Forms" +msgstr "" + +#: UI/ca-list-selector.html:96 +msgid "List Transactions" +msgstr "" + +#: UI/business_units/list_classes.html:108 +msgid "List Units" +msgstr "" + +#: UI/setup/confirm_operation.html:60 +msgid "List Users" +msgstr "" + +#: sql/Pg-database.sql:2844 +msgid "List Warehouse" +msgstr "" + +#: LedgerSMB/Report/Listings/Business_Type.pm:73 +msgid "List of Business Types" +msgstr "" + +#: UI/setup/confirm_operation.html:70 UI/setup/template_info.html:26 +msgid "Load Templates" +msgstr "" + +#: UI/asset/edit_asset.html:134 UI/asset/search_asset.html:125 +#: UI/payments/payment2.html:38 UI/payments/use_overpayment2.html:34 +msgid "Location" +msgstr "" + +#: t/data/04-complex_template.html:368 UI/Contact/divs/address.html:2 +msgid "Locations" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:71 +msgid "Lock Item Description" +msgstr "" + +#: UI/payments/payments_detail.html:399 +msgid "Locked by [_1]" +msgstr "" + +#: UI/setup/confirm_operation.html:10 +msgid "Logged in as" +msgstr "" + +#: UI/menu/expanding.html:47 +msgid "Logged in as [_1]" +msgstr "" + +#: UI/menu/expanding.html:46 +msgid "Logged into [_1]" +msgstr "" + +#: UI/logout.html:26 +msgid "Logged out due to inactivity" +msgstr "" + +#: UI/login.html:72 +msgid "Logging in. Please wait." +msgstr "" + +#: old-handler.pl:193 UI/login.html:69 UI/setup/credentials.html:54 +msgid "Login" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:790 +msgid "Login?" +msgstr "" + +#: sql/Pg-database.sql:2931 +msgid "Logout" +msgstr "" + +#: UI/logout.html:28 +msgid "Logout Successful" +msgstr "" + +#: UI/accounts/edit.html:475 +msgid "Loss" +msgstr "" + +#: UI/asset/begin_approval.html:56 +msgid "Loss Account" +msgstr "" + +#: sql/Pg-database.sql:816 +msgid "MSN" +msgstr "" + +#: sql/Pg-database.sql:678 +msgid "Mailing" +msgstr "" + +#: bin/ic.pl:992 LedgerSMB/Report/Inventory/Search.pm:250 +#: UI/Reports/filters/search_goods.html:47 +#: UI/Reports/filters/search_goods.html:334 +msgid "Make" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:244 +msgid "Make employee numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:277 +msgid "Make invoice numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:262 +msgid "Make non-obsolete partnumbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:356 +msgid "Make sure all meta numbers are unique." +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:226 +msgid "" +"Make sure every name consists of alphanumeric characters (and underscores) " +"only and is at least one character long" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 +msgid "Manage Users" +msgstr "" + +#: bin/aa.pl:1571 LedgerSMB/Report/Invoices/Outstanding.pm:267 +#: LedgerSMB/Report/Invoices/Transactions.pm:301 LedgerSMB/Report/Orders.pm:267 +#: UI/Contact/divs/employee.html:94 UI/Contact/divs/employee.html:129 +#: UI/Reports/filters/invoice_outstanding.html:183 +#: UI/Reports/filters/invoice_search.html:276 +msgid "Manager" +msgstr "" + +#: t/data/04-complex_template.html:98 +msgid "Manager:" +msgstr "" + +#: bin/ir.pl:716 bin/is.pl:517 bin/is.pl:813 +msgid "Manual" +msgstr "" + +#: bin/aa.pl:85 bin/gl.pl:81 bin/io.pl:81 LedgerSMB/App_State.pm:239 +msgid "Mar" +msgstr "" + +#: bin/aa.pl:71 bin/gl.pl:67 bin/io.pl:67 LedgerSMB/App_State.pm:239 +#: LedgerSMB/DBObject/Date.pm:62 +msgid "March" +msgstr "" + +#: bin/ic.pl:464 bin/ic.pl:646 LedgerSMB/Report/Inventory/Search.pm:242 +#: UI/Reports/filters/search_goods.html:276 +msgid "Markup" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:125 +msgid "Max Invoices per Check Stub" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:123 +msgid "Max per dropdown" +msgstr "" + +#: bin/aa.pl:87 bin/gl.pl:83 bin/io.pl:83 LedgerSMB/App_State.pm:243 +#: LedgerSMB/DBObject/Date.pm:64 +msgid "May" +msgstr "" + +#: bin/aa.pl:73 bin/gl.pl:69 bin/io.pl:69 +msgid "May " +msgstr "" + +#: bin/aa.pl:889 bin/ir.pl:754 bin/ir.pl:930 bin/is.pl:855 bin/is.pl:1018 +#: LedgerSMB/Report/GL.pm:127 LedgerSMB/Scripts/payment.pm:152 +#: LedgerSMB/Scripts/payment.pm:811 templates/demo/ap_transaction.html:195 +#: templates/demo_with_images/ap_transaction.html:195 +#: templates/xedemo/ap_transaction.html:195 UI/journal/journal_entry.html:119 +#: UI/orders/order.html:248 UI/payments/payment2.html:237 +#: UI/Reports/filters/gl.html:68 UI/Reports/filters/gl.html:214 +msgid "Memo" +msgstr "" + +#: bin/io.pl:1924 UI/io-email.html:34 UI/rp-email.html:33 +msgid "Message" +msgstr "" + +#: bin/arap.pl:806 +msgid "Message: " +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:84 +#: UI/rp-search-generate_balance_sheet.html:58 +#: UI/rp-search-generate_income_statement.html:108 +#: UI/rp-search-generate_tax_report.html:86 +msgid "Method" +msgstr "" + +#: UI/asset/edit_asset.html:100 +msgid "Method Default" +msgstr "" + +#: bin/ic.pl:503 LedgerSMB/Report/Inventory/Search.pm:266 +#: UI/Reports/filters/search_goods.html:73 +#: UI/Reports/filters/search_goods.html:326 +msgid "Microfiche" +msgstr "" + +#: t/data/04-complex_template.html:60 +msgid "Middle" +msgstr "" + +#: UI/Contact/divs/employee.html:47 UI/Contact/divs/person.html:97 +msgid "Middle Name" +msgstr "" + +#: LedgerSMB/Num2text.pm:105 +msgid "Million" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:53 LedgerSMB/Report/File/Internal.pm:51 +msgid "Mime Type" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:132 +msgid "Min Empty Lines" +msgstr "" + +#: UI/am-taxes.html:13 +msgid "Min Taxable" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:115 +msgid "Misc Settings" +msgstr "" + +#: UI/reconciliation/report.html:134 +msgid "Mismatched Transactions (From Upload)" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:104 sql/Pg-database.sql:739 +msgid "Miss." +msgstr "" + +#: bin/ic.pl:993 LedgerSMB/Report/Inventory/Search.pm:254 +#: UI/Reports/filters/search_goods.html:55 +#: UI/Reports/filters/search_goods.html:341 +msgid "Model" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:126 +msgid "Mon" +msgstr "" + +#: bin/aa.pl:1661 bin/am.pl:824 bin/pe.pl:841 LedgerSMB/DBObject/Date.pm:82 +#: UI/bp-search.html:44 UI/lib/report_base.html:143 UI/lib/report_base.html:224 +#: UI/pos-receipts.html:39 UI/rc-reconciliation.html:47 +#: UI/Reports/co/filter_bm.html:58 +#: UI/rp-search-generate_income_statement.html:40 +#: UI/rp-search-generate_tax_report.html:36 +msgid "Month" +msgstr "" + +#: bin/arap.pl:533 +msgid "Month(s)" +msgstr "" + +#: bin/am.pl:825 +msgid "Months" +msgstr "" + +#: LedgerSMB.pm:769 +msgid "More information has been reported in the error logs" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:105 sql/Pg-database.sql:740 +msgid "Mr." +msgstr "" + +#: LedgerSMB/Entity/Person.pm:106 sql/Pg-database.sql:741 +msgid "Mrs." +msgstr "" + +#: LedgerSMB/Entity/Person.pm:107 sql/Pg-database.sql:742 +msgid "Ms." +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:64 +msgid "Multiple dates" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:224 +msgid "Must have cash account in batch" +msgstr "" + +#: LedgerSMB/Entity/Contact.pm:165 +msgid "Must have credit or entity id" +msgstr "" + +#: bin/arap.pl:169 LedgerSMB/Report/Contact/History.pm:56 +#: LedgerSMB/Report/Contact/History.pm:138 +#: LedgerSMB/Report/Contact/Purchase.pm:60 +#: LedgerSMB/Report/Contact/Purchase.pm:141 +#: LedgerSMB/Report/Contact/Search.pm:59 LedgerSMB/Report/Contact/Search.pm:98 +#: LedgerSMB/Report/Orders.pm:230 LedgerSMB/Report/PNL/ECA.pm:90 +#: LedgerSMB/Report/PNL/Invoice.pm:85 UI/Contact/divs/company.html:72 +#: UI/payments/payments_detail.html:215 +#: UI/Reports/filters/contact_search.html:31 +#: UI/Reports/filters/overpayments.html:32 UI/Reports/filters/payments.html:54 +msgid "Name" +msgstr "" + +#: t/data/04-complex_template.html:50 t/data/04-complex_template.html:160 +#: UI/Contact/divs/employee.html:34 +msgid "Name:" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:134 sql/Pg-database.sql:2897 +msgid "Net Book Value" +msgstr "" + +#: UI/payments/payments_detail.html:314 +msgid "Net Due" +msgstr "" + +#: bin/aa.pl:520 bin/aa.pl:1015 bin/gl.pl:292 bin/ir.pl:436 bin/ir.pl:636 +#: bin/is.pl:428 bin/is.pl:697 bin/oe.pl:581 +msgid "New" +msgstr "" + +#: UI/asset/begin_report.html:6 +msgid "New Asset Report" +msgstr "" + +#: UI/asset/begin_approval.html:6 +msgid "New Asset Report Search" +msgstr "" + +#: UI/reconciliation/upload.html:6 +msgid "New Reconciliation Report" +msgstr "" + +#: UI/Admin/edit_user.html:13 UI/Contact/divs/user.html:12 +#: UI/setup/edit_user.html:17 +msgid "New User" +msgstr "" + +#: sql/Pg-database.sql:2932 +msgid "New Window" +msgstr "" + +#: bin/am.pl:861 UI/inventory/adjustment_entry.html:85 +#: UI/setup/select_coa.html:48 +msgid "Next" +msgstr "" + +#: bin/arap.pl:390 +msgid "Next Date" +msgstr "" + +#: bin/am.pl:932 +msgid "Next Number" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:98 LedgerSMB/Scripts/configuration.pm:297 +msgid "Next in Sequence" +msgstr "" + +#: LedgerSMB/Num2text.pm:70 +msgid "Nine" +msgstr "" + +#: LedgerSMB/Num2text.pm:103 +msgid "Nine Hundred" +msgstr "" + +#: LedgerSMB/Num2text.pm:81 +msgid "Nineteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:99 +msgid "Ninety" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:101 UI/am-audit-control.html:15 +#: UI/am-audit-control.html:26 UI/ca-list-selector.html:41 +#: UI/Configuration/settings.html:33 +msgid "No" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:609 +msgid "No AR or AP Account Selected" +msgstr "" + +#: LedgerSMB/DBObject/TransTemplate.pm:34 +msgid "No Account id for [_1]" +msgstr "" + +#: LedgerSMB/Report/File.pm:49 +msgid "No File Class Specified" +msgstr "" + +#: LedgerSMB/DBObject/Draft.pm:57 LedgerSMB/DBObject/Draft.pm:75 +msgid "No ID Set" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:291 +msgid "No NULL Amounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:208 +msgid "No Null employeenumber" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:1187 +msgid "No changes" +msgstr "" + +#: bin/aa.pl:210 bin/ir.pl:172 bin/is.pl:159 +msgid "No currencies defined. Please set these up under System/Defaults." +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:351 +msgid "No duplicate meta_numbers" +msgstr "" + +#: LedgerSMB/Scripts/file.pm:117 +msgid "No file uploaded" +msgstr "" + +#: UI/templates/edit.html:5 UI/templates/preview.html:44 +msgid "No language" +msgstr "" + +#: bin/pe.pl:872 +msgid "No open Projects!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1293 +msgid "No overpayment account selected. Was one set up?" +msgstr "" + +#: LedgerSMB/Report/File.pm:36 +msgid "No ref key set and no override provided" +msgstr "" + +#: LedgerSMB/Scripts/reports.pm:93 +msgid "No report specified" +msgstr "" + +#: LedgerSMB/Scripts/taxform.pm:139 +msgid "No tax form selected" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:328 +msgid "No unassigned amounts in Transactions" +msgstr "" + +#: lsmb-request.pl:85 +msgid "No workflow script specified" +msgstr "" + +#: bin/aa.pl:1690 UI/Reports/filters/invoice_outstanding.html:124 +#: UI/Reports/filters/invoice_search.html:217 +#: UI/Reports/filters/orders.html:106 UI/Reports/filters/search_goods.html:184 +msgid "No." +msgstr "" + +#: UI/timecards/timecard.html:110 +msgid "Non-Chargeable" +msgstr "" + +#: sql/Pg-database.sql:972 +msgid "Non-cash" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:713 +msgid "Non-existing customer pricegroups in partscustomer" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:731 +msgid "Non-existing vendor pricegroups in partsvendor" +msgstr "" + +#: UI/accounts/edit.html:403 +msgid "Non-tracking Items" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:636 LedgerSMB/Upgrade_Tests.pm:658 +msgid "Non-unique invoice numbers" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:66 +msgid "Nontaxable" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:7 +msgid "Normal" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:61 +msgid "Not Approved" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:82 +msgid "Not Submitted" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:185 +#: UI/Reports/filters/income_statement.html:268 +msgid "Not set up for hierarchy reporting, please see linked instructions" +msgstr "" + +#: UI/Contact/divs/notes.html:41 UI/Contact/divs/notes.html:50 +msgid "Note Class" +msgstr "" + +#: bin/aa.pl:855 bin/aa.pl:1601 bin/aa.pl:1734 bin/ic.pl:777 bin/ir.pl:860 +#: bin/is.pl:952 bin/oe.pl:894 LedgerSMB/Report/Contact/Purchase.pm:109 +#: LedgerSMB/Report/Inventory/Search.pm:270 +#: LedgerSMB/Report/Invoices/Outstanding.pm:255 +#: LedgerSMB/Report/Invoices/Transactions.pm:292 +#: LedgerSMB/Scripts/contact.pm:173 t/data/04-complex_template.html:33 +#: t/data/04-complex_template.html:626 templates/demo/printPayment.html:124 +#: templates/demo/product_receipt.html:217 +#: templates/demo/purchase_order.html:219 +#: templates/demo/request_quotation.html:175 +#: templates/demo/sales_order.html:205 templates/demo/sales_quotation.html:173 +#: templates/demo_with_images/printPayment.html:124 +#: templates/demo_with_images/product_receipt.html:217 +#: templates/demo_with_images/purchase_order.html:219 +#: templates/demo_with_images/request_quotation.html:175 +#: templates/demo_with_images/sales_order.html:205 +#: templates/demo_with_images/sales_quotation.html:173 +#: templates/xedemo/printPayment.html:124 +#: templates/xedemo/product_receipt.html:219 +#: templates/xedemo/purchase_order.html:219 +#: templates/xedemo/request_quotation.html:175 +#: templates/xedemo/sales_order.html:205 +#: templates/xedemo/sales_quotation.html:173 UI/Contact/divs/notes.html:1 +#: UI/Contact/divs/notes.html:2 UI/Contact/divs/notes.html:54 +#: UI/journal/journal_entry.html:78 UI/orders/order.html:199 +#: UI/payments/payment2.html:51 UI/payments/use_overpayment2.html:72 +#: UI/Reports/filters/contact_search.html:73 UI/Reports/filters/gl.html:85 +#: UI/Reports/filters/invoice_outstanding.html:246 +#: UI/Reports/filters/invoice_search.html:148 +#: UI/Reports/filters/invoice_search.html:337 +#: UI/Reports/filters/search_goods.html:305 UI/timecards/timecard.html:132 +msgid "Notes" +msgstr "" + +#: t/data/04-complex_template.html:639 +msgid "Notes:
" +msgstr "" + +#: bin/oe.pl:2140 +msgid "Nothing entered!" +msgstr "" + +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 +msgid "Nothing selected!" +msgstr "" + +#: bin/oe.pl:2167 +msgid "Nothing to transfer!" +msgstr "" + +#: bin/aa.pl:93 bin/gl.pl:89 bin/io.pl:89 LedgerSMB/App_State.pm:249 +msgid "Nov" +msgstr "" + +#: bin/aa.pl:79 bin/gl.pl:75 bin/io.pl:75 LedgerSMB/App_State.pm:249 +#: LedgerSMB/DBObject/Date.pm:70 +msgid "November" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:597 LedgerSMB/Upgrade_Tests.pm:616 +msgid "Null employee numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:693 +msgid "Null make numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:676 +msgid "Null model numbers" +msgstr "" + +#: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 +#: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 +#: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 +#: templates/demo/product_receipt.tex:117 +#: templates/demo/purchase_order.html:127 templates/demo/purchase_order.tex:117 +#: templates/demo/request_quotation.html:140 +#: templates/demo/request_quotation.tex:122 templates/demo/sales_order.html:129 +#: templates/demo/sales_quotation.html:71 +#: templates/demo/sales_quotation.html:98 templates/demo/sales_quotation.tex:87 +#: templates/demo_with_images/bin_list.html:147 +#: templates/demo_with_images/invoice.html:137 +#: templates/demo_with_images/invoice.tex:139 +#: templates/demo_with_images/packing_list.html:119 +#: templates/demo_with_images/pick_list.html:111 +#: templates/demo_with_images/product_receipt.html:125 +#: templates/demo_with_images/product_receipt.tex:117 +#: templates/demo_with_images/purchase_order.html:127 +#: templates/demo_with_images/purchase_order.tex:117 +#: templates/demo_with_images/request_quotation.html:140 +#: templates/demo_with_images/request_quotation.tex:122 +#: templates/demo_with_images/sales_order.html:129 +#: templates/demo_with_images/sales_quotation.html:71 +#: templates/demo_with_images/sales_quotation.html:98 +#: templates/demo_with_images/sales_quotation.tex:87 +#: templates/demo_with_images/work_order.html:129 +#: templates/demo/work_order.html:129 templates/xedemo/bin_list.html:147 +#: templates/xedemo/invoice.html:135 templates/xedemo/invoice.tex:134 +#: templates/xedemo/packing_list.html:119 templates/xedemo/pick_list.html:111 +#: templates/xedemo/product_receipt.html:127 +#: templates/xedemo/product_receipt.tex:117 +#: templates/xedemo/purchase_order.html:127 +#: templates/xedemo/purchase_order.tex:117 +#: templates/xedemo/request_quotation.html:140 +#: templates/xedemo/request_quotation.tex:122 +#: templates/xedemo/sales_order.html:129 +#: templates/xedemo/sales_quotation.html:71 +#: templates/xedemo/sales_quotation.html:98 +#: templates/xedemo/sales_quotation.tex:88 templates/xedemo/work_order.html:129 +#: UI/am-taxes.html:14 UI/Contact/divs/credit.html:20 UI/io-email.html:99 +msgid "Number" +msgstr "" + +#: UI/users/preferences.html:66 +msgid "Number Format" +msgstr "" + +#: bin/io.pl:1195 +msgid "Number missing in Row [_1]" +msgstr "" + +#: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 +#: UI/Reports/display_report.html:81 +msgid "ODS" +msgstr "" + +#: bin/io.pl:245 +msgid "OH" +msgstr "" + +#: UI/payments/payment2.html:230 +msgid "OVERPAYMENT / ADVANCED PAYMENT / PREPAYMENT" +msgstr "" + +#: bin/ic.pl:716 LedgerSMB/Scripts/budgets.pm:124 UI/accounts/edit.html:134 +#: UI/Reports/filters/search_goods.html:109 +msgid "Obsolete" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:96 +msgid "Obsolete By" +msgstr "" + +#: bin/aa.pl:92 bin/gl.pl:88 bin/io.pl:88 LedgerSMB/App_State.pm:248 +msgid "Oct" +msgstr "" + +#: bin/aa.pl:78 bin/gl.pl:74 bin/io.pl:74 LedgerSMB/App_State.pm:248 +#: LedgerSMB/DBObject/Date.pm:69 +msgid "October" +msgstr "" + +#: bin/aa.pl:988 bin/ir.pl:606 bin/is.pl:666 bin/is.pl:938 +msgid "Off Hold" +msgstr "" + +#: UI/users/preferences.html:31 +msgid "Old Password" +msgstr "" + +#: bin/ic.pl:475 bin/ic.pl:689 LedgerSMB/Report/Inventory/History.pm:126 +#: LedgerSMB/Report/Inventory/Search.pm:202 +#: LedgerSMB/Report/Invoices/COGS.pm:110 UI/inventory/adjustment_entry.html:30 +#: UI/Reports/filters/search_goods.html:97 +msgid "On Hand" +msgstr "" + +#: bin/aa.pl:990 bin/aa.pl:1788 bin/ir.pl:608 bin/is.pl:668 bin/is.pl:940 +#: UI/Reports/filters/invoice_outstanding.html:91 +#: UI/Reports/filters/invoice_search.html:184 +msgid "On Hold" +msgstr "" + +#: UI/Reports/filters/search_goods.html:208 +msgid "On hand" +msgstr "" + +#: LedgerSMB/Num2text.pm:61 +msgid "One" +msgstr "" + +#: LedgerSMB/Num2text.pm:62 +msgid "One-o" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:44 +msgid "Onhand amount" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:50 +msgid "Onhand delta" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:65 +msgid "Only Timeout Locks" +msgstr "" + +#: UI/Reports/filters/contact_search.html:67 +msgid "Only Users" +msgstr "" + +#: UI/Reports/filters/contact_search.html:70 +msgid "Only for Employees" +msgstr "" + +#: bin/aa.pl:1609 bin/oe.pl:371 UI/Reports/filters/invoice_search.html:203 +#: UI/Reports/filters/orders.html:91 +#: UI/Reports/filters/purchase_history.html:200 +#: UI/Reports/filters/timecards.html:29 +msgid "Open" +msgstr "" + +#: UI/logout.html:15 +msgid "" +"Opera detected. To complete this logout, please close your browser window or " +"clear private/authentication information" +msgstr "" + +#: UI/accounts/edit.html:216 +msgid "Options" +msgstr "" + +#: UI/file/attachment_screen.html:35 +msgid "Or" +msgstr "" + +#: UI/create_batch.html:51 +msgid "Or Add To Batch" +msgstr "" + +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 +#: LedgerSMB/Report/Invoices/Outstanding.pm:201 +msgid "Order" +msgstr "" + +#: templates/demo/ap_transaction.html:88 templates/demo/ap_transaction.tex:66 +#: templates/demo/ar_transaction.html:87 templates/demo/ar_transaction.tex:83 +#: templates/demo/bin_list.html:108 templates/demo/invoice.html:109 +#: templates/demo/packing_list.html:79 templates/demo/pick_list.html:78 +#: templates/demo/purchase_order.html:102 templates/demo/purchase_order.tex:105 +#: templates/demo/sales_order.html:102 templates/demo/sales_order.tex:105 +#: templates/demo_with_images/ap_transaction.html:88 +#: templates/demo_with_images/ap_transaction.tex:66 +#: templates/demo_with_images/ar_transaction.html:87 +#: templates/demo_with_images/ar_transaction.tex:83 +#: templates/demo_with_images/bin_list.html:108 +#: templates/demo_with_images/invoice.html:111 +#: templates/demo_with_images/packing_list.html:79 +#: templates/demo_with_images/pick_list.html:78 +#: templates/demo_with_images/purchase_order.html:102 +#: templates/demo_with_images/purchase_order.tex:105 +#: templates/demo_with_images/sales_order.html:102 +#: templates/demo_with_images/sales_order.tex:105 +#: templates/demo_with_images/work_order.html:102 +#: templates/demo/work_order.html:102 templates/xedemo/ap_transaction.html:88 +#: templates/xedemo/ap_transaction.tex:66 +#: templates/xedemo/ar_transaction.html:87 +#: templates/xedemo/ar_transaction.tex:83 templates/xedemo/bin_list.html:108 +#: templates/xedemo/invoice.html:109 templates/xedemo/packing_list.html:79 +#: templates/xedemo/pick_list.html:78 templates/xedemo/purchase_order.html:102 +#: templates/xedemo/purchase_order.tex:105 +#: templates/xedemo/sales_order.html:102 templates/xedemo/sales_order.tex:105 +#: templates/xedemo/work_order.html:102 +msgid "Order #" +msgstr "" + +#: UI/reconciliation/report.html:251 +msgid "Order By" +msgstr "" + +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 +#: templates/demo/sales_order.html:103 +#: templates/demo_with_images/purchase_order.html:103 +#: templates/demo_with_images/sales_order.html:103 +#: templates/demo_with_images/work_order.html:103 +#: templates/demo/work_order.html:103 templates/xedemo/purchase_order.html:103 +#: templates/xedemo/sales_order.html:103 templates/xedemo/work_order.html:103 +msgid "Order Date" +msgstr "" + +#: bin/io.pl:1718 bin/oe.pl:1300 bin/oe.pl:1475 +msgid "Order Date missing!" +msgstr "" + +#: sql/Pg-database.sql:2922 +msgid "Order Entry" +msgstr "" + +#: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 +#: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 +#: UI/Reports/filters/invoice_search.html:97 +#: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 +#: UI/Reports/filters/orders.html:119 +msgid "Order Number" +msgstr "" + +#: bin/io.pl:1717 bin/oe.pl:1474 +msgid "Order Number missing!" +msgstr "" + +#: bin/oe.pl:1452 +msgid "Order deleted!" +msgstr "" + +#: bin/oe.pl:2708 +msgid "Order generation failed!" +msgstr "" + +#: templates/demo/statement.html:61 +#: templates/demo_with_images/statement.html:61 +#: templates/xedemo/statement.html:61 +msgid "Order#" +msgstr "" + +#: LedgerSMB/Report/Inventory/History.pm:138 +msgid "Order/Invoice" +msgstr "" + +#: UI/am-taxes.html:16 UI/business_units/list_classes.html:13 +msgid "Ordering" +msgstr "" + +#: UI/Reports/filters/purchase_history.html:181 UI/setup/complete.html:25 +#: UI/setup/confirm_operation.html:109 +msgid "Orders" +msgstr "" + +#: bin/pe.pl:1348 +msgid "Orders generated!" +msgstr "" + +#: UI/setup/confirm_operation.html:29 +msgid "Other Actions" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:223 +msgid "Our Balance" +msgstr "" + +#: UI/reconciliation/report.html:81 UI/reconciliation/report.html:144 +#: UI/reconciliation/report.html:203 +msgid "Our Credits" +msgstr "" + +#: UI/reconciliation/report.html:80 UI/reconciliation/report.html:143 +#: UI/reconciliation/report.html:202 +msgid "Our Debits" +msgstr "" + +#: templates/demo/timecard.html:56 templates/demo/timecard.tex:30 +#: templates/demo_with_images/timecard.html:56 +#: templates/demo_with_images/timecard.tex:30 templates/xedemo/timecard.html:56 +#: templates/xedemo/timecard.tex:30 +msgid "Out" +msgstr "" + +#: bin/gl.pl:744 +msgid "Out of balance transaction!" +msgstr "" + +#: UI/rc-reconciliation.html:71 sql/Pg-database.sql:2935 +#: sql/Pg-database.sql:2936 +msgid "Outstanding" +msgstr "" + +#: UI/reconciliation/report.html:195 +msgid "Outstanding Transactions" +msgstr "" + +#: UI/rc-display-form.html:79 +msgid "Over" +msgstr "" + +#: UI/Reports/filters/aging.html:89 +msgid "Overdue" +msgstr "" + +#: UI/accounts/edit.html:308 UI/accounts/edit.html:349 +msgid "Overpayment" +msgstr "" + +#: UI/payments/use_overpayment2.html:147 +msgid "Overpayment Account" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:78 +msgid "Overpayments" +msgstr "" + +#: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 +#: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 +#: UI/Reports/PNL.html:96 +msgid "PDF" +msgstr "" + +#: templates/demo/ap_transaction.html:82 templates/demo/ap_transaction.tex:63 +#: templates/demo/ar_transaction.html:81 +#: templates/demo_with_images/ap_transaction.html:82 +#: templates/demo_with_images/ap_transaction.tex:63 +#: templates/demo_with_images/ar_transaction.html:81 +#: templates/xedemo/ap_transaction.html:82 +#: templates/xedemo/ap_transaction.tex:63 +#: templates/xedemo/ar_transaction.html:81 +msgid "PO #" +msgstr "" + +#: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 +#: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 +#: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 +#: UI/Reports/filters/invoice_search.html:107 +#: UI/Reports/filters/invoice_search.html:242 UI/Reports/filters/orders.html:48 +#: UI/Reports/filters/orders.html:132 +msgid "PO Number" +msgstr "" + +#: UI/payments/use_overpayment2.html:270 +msgid "POST" +msgstr "" + +#: UI/payments/payment2.html:345 UI/payments/use_overpayment2.html:276 +msgid "POST AND PRINT" +msgstr "" + +#: bin/am.pl:1506 bin/io.pl:1417 bin/io.pl:1435 bin/io.pl:1607 bin/is.pl:319 +#: bin/is.pl:1099 bin/oe.pl:309 bin/oe.pl:328 +#: templates/demo/packing_list.html:4 templates/demo/packing_list.html:18 +#: templates/demo/packing_list.tex:81 +#: templates/demo_with_images/packing_list.html:4 +#: templates/demo_with_images/packing_list.html:18 +#: templates/demo_with_images/packing_list.tex:81 +#: templates/xedemo/packing_list.html:4 templates/xedemo/packing_list.html:18 +#: templates/xedemo/packing_list.tex:81 sql/Pg-database.sql:2953 +#: sql/Pg-database.sql:2966 +msgid "Packing List" +msgstr "" + +#: bin/io.pl:1716 +msgid "Packing List Date missing!" +msgstr "" + +#: bin/io.pl:1715 +msgid "Packing List Number missing!" +msgstr "" + +#: bin/aa.pl:1726 LedgerSMB/Report/Contact/Purchase.pm:92 +#: LedgerSMB/Report/Invoices/Outstanding.pm:233 +#: LedgerSMB/Report/Invoices/Transactions.pm:280 +#: LedgerSMB/Report/Listings/Overpayments.pm:140 +#: LedgerSMB/Scripts/payment.pm:808 templates/demo/invoice.html:185 +#: templates/demo/invoice.tex:175 templates/demo_with_images/invoice.html:188 +#: templates/demo_with_images/invoice.tex:174 templates/xedemo/invoice.html:186 +#: templates/xedemo/invoice.tex:169 UI/payments/payments_detail.html:312 +#: UI/Reports/filters/invoice_outstanding.html:226 +#: UI/Reports/filters/invoice_search.html:317 +msgid "Paid" +msgstr "" + +#: bin/pe.pl:133 UI/business_units/edit.html:41 +msgid "Parent" +msgstr "" + +#: bin/io.pl:871 LedgerSMB/Report/Invoices/COGS.pm:105 +msgid "Part" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:161 +msgid "Part Description" +msgstr "" + +#: UI/Reports/filters/search_goods.html:29 +#: UI/Reports/filters/search_goods.html:231 +msgid "Part Group" +msgstr "" + +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 +#: LedgerSMB/Report/Contact/History.pm:79 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:87 +#: LedgerSMB/Report/Inventory/History.pm:118 +#: LedgerSMB/Report/Inventory/Search.pm:194 +#: LedgerSMB/Report/Invoices/COGS.pm:159 LedgerSMB/Report/PNL/Product.pm:81 +#: LedgerSMB/Scripts/configuration.pm:109 UI/Reports/filters/cogs_lines.html:9 +#: UI/Reports/filters/inventory_activity.html:11 +#: UI/Reports/filters/purchase_history.html:241 +#: UI/Reports/filters/search_goods.html:9 +#: UI/Reports/filters/search_goods.html:192 +msgid "Part Number" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:867 +msgid "Part not found" +msgstr "" + +#: UI/asset/begin_report.html:42 +msgid "Partial" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:689 +msgid "Partial Disposal Report [_1] on date [_2]" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:76 +#: LedgerSMB/Report/Inventory/Activity.pm:130 LedgerSMB/Report/Timecards.pm:114 +#: LedgerSMB/Report/Timecards.pm:163 UI/Contact/pricelist.csv:7 +#: UI/Contact/pricelist.html:22 UI/Contact/pricelist.tex:12 +#: UI/inventory/adjustment_entry.html:27 +#: UI/Reports/filters/invoice_search.html:117 +#: UI/Reports/filters/timecards.html:10 UI/timecards/timecard.html:33 +#: UI/timecards/timecard-week.html:89 +msgid "Partnumber" +msgstr "" + +#: LedgerSMB/Report/Inventory/Partsgroups.pm:63 +#: UI/Reports/filters/search_partsgroups.html:12 +msgid "Parts Group" +msgstr "" + +#: LedgerSMB/Report/Inventory/Partsgroups.pm:73 +msgid "Parts Groups" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:274 sql/Pg-database.sql:2835 +msgid "Partsgroup" +msgstr "" + +#: UI/Admin/edit_user.html:46 UI/Contact/divs/user.html:44 +#: UI/get_password.html:41 UI/login.html:53 UI/setup/credentials.html:33 +#: UI/setup/edit_user.html:49 UI/setup/new_user.html:30 +#: UI/users/preferences.html:39 +msgid "Password" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:61 +msgid "Password Duration" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:152 +msgid "Password required" +msgstr "" + +#: LedgerSMB/DBObject/User.pm:81 +msgid "Passwords must match." +msgstr "" + +#: UI/payments/payments_detail.html:193 UI/payments/payments_filter.html:139 +msgid "Pay From" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:147 UI/Contact/divs/credit.html:89 +#: UI/payments/payments_filter.html:140 +msgid "Pay To" +msgstr "" + +#: templates/demo/printPayment.html:95 +#: templates/demo_with_images/printPayment.html:95 +#: templates/xedemo/printPayment.html:95 +msgid "Pay in behalf of" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:108 +msgid "Payable" +msgstr "" + +#: UI/accounts/edit.html:325 +msgid "Payables" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1063 t/data/04-complex_template.html:282 +#: UI/accounts/edit.html:298 UI/accounts/edit.html:340 +#: UI/Contact/divs/credit.html:192 UI/payments/payments_detail.html:217 +#: sql/Pg-database.sql:2806 +msgid "Payment" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:118 +msgid "Payment Amount" +msgstr "" + +#: templates/demo/printPayment.html:32 +#: templates/demo_with_images/printPayment.html:32 +#: templates/xedemo/printPayment.html:32 +msgid "Payment Order Number [_1]" +msgstr "" + +#: UI/payments/payments_filter.html:136 +msgid "Payment Processing" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:207 +msgid "Payment Results" +msgstr "" + +#: UI/Reports/filters/payments.html:79 +msgid "Payment Reversal Information" +msgstr "" + +#: UI/Contact/divs/credit.html:144 +msgid "Payment Terms" +msgstr "" + +#: UI/payments/payments_detail.html:183 +msgid "Payment Type :" +msgstr "" + +#: UI/payments/payments_filter.html:161 +msgid "Payment Type:" +msgstr "" + +#: bin/aa.pl:1416 bin/ir.pl:1475 bin/is.pl:1503 +msgid "Payment date missing!" +msgstr "" + +#: templates/demo/invoice.tex:30 templates/demo_with_images/invoice.tex:30 +#: templates/xedemo/invoice.tex:29 +msgid "Payment due NET [_1] Days from date of Invoice." +msgstr "" + +#: templates/demo/invoice.html:284 templates/demo_with_images/invoice.html:287 +#: templates/xedemo/invoice.html:285 +msgid "Payment due by [_1]." +msgstr "" + +#: bin/aa.pl:869 bin/ir.pl:914 bin/is.pl:1002 +#: templates/demo/ap_transaction.html:179 templates/demo/ap_transaction.tex:109 +#: templates/demo/ar_transaction.html:178 templates/demo/ar_transaction.tex:126 +#: templates/demo/invoice.html:236 templates/demo/invoice.tex:207 +#: templates/demo_with_images/ap_transaction.html:179 +#: templates/demo_with_images/ap_transaction.tex:109 +#: templates/demo_with_images/ar_transaction.html:178 +#: templates/demo_with_images/ar_transaction.tex:126 +#: templates/demo_with_images/invoice.html:239 +#: templates/demo_with_images/invoice.tex:206 +#: templates/xedemo/ap_transaction.html:179 +#: templates/xedemo/ap_transaction.tex:109 +#: templates/xedemo/ar_transaction.html:178 +#: templates/xedemo/ar_transaction.tex:126 templates/xedemo/invoice.html:237 +#: templates/xedemo/invoice.tex:202 UI/orders/order.html:243 +#: UI/payments/payment1.html:20 UI/payments/payments_detail.html:14 +#: sql/Pg-database.sql:2810 sql/Pg-database.sql:2873 +msgid "Payments" +msgstr "" + +#: bin/is.pl:780 +msgid "Payments associated with voided invoice may need to be reversed." +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:395 +msgid "Percent" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:696 +msgid "Percent Disposed" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:699 +msgid "Percent Remaining" +msgstr "" + +#: bin/aa.pl:1654 bin/pe.pl:834 UI/bp-search.html:34 +#: UI/ca-list-selector.html:57 UI/lib/report_base.html:114 +#: UI/lib/report_base.html:193 UI/pos-receipts.html:34 +#: UI/rc-reconciliation.html:32 UI/rp-search-generate_income_statement.html:25 +#: UI/rp-search-generate_income_statement.html:85 +#: UI/rp-search-generate_tax_report.html:21 +msgid "Period" +msgstr "" + +#: UI/Reports/filters/income_statement.html:83 +msgid "Period selection" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:78 +#: UI/Reports/filters/income_statement.html:116 +msgid "Periods" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:165 UI/Contact/divs/person.html:1 +msgid "Person" +msgstr "" + +#: UI/Contact/divs/person.html:143 +msgid "Personal ID" +msgstr "" + +#: UI/Reports/filters/contact_search.html:50 +msgid "Phone" +msgstr "" + +#: sql/Pg-database.sql:677 +msgid "Physical" +msgstr "" + +#: bin/am.pl:1507 bin/io.pl:1413 bin/io.pl:1431 bin/io.pl:1630 bin/is.pl:318 +#: bin/oe.pl:308 bin/oe.pl:327 templates/demo/pick_list.html:4 +#: templates/demo/pick_list.html:18 templates/demo/pick_list.tex:74 +#: templates/demo_with_images/pick_list.html:4 +#: templates/demo_with_images/pick_list.html:18 +#: templates/demo_with_images/pick_list.tex:74 +#: templates/xedemo/pick_list.html:4 templates/xedemo/pick_list.html:18 +#: templates/xedemo/pick_list.tex:74 sql/Pg-database.sql:2954 +#: sql/Pg-database.sql:2967 +msgid "Pick List" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:717 +msgid "" +"Please fix the pricegroup data in your partscustomer table (no UI available)" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:642 +msgid "Please make all AR invoice numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:177 LedgerSMB/Upgrade_Tests.pm:566 +msgid "Please make all customer numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:621 +msgid "Please make all employee numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:196 LedgerSMB/Upgrade_Tests.pm:585 +msgid "Please make all vendor numbers unique" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:601 +msgid "Please make sure all employees have an employee number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:698 +msgid "Please make sure all make numbers are non-empty" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:680 +msgid "Please make sure all modelsnumbers are non-empty" +msgstr "" + +#: templates/demo/request_quotation.html:128 +#: templates/demo/request_quotation.tex:117 +#: templates/demo_with_images/request_quotation.html:128 +#: templates/demo_with_images/request_quotation.tex:117 +#: templates/xedemo/request_quotation.html:128 +#: templates/xedemo/request_quotation.tex:117 +msgid "Please provide price and delivery time for the following items:" +msgstr "" + +#: UI/payments/use_overpayment1.html:18 +msgid "Please select a customer with unused overpayments" +msgstr "" + +#: LedgerSMB/Scripts/account.pm:93 +msgid "Please select a valid heading" +msgstr "" + +#: UI/payments/use_overpayment1.html:16 +msgid "Please select a vendor with unused overpayments" +msgstr "" + +#: LedgerSMB/Scripts/timecard.pm:148 +msgid "Please submit a start/end time or a qty" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:373 +msgid "Please use the 1.2 UI to add the GIFI accounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:408 +msgid "Please use the 1.3/1.4 UI to add the GIFI accounts" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:390 +msgid "Please use the SQL-Ledger UI to add the GIFI accounts" +msgstr "" + +#: bin/aa.pl:978 bin/aa.pl:1003 bin/aa.pl:1023 bin/gl.pl:280 bin/gl.pl:322 +#: bin/ir.pl:621 bin/ir.pl:655 bin/ir.pl:1030 bin/is.pl:681 bin/is.pl:719 +#: bin/is.pl:1122 LedgerSMB/Report/Unapproved/Batch_Overview.pm:246 +#: UI/payments/payment2.html:339 +msgid "Post" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:211 +msgid "Post Batch" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:222 UI/create_batch.html:68 +msgid "Post Date" +msgstr "" + +#: UI/accounts/yearend.html:9 UI/accounts/yearend.html:12 +#: UI/accounts/yearend.html:69 +msgid "Post Yearend" +msgstr "" + +#: bin/aa.pl:981 bin/ir.pl:623 bin/ir.pl:1031 bin/is.pl:1125 +msgid "Post as new" +msgstr "" + +#: UI/reconciliation/report.html:78 UI/reconciliation/report.html:141 +#: UI/reconciliation/report.html:200 +msgid "Posted Date" +msgstr "" + +#: UI/payments/payments_detail.html:102 +msgid "Posting Date:" +msgstr "" + +#: bin/am.pl:1398 +msgid "Posting GL Transaction [_1]" +msgstr "" + +#: bin/am.pl:1238 +msgid "Posting Sales Invoice [_1]" +msgstr "" + +#: bin/am.pl:1260 bin/am.pl:1269 +msgid "Posting Transaction [_1]" +msgstr "" + +#: bin/am.pl:1248 +msgid "Posting Vendor Invoice [_1]" +msgstr "" + +#: bin/am.pl:1086 bin/arapprn.pl:488 bin/io.pl:1489 +msgid "Postscript" +msgstr "" + +#: sql/Pg-database.sql:2933 +msgid "Preferences" +msgstr "" + +#: UI/users/preferences.html:19 +msgid "Preferences Saved" +msgstr "" + +#: UI/users/preferences.html:17 +msgid "Preferences for [_1]" +msgstr "" + +#: UI/Configuration/sequence.html:14 +msgid "Prefix" +msgstr "" + +#: bin/io.pl:238 bin/io.pl:569 templates/demo/invoice.tex:144 +#: templates/demo/product_receipt.html:129 +#: templates/demo/purchase_order.html:131 templates/demo/sales_order.html:133 +#: templates/demo/sales_quotation.html:102 +#: templates/demo/sales_quotation.tex:89 +#: templates/demo_with_images/invoice.tex:144 +#: templates/demo_with_images/product_receipt.html:129 +#: templates/demo_with_images/purchase_order.html:131 +#: templates/demo_with_images/sales_order.html:133 +#: templates/demo_with_images/sales_quotation.html:102 +#: templates/demo_with_images/sales_quotation.tex:89 +#: templates/xedemo/invoice.tex:139 templates/xedemo/product_receipt.html:131 +#: templates/xedemo/purchase_order.html:131 +#: templates/xedemo/sales_order.html:133 +#: templates/xedemo/sales_quotation.html:102 +#: templates/xedemo/sales_quotation.tex:90 +msgid "Price" +msgstr "" + +#: LedgerSMB/Report/Inventory/Pricegroups.pm:48 +#: LedgerSMB/Report/Inventory/Pricegroups.pm:63 +#: UI/Reports/filters/search_pricegroups.html:12 +msgid "Price Group" +msgstr "" + +#: LedgerSMB/Report/Inventory/Pricegroups.pm:73 +msgid "Price Groups" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search.pm:246 +#: UI/Reports/filters/search_goods.html:224 +msgid "Price Updated" +msgstr "" + +#: bin/ic.pl:1112 bin/pe.pl:221 UI/Contact/divs/credit.html:226 +msgid "Pricegroup" +msgstr "" + +#: bin/pe.pl:97 +msgid "Pricegroup deleted!" +msgstr "" + +#: bin/pe.pl:76 +msgid "Pricegroup missing!" +msgstr "" + +#: bin/pe.pl:78 +msgid "Pricegroup saved!" +msgstr "" + +#: t/data/04-complex_template.html:361 UI/Contact/divs/credit.html:354 +#: UI/Contact/pricelist.html:16 +msgid "Pricelist" +msgstr "" + +#: UI/Contact/pricelist.tex:65 +msgid "Pricelist for [_1]" +msgstr "" + +#: sql/Pg-database.sql:810 +msgid "Primary Phone" +msgstr "" + +#: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 +#: LedgerSMB/Report/Taxform/Detail.pm:129 +#: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 +#: UI/timecards/timecard.html:155 +msgid "Print" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:237 +msgid "Print Batch" +msgstr "" + +#: bin/oe.pl:730 bin/oe.pl:944 +msgid "Print and Save" +msgstr "" + +#: bin/oe.pl:737 bin/oe.pl:947 +msgid "Print and Save as new" +msgstr "" + +#: bin/arapprn.pl:511 bin/io.pl:1511 +msgid "Printed" +msgstr "" + +#: UI/users/preferences.html:98 +msgid "Printer" +msgstr "" + +#: bin/am.pl:1435 +msgid "Printing" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:635 +msgid "Prior Dep." +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:634 +msgid "Prior Through" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:393 LedgerSMB/Scripts/asset.pm:770 +msgid "Proceeds" +msgstr "" + +#: bin/am.pl:1009 UI/am-list-recurring.html:62 +msgid "Process Transactions" +msgstr "" + +#: bin/ir.pl:1008 templates/demo/product_receipt.html:4 +#: templates/demo/product_receipt.html:18 +#: templates/demo/product_receipt.tex:100 +#: templates/demo_with_images/product_receipt.html:4 +#: templates/demo_with_images/product_receipt.html:18 +#: templates/demo_with_images/product_receipt.tex:100 +#: templates/xedemo/product_receipt.html:4 +#: templates/xedemo/product_receipt.tex:100 sql/Pg-database.sql:2979 +#: sql/Pg-database.sql:2980 +msgid "Product Receipt" +msgstr "" + +#: UI/am-department-form.html:36 +msgid "Profit Center" +msgstr "" + +#: UI/Contact/divs/credit.html:359 +msgid "Profit and Loss" +msgstr "" + +#: bin/aa.pl:1079 bin/ic.pl:956 bin/ir.pl:1046 bin/is.pl:1140 +msgid "Profit/Loss" +msgstr "" + +#: LedgerSMB/Report/PNL/Product.pm:71 +msgid "Proft/Loss on Inventory Sales" +msgstr "" + +#: bin/io.pl:262 bin/pe.pl:910 UI/io-email.html:83 +#: UI/journal/journal_entry.html:121 UI/payments/payments_filter.html:41 +#: UI/rp-search-generate_income_statement.html:2 +msgid "Project" +msgstr "" + +#: bin/pe.pl:289 +msgid "Project Description Translations" +msgstr "" + +#: bin/pe.pl:294 bin/pe.pl:1060 UI/Reports/filters/purchase_history.html:321 +msgid "Project Number" +msgstr "" + +#: bin/aa.pl:1706 +msgid "Project Numbers" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:101 +msgid "Project/Department Number" +msgstr "" + +#: UI/payments/payment2.html:61 +msgid "Projects" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:89 LedgerSMB/Report/Listings/Asset.pm:121 +#: LedgerSMB/Scripts/asset.pm:391 +msgid "Purchase Date" +msgstr "" + +#: UI/asset/edit_asset.html:71 UI/asset/search_asset.html:65 +msgid "Purchase Date:" +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:129 +#: UI/Reports/filters/purchase_history.html:12 +msgid "Purchase History" +msgstr "" + +#: bin/am.pl:1305 bin/am.pl:1510 bin/io.pl:1422 bin/io.pl:1641 bin/ir.pl:627 +#: bin/ir.pl:1033 bin/oe.pl:320 bin/oe.pl:753 bin/oe.pl:955 bin/oe.pl:1338 +#: t/data/04-complex_template.html:343 templates/demo/purchase_order.html:4 +#: templates/demo/purchase_order.html:18 templates/demo/purchase_order.tex:100 +#: templates/demo_with_images/purchase_order.html:4 +#: templates/demo_with_images/purchase_order.html:18 +#: templates/demo_with_images/purchase_order.tex:100 +#: templates/xedemo/product_receipt.html:18 +#: templates/xedemo/purchase_order.html:4 +#: templates/xedemo/purchase_order.html:18 +#: templates/xedemo/purchase_order.tex:100 UI/Contact/divs/credit.html:342 +#: sql/Pg-database.sql:1939 sql/Pg-database.sql:2816 sql/Pg-database.sql:2957 +#: sql/Pg-database.sql:2970 +msgid "Purchase Order" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:107 +msgid "Purchase Order Number" +msgstr "" + +#: bin/am.pl:881 LedgerSMB/Report/Orders.pm:190 LedgerSMB/Report/Orders.pm:290 +#: UI/Reports/filters/search_goods.html:162 sql/Pg-database.sql:2819 +#: sql/Pg-database.sql:2821 sql/Pg-database.sql:2824 +msgid "Purchase Orders" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:92 LedgerSMB/Report/Listings/Asset.pm:123 +#: LedgerSMB/Scripts/asset.pm:392 +msgid "Purchase Value" +msgstr "" + +#: UI/asset/edit_asset.html:81 UI/asset/search_asset.html:75 +msgid "Purchase Value:" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:98 +msgid "Purchased" +msgstr "" + +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: LedgerSMB/Report/Inventory/History.pm:155 +#: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 +#: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 +#: templates/demo/invoice.tex:142 templates/demo/packing_list.html:123 +#: templates/demo/packing_list.tex:116 templates/demo/pick_list.html:113 +#: templates/demo/pick_list.tex:101 templates/demo/product_receipt.html:127 +#: templates/demo/product_receipt.tex:118 +#: templates/demo/purchase_order.html:129 templates/demo/purchase_order.tex:118 +#: templates/demo/request_quotation.html:142 +#: templates/demo/request_quotation.tex:123 templates/demo/sales_order.html:131 +#: templates/demo/sales_quotation.html:100 +#: templates/demo/sales_quotation.tex:88 +#: templates/demo_with_images/bin_list.html:151 +#: templates/demo_with_images/bin_list.tex:108 +#: templates/demo_with_images/invoice.html:140 +#: templates/demo_with_images/invoice.tex:142 +#: templates/demo_with_images/packing_list.html:123 +#: templates/demo_with_images/packing_list.tex:116 +#: templates/demo_with_images/pick_list.html:113 +#: templates/demo_with_images/pick_list.tex:101 +#: templates/demo_with_images/product_receipt.html:127 +#: templates/demo_with_images/product_receipt.tex:118 +#: templates/demo_with_images/purchase_order.html:129 +#: templates/demo_with_images/purchase_order.tex:118 +#: templates/demo_with_images/request_quotation.html:142 +#: templates/demo_with_images/request_quotation.tex:123 +#: templates/demo_with_images/sales_order.html:131 +#: templates/demo_with_images/sales_quotation.html:100 +#: templates/demo_with_images/sales_quotation.tex:88 +#: templates/demo_with_images/work_order.html:131 +#: templates/demo/work_order.html:131 templates/xedemo/bin_list.html:151 +#: templates/xedemo/bin_list.tex:108 templates/xedemo/invoice.html:138 +#: templates/xedemo/invoice.tex:137 templates/xedemo/packing_list.html:123 +#: templates/xedemo/packing_list.tex:116 templates/xedemo/pick_list.html:113 +#: templates/xedemo/pick_list.tex:101 templates/xedemo/product_receipt.html:129 +#: templates/xedemo/product_receipt.tex:118 +#: templates/xedemo/purchase_order.html:129 +#: templates/xedemo/purchase_order.tex:118 +#: templates/xedemo/request_quotation.html:142 +#: templates/xedemo/request_quotation.tex:123 +#: templates/xedemo/sales_order.html:131 +#: templates/xedemo/sales_quotation.html:100 +#: templates/xedemo/sales_quotation.tex:89 templates/xedemo/work_order.html:131 +#: UI/Reports/filters/purchase_history.html:281 +#: UI/timecards/timecard-week.html:98 +msgid "Qty" +msgstr "" + +#: LedgerSMB/Report/Invoices/COGS.pm:115 +msgid "Quantity" +msgstr "" + +#: bin/ic.pl:2242 +msgid "Quantity exceeds available units to stock!" +msgstr "" + +#: bin/aa.pl:1663 bin/pe.pl:843 LedgerSMB/DBObject/Date.pm:88 +#: UI/bp-search.html:47 UI/lib/report_base.html:148 UI/lib/report_base.html:231 +#: UI/pos-receipts.html:40 UI/rc-reconciliation.html:53 +#: UI/Reports/co/filter_bm.html:63 +#: UI/rp-search-generate_income_statement.html:46 +#: UI/rp-search-generate_tax_report.html:42 +msgid "Quarter" +msgstr "" + +#: bin/io.pl:1395 bin/io.pl:1655 bin/io.pl:1662 bin/oe.pl:286 bin/oe.pl:744 +#: bin/oe.pl:952 bin/oe.pl:1349 LedgerSMB/Report/Inventory/Search.pm:286 +#: LedgerSMB/Report/Orders.pm:251 templates/demo/sales_quotation.html:4 +#: templates/demo/sales_quotation.html:17 templates/demo/sales_quotation.tex:69 +#: templates/demo_with_images/sales_quotation.html:4 +#: templates/demo_with_images/sales_quotation.html:17 +#: templates/demo_with_images/sales_quotation.tex:69 +#: templates/xedemo/sales_quotation.html:4 +#: templates/xedemo/sales_quotation.html:17 +#: templates/xedemo/sales_quotation.tex:70 sql/Pg-database.sql:1940 +#: sql/Pg-database.sql:2828 sql/Pg-database.sql:2960 sql/Pg-database.sql:2975 +msgid "Quotation" +msgstr "" + +#: templates/demo/sales_quotation.tex:75 +#: templates/demo_with_images/sales_quotation.tex:75 +#: templates/xedemo/sales_quotation.tex:76 +msgid "Quotation #" +msgstr "" + +#: bin/oe.pl:553 +msgid "Quotation Date" +msgstr "" + +#: bin/io.pl:1720 bin/oe.pl:1303 bin/oe.pl:1481 +msgid "Quotation Date missing!" +msgstr "" + +#: bin/oe.pl:530 +msgid "Quotation Number" +msgstr "" + +#: bin/io.pl:1719 bin/oe.pl:1480 +msgid "Quotation Number missing!" +msgstr "" + +#: bin/oe.pl:1456 +msgid "Quotation deleted!" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:193 LedgerSMB/Report/Orders.pm:292 +#: UI/Reports/filters/purchase_history.html:189 +#: UI/Reports/filters/search_goods.html:146 sql/Pg-database.sql:2831 +#: sql/Pg-database.sql:2924 +msgid "Quotations" +msgstr "" + +#: bin/io.pl:1400 bin/oe.pl:295 bin/oe.pl:755 bin/oe.pl:953 +#: t/data/04-complex_template.html:352 UI/Contact/divs/credit.html:351 +#: sql/Pg-database.sql:1941 sql/Pg-database.sql:2829 sql/Pg-database.sql:2961 +#: sql/Pg-database.sql:2976 +msgid "RFQ" +msgstr "" + +#: templates/demo/request_quotation.html:103 +#: templates/demo/request_quotation.tex:106 +#: templates/demo_with_images/request_quotation.html:103 +#: templates/demo_with_images/request_quotation.tex:106 +#: templates/xedemo/request_quotation.html:103 +#: templates/xedemo/request_quotation.tex:106 +msgid "RFQ #" +msgstr "" + +#: bin/oe.pl:541 LedgerSMB/Scripts/configuration.pm:108 +msgid "RFQ Number" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:196 LedgerSMB/Report/Orders.pm:294 +#: UI/Reports/filters/search_goods.html:169 sql/Pg-database.sql:2832 +msgid "RFQs" +msgstr "" + +#: bin/ic.pl:484 bin/ic.pl:2127 LedgerSMB/Report/Inventory/Search.pm:210 +#: UI/Reports/filters/search_goods.html:290 +msgid "ROP" +msgstr "" + +#: bin/ir.pl:751 bin/is.pl:852 templates/demo/timecard.html:101 +#: templates/demo/timecard.tex:44 templates/demo_with_images/timecard.html:101 +#: templates/demo_with_images/timecard.tex:44 +#: templates/xedemo/timecard.html:101 templates/xedemo/timecard.tex:44 +msgid "Rate" +msgstr "" + +#: UI/am-taxes.html:12 +msgid "Rate (%)" +msgstr "" + +#: UI/accounts/yearend.html:125 +msgid "Re-Open As Of" +msgstr "" + +#: UI/accounts/yearend.html:115 UI/accounts/yearend.html:121 +#: UI/accounts/yearend.html:141 +msgid "Re-open Books" +msgstr "" + +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 +#: templates/demo_with_images/bin_list.html:152 +#: templates/xedemo/bin_list.html:152 +msgid "Recd" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1063 sql/Pg-database.sql:2805 +#: sql/Pg-database.sql:2974 +msgid "Receipt" +msgstr "" + +#: templates/demo_with_images/product_receipt.html:103 +msgid "Receipt Date" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:208 +msgid "Receipt Results" +msgstr "" + +#: UI/payments/payment1.html:19 sql/Pg-database.sql:2809 +#: sql/Pg-database.sql:2887 +msgid "Receipts" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:94 +msgid "Receivable" +msgstr "" + +#: UI/accounts/edit.html:282 +msgid "Receivables" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:72 sql/Pg-database.sql:2826 +msgid "Receive" +msgstr "" + +#: bin/oe.pl:1862 +msgid "Receive Merchandise" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:876 +msgid "Received" +msgstr "" + +#: UI/accounts/edit.html:238 +msgid "Recon" +msgstr "" + +#: UI/reconciliation/upload.html:44 +msgid "Reconcile as FX" +msgstr "" + +#: sql/Pg-database.sql:2811 sql/Pg-database.sql:2864 sql/Pg-database.sql:2876 +msgid "Reconciliation" +msgstr "" + +#: UI/reconciliation/report.html:22 +msgid "Reconciliation Date:" +msgstr "" + +#: UI/reconciliation/report.html:13 +msgid "Reconciliation Report" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:193 +msgid "Reconciliation Reports" +msgstr "" + +#: bin/ir.pl:552 bin/is.pl:588 UI/orders/order.html:42 +msgid "Record in" +msgstr "" + +#: UI/timecards/entry_filter.html:17 +msgid "Recording time for" +msgstr "" + +#: bin/arap.pl:566 +msgid "Recurring Transaction for [_1]" +msgstr "" + +#: bin/am.pl:835 UI/am-list-recurring.html:8 sql/Pg-database.sql:2928 +msgid "Recurring Transactions" +msgstr "" + +#: bin/am.pl:854 bin/arap.pl:587 LedgerSMB/Report/Budget/Search.pm:79 +#: LedgerSMB/Report/Budget/Search.pm:125 LedgerSMB/Report/GL.pm:94 +#: LedgerSMB/Report/GL.pm:213 LedgerSMB/Report/Inventory/Search_Adj.pm:98 +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:107 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:151 +#: LedgerSMB/Report/Unapproved/Drafts.pm:94 +#: LedgerSMB/Report/Unapproved/Drafts.pm:134 UI/accounts/yearend.html:27 +#: UI/budgetting/budget_entry.html:19 UI/import_csv/import_csv.html:25 +#: UI/journal/journal_entry.html:19 UI/Reports/filters/budget_search.html:16 +#: UI/Reports/filters/gl.html:24 UI/Reports/filters/gl.html:177 +#: UI/Reports/filters/unapproved.html:80 +msgid "Reference" +msgstr "" + +#: bin/io.pl:1710 +msgid "Reference Number Missing" +msgstr "" + +#: sql/Pg-database.sql:547 +msgid "Referral" +msgstr "" + +#: templates/demo/ar_transaction.html:224 templates/demo/ar_transaction.tex:143 +#: templates/demo_with_images/ar_transaction.html:224 +#: templates/demo_with_images/ar_transaction.tex:143 +#: templates/xedemo/ar_transaction.html:224 +#: templates/xedemo/ar_transaction.tex:143 +msgid "Registration" +msgstr "" + +#: templates/demo/invoice.html:302 templates/demo_with_images/invoice.html:305 +#: templates/xedemo/invoice.html:303 +msgid "Registration [_1]" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:17 +#: UI/Reports/filters/income_statement.html:55 +msgid "Regular" +msgstr "" + +#: LedgerSMB/Scripts/budgets.pm:115 UI/reconciliation/report.html:292 +msgid "Reject" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:88 +msgid "Rem. Life" +msgstr "" + +#: bin/aa.pl:606 bin/ir.pl:518 bin/is.pl:551 bin/oe.pl:490 +#: UI/orders/order.html:36 +msgid "Remaining" +msgstr "" + +#: t/data/04-complex_template.html:559 UI/Contact/divs/bank_act.html:19 +#: UI/Contact/divs/bank_act.html:66 +msgid "Remark" +msgstr "" + +#: t/data/04-complex_template.html:610 +msgid "Remark:" +msgstr "" + +#: bin/arap.pl:550 +msgid "Repeat" +msgstr "" + +#: UI/reconciliation/approved.html:3 +msgid "Report Approved" +msgstr "" + +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 +#: UI/Reports/display_report.tex:22 +msgid "Report Name" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:519 +msgid "Report Results" +msgstr "" + +#: UI/reconciliation/submitted.html:3 +msgid "Report Submitted" +msgstr "" + +#: UI/Reports/filters/trial_balance.html:81 +msgid "Report Type" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:625 +msgid "Report [_1] on date [_2]" +msgstr "" + +#: UI/rp-search-generate_tax_report.html:67 +msgid "Report for" +msgstr "" + +#: UI/timecards/timecard-week.html:66 +msgid "Report in" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:10 +#: UI/Reports/filters/income_statement.html:20 +msgid "Report type" +msgstr "" + +#: LedgerSMB/Report/PNL/Income_Statement.pm:85 +msgid "Reporting Basis" +msgstr "" + +#: sql/Pg-database.sql:2883 +msgid "Reporting Units" +msgstr "" + +#: UI/Reports/filters/income_statement.html:303 +msgid "Reporting unit filters" +msgstr "" + +#: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 +#: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 +#: sql/Pg-database.sql:2927 sql/Pg-database.sql:2942 sql/Pg-database.sql:2983 +msgid "Reports" +msgstr "" + +#: bin/arap.pl:357 +msgid "Reposting Not Allowed" +msgstr "" + +#: bin/oe.pl:2576 +msgid "Req" +msgstr "" + +#: bin/oe.pl:1355 templates/demo/request_quotation.html:4 +#: templates/demo/request_quotation.html:18 +#: templates/demo/request_quotation.tex:100 +#: templates/demo_with_images/request_quotation.html:4 +#: templates/demo_with_images/request_quotation.html:18 +#: templates/demo_with_images/request_quotation.tex:100 +#: templates/xedemo/request_quotation.html:4 +#: templates/xedemo/request_quotation.html:18 +#: templates/xedemo/request_quotation.tex:100 +msgid "Request for Quotation" +msgstr "" + +#: UI/io-email.html:74 UI/rp-email.html:58 +msgid "Request read receipt" +msgstr "" + +#: UI/Reports/filters/orders.html:141 +msgid "Required By" +msgstr "" + +#: LedgerSMB/Report/Orders.pm:222 +msgid "Required Date" +msgstr "" + +#: LedgerSMB/Request.pm:52 +msgid "Required attribute not provided: [_1]" +msgstr "" + +#: bin/io.pl:269 bin/oe.pl:467 bin/oe.pl:525 +#: templates/demo/purchase_order.html:104 templates/demo/purchase_order.tex:106 +#: templates/demo/request_quotation.html:105 +#: templates/demo/request_quotation.tex:107 templates/demo/sales_order.html:104 +#: templates/demo/sales_order.tex:106 +#: templates/demo_with_images/purchase_order.html:104 +#: templates/demo_with_images/purchase_order.tex:106 +#: templates/demo_with_images/request_quotation.html:105 +#: templates/demo_with_images/request_quotation.tex:107 +#: templates/demo_with_images/sales_order.html:104 +#: templates/demo_with_images/sales_order.tex:106 +#: templates/demo_with_images/work_order.html:104 +#: templates/demo/work_order.html:104 templates/xedemo/product_receipt.html:104 +#: templates/xedemo/product_receipt.tex:106 +#: templates/xedemo/purchase_order.html:104 +#: templates/xedemo/purchase_order.tex:106 +#: templates/xedemo/request_quotation.html:105 +#: templates/xedemo/request_quotation.tex:107 +#: templates/xedemo/sales_order.html:104 templates/xedemo/sales_order.tex:106 +#: templates/xedemo/work_order.html:104 +msgid "Required by" +msgstr "" + +#: LedgerSMB.pm:758 LedgerSMB.pm:759 +msgid "Required input not provided" +msgstr "" + +#: UI/Contact/divs/user.html:81 UI/setup/edit_user.html:86 +msgid "Reset Password" +msgstr "" + +#: UI/accounts/yearend.html:43 +msgid "Retained Earnings" +msgstr "" + +#: UI/Contact/divs/company.html:155 UI/Contact/divs/person.html:176 +#: UI/templates/edit.html:39 +msgid "Retrieve" +msgstr "" + +#: UI/setup/complete.html:12 UI/setup/complete_migration_revert.html:12 +msgid "Return to setup" +msgstr "" + +#: UI/logout.html:30 +msgid "Return to the login screen." +msgstr "" + +#: bin/ic.pl:535 UI/accounts/edit.html:388 +msgid "Returns" +msgstr "" + +#: UI/Reports/filters/overpayments.html:42 +msgid "Reversal Information" +msgstr "" + +#: LedgerSMB/Report/Listings/Overpayments.pm:159 +msgid "Reverse" +msgstr "" + +#: sql/Pg-database.sql:2947 +msgid "Reverse AR Overpay" +msgstr "" + +#: sql/Pg-database.sql:2946 +msgid "Reverse Overpay" +msgstr "" + +#: sql/Pg-database.sql:2874 +msgid "Reverse Payment" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:236 +msgid "Reverse Payments" +msgstr "" + +#: sql/Pg-database.sql:2945 +msgid "Reverse Receipts" +msgstr "" + +#: UI/setup/complete.html:18 UI/setup/confirm_operation.html:102 +msgid "Row counts" +msgstr "" + +#: UI/setup/begin_backup.html:50 +msgid "Run Backup" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:35 +msgid "Run Report" +msgstr "" + +#: UI/Contact/divs/company.html:110 sql/Pg-database.sql:2880 +msgid "SIC" +msgstr "" + +#: bin/am.pl:393 +msgid "SIC deleted!" +msgstr "" + +#: bin/am.pl:386 +msgid "SIC saved!" +msgstr "" + +#: t/data/04-complex_template.html:259 +msgid "SIC:" +msgstr "" + +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 +msgid "SKU" +msgstr "" + +#: UI/payments/payment1.html:44 +msgid "SSN" +msgstr "" + +#: sql/Pg-database.sql:969 +msgid "Salary" +msgstr "" + +#: sql/Pg-database.sql:3794 +msgid "Sale" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:112 UI/Contact/divs/address.html:38 +#: UI/Contact/divs/employee.html:83 sql/Pg-database.sql:675 +msgid "Sales" +msgstr "" + +#: bin/is.pl:1098 bin/oe.pl:740 bin/oe.pl:950 sql/Pg-database.sql:2907 +msgid "Sales Invoice" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:102 +msgid "Sales Invoice/AR Transaction Number" +msgstr "" + +#: bin/am.pl:1299 bin/am.pl:1508 bin/io.pl:1405 bin/io.pl:1593 bin/is.pl:687 +#: bin/is.pl:1128 bin/oe.pl:306 bin/oe.pl:742 bin/oe.pl:954 bin/oe.pl:1332 +#: templates/demo/sales_order.html:4 templates/demo/sales_order.html:18 +#: templates/demo/sales_order.tex:99 +#: templates/demo_with_images/sales_order.html:4 +#: templates/demo_with_images/sales_order.html:18 +#: templates/demo_with_images/sales_order.tex:99 +#: templates/xedemo/sales_order.html:4 templates/xedemo/sales_order.html:18 +#: templates/xedemo/sales_order.tex:99 sql/Pg-database.sql:1938 +#: sql/Pg-database.sql:2815 sql/Pg-database.sql:2955 sql/Pg-database.sql:2968 +msgid "Sales Order" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:103 +msgid "Sales Order Number" +msgstr "" + +#: bin/am.pl:880 LedgerSMB/Report/Orders.pm:187 LedgerSMB/Report/Orders.pm:288 +#: UI/Reports/filters/search_goods.html:139 sql/Pg-database.sql:2818 +#: sql/Pg-database.sql:2820 sql/Pg-database.sql:2823 sql/Pg-database.sql:2837 +msgid "Sales Orders" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:104 +msgid "Sales Quotation Number" +msgstr "" + +#: UI/Contact/divs/company.html:122 +msgid "Sales Tax ID" +msgstr "" + +#: t/data/04-complex_template.html:85 +msgid "Sales:" +msgstr "" + +#: bin/aa.pl:529 bin/aa.pl:1556 bin/is.pl:463 bin/oe.pl:602 +#: LedgerSMB/Report/Contact/History.pm:120 +#: LedgerSMB/Report/Invoices/Outstanding.pm:263 +#: LedgerSMB/Report/Invoices/Transactions.pm:298 +#: templates/demo/ar_transaction.html:92 templates/demo/invoice.html:110 +#: templates/demo/invoice.tex:125 templates/demo/sales_order.html:105 +#: templates/demo/sales_order.tex:107 +#: templates/demo_with_images/ar_transaction.html:92 +#: templates/demo_with_images/invoice.html:112 +#: templates/demo_with_images/invoice.tex:125 +#: templates/demo_with_images/sales_order.html:105 +#: templates/demo_with_images/sales_order.tex:107 +#: templates/demo_with_images/work_order.html:105 +#: templates/demo/work_order.html:105 templates/xedemo/ar_transaction.html:92 +#: templates/xedemo/invoice.html:110 templates/xedemo/invoice.tex:120 +#: templates/xedemo/sales_order.html:105 templates/xedemo/sales_order.tex:107 +#: templates/xedemo/work_order.html:105 +#: UI/Reports/filters/contact_search.html:59 +#: UI/Reports/filters/invoice_outstanding.html:177 +#: UI/Reports/filters/invoice_search.html:270 +msgid "Salesperson" +msgstr "" + +#: UI/Contact/divs/employee.html:23 UI/Contact/divs/person.html:70 +msgid "Salutation" +msgstr "" + +#: UI/asset/edit_asset.html:105 UI/asset/search_asset.html:96 +msgid "Salvage Value:" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:146 +msgid "Sat" +msgstr "" + +#: bin/aa.pl:1035 bin/am.pl:67 bin/am.pl:75 bin/am.pl:86 bin/am.pl:173 +#: bin/am.pl:179 bin/gl.pl:299 bin/ic.pl:839 bin/ic.pl:848 bin/ir.pl:640 +#: bin/is.pl:703 bin/oe.pl:722 bin/oe.pl:943 bin/pe.pl:166 bin/pe.pl:243 +#: bin/pe.pl:621 LedgerSMB/Scripts/account.pm:151 +#: LedgerSMB/Scripts/account.pm:164 LedgerSMB/Scripts/asset.pm:442 +#: LedgerSMB/Scripts/budgets.pm:100 t/data/04-complex_template.html:131 +#: t/data/04-complex_template.html:310 t/data/04-complex_template.html:620 +#: t/data/04-complex_template.html:644 UI/am-taxes.html:62 +#: UI/asset/edit_asset.html:206 UI/asset/edit_class.html:57 +#: UI/asset/import_asset.html:57 UI/business_units/edit.html:94 +#: UI/business_units/edit.html:104 UI/business_units/list_classes.html:81 +#: UI/Configuration/sequence.html:10 UI/Configuration/sequence.html:119 +#: UI/Configuration/settings.html:66 UI/Contact/divs/bank_act.html:76 +#: UI/Contact/divs/company.html:162 UI/Contact/divs/employee.html:184 +#: UI/Contact/divs/notes.html:61 UI/Contact/divs/person.html:183 +#: UI/Contact/pricelist.html:82 UI/import_csv/import_csv.html:63 +#: UI/import_csv/import_inventory_csv.html:77 +#: UI/inventory/adjustment_entry.html:92 UI/payroll/deduction.html:98 +#: UI/payroll/income.html:104 UI/reconciliation/report.html:272 +#: UI/taxform/add_taxform.html:88 UI/templates/edit.html:33 +#: UI/timecards/timecard.html:163 UI/timecards/timecard-week.html:128 +#: UI/users/preferences.html:125 +msgid "Save" +msgstr "" + +#: UI/Contact/divs/contact_info.html:126 +msgid "Save As New" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:220 +msgid "Save Batch" +msgstr "" + +#: UI/Contact/divs/credit.html:299 +msgid "Save Changes" +msgstr "" + +#: t/data/04-complex_template.html:546 UI/Contact/divs/contact_info.html:119 +msgid "Save Contact" +msgstr "" + +#: bin/aa.pl:1028 bin/gl.pl:282 bin/gl.pl:330 bin/ir.pl:660 bin/is.pl:724 +msgid "Save Draft" +msgstr "" + +#: UI/Admin/edit_user.html:190 UI/Contact/divs/user.html:149 +#: UI/setup/edit_user.html:154 +msgid "Save Groups" +msgstr "" + +#: bin/aa.pl:1011 bin/ir.pl:634 bin/is.pl:695 +msgid "Save Info" +msgstr "" + +#: t/data/04-complex_template.html:485 UI/Contact/divs/address.html:199 +msgid "Save Location" +msgstr "" + +#: UI/Contact/divs/credit.html:309 +msgid "Save New" +msgstr "" + +#: UI/Contact/divs/address.html:207 +msgid "Save New Location" +msgstr "" + +#: bin/arap.pl:632 bin/arap.pl:637 +msgid "Save Schedule" +msgstr "" + +#: bin/aa.pl:1013 bin/gl.pl:286 +msgid "Save Template" +msgstr "" + +#: UI/Admin/edit_user.html:146 +msgid "Save User" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:709 +msgid "Save and Retry" +msgstr "" + +#: bin/aa.pl:1036 +msgid "Save as New" +msgstr "" + +#: bin/am.pl:68 bin/am.pl:77 bin/gl.pl:288 bin/ic.pl:840 bin/ic.pl:857 +#: bin/oe.pl:733 bin/oe.pl:946 LedgerSMB/Scripts/account.pm:154 +msgid "Save as new" +msgstr "" + +#: LedgerSMB/Scripts/business_unit.pm:192 +msgid "Saved id [_1]" +msgstr "" + +#: bin/am.pl:1344 +msgid "Saving [_1] [_2]" +msgstr "" + +#: UI/oe-save_warn.html:13 +msgid "Saving over an existing document. Continue?" +msgstr "" + +#: bin/aa.pl:979 bin/aa.pl:1005 bin/gl.pl:290 bin/ir.pl:630 bin/ir.pl:1032 +#: bin/is.pl:689 bin/is.pl:1123 bin/oe.pl:757 bin/oe.pl:942 +msgid "Schedule" +msgstr "" + +#: bin/arapprn.pl:515 bin/io.pl:1513 UI/journal/journal_entry.html:309 +msgid "Scheduled" +msgstr "" + +#: bin/arapprn.pl:475 bin/io.pl:1469 LedgerSMB/Scripts/payment.pm:517 +#: LedgerSMB/Template.pm:305 UI/lib/utilities.html:44 +msgid "Screen" +msgstr "" + +#: UI/Admin/user_search.html:60 UI/asset/search_asset.html:185 +#: UI/asset/search_class.html:66 UI/asset/search_reports.html:69 +#: UI/business_units/filter.html:45 UI/Reports/filters/budget_search.html:72 +#: UI/Reports/filters/cogs_lines.html:35 +#: UI/Reports/filters/contact_search.html:131 +#: UI/Reports/filters/overpayments.html:61 UI/Reports/filters/payments.html:126 +#: UI/Reports/filters/reconciliation_search.html:103 +#: UI/Reports/filters/search_goods.html:380 +#: UI/Reports/filters/search_partsgroups.html:18 +#: UI/Reports/filters/search_pricegroups.html:18 +#: UI/Reports/filters/timecards.html:42 UI/Reports/filters/unapproved.html:107 +#: sql/Pg-database.sql:2783 sql/Pg-database.sql:2791 sql/Pg-database.sql:2804 +#: sql/Pg-database.sql:2814 sql/Pg-database.sql:2872 sql/Pg-database.sql:2919 +#: sql/Pg-database.sql:2982 +msgid "Search" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:331 +msgid "Search AP" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:5 +msgid "Search AP Invoices" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:332 +msgid "Search AR" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:9 +msgid "Search AR Invoices" +msgstr "" + +#: UI/asset/search_class.html:4 +msgid "Search Asset Class" +msgstr "" + +#: sql/Pg-database.sql:2894 +msgid "Search Assets" +msgstr "" + +#: UI/Reports/filters/budget_search.html:7 +msgid "Search Budgets" +msgstr "" + +#: UI/Reports/filters/search_goods.html:5 +msgid "Search Goods and Services" +msgstr "" + +#: sql/Pg-database.sql:2780 +msgid "Search Groups" +msgstr "" + +#: UI/Reports/filters/inventory_adj.html:6 +msgid "Search Inventory Entry" +msgstr "" + +#: UI/Reports/filters/search_partsgroups.html:4 +msgid "Search Parts Groups" +msgstr "" + +#: UI/Reports/filters/payments.html:7 UI/Reports/filters/payments.html:17 +msgid "Search Payments" +msgstr "" + +#: UI/Reports/filters/search_pricegroups.html:4 +msgid "Search Price Groups" +msgstr "" + +#: sql/Pg-database.sql:2781 +msgid "Search Pricegroups" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:65 +msgid "Search Purchase Orders" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:76 +msgid "Search Quotations" +msgstr "" + +#: UI/Reports/filters/payments.html:14 +msgid "Search Receipts" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:5 +msgid "Search Reconciliation Reports" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:80 +msgid "Search Requests for Quotation" +msgstr "" + +#: LedgerSMB/Scripts/order.pm:54 +msgid "Search Sales Orders" +msgstr "" + +#: UI/Reports/filters/unapproved.html:35 +msgid "Search Unapproved Transactions" +msgstr "" + +#: sql/Pg-database.sql:2911 +msgid "Search and GL" +msgstr "" + +#: UI/Admin/user_search.html:5 +msgid "Search for Users" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:493 +msgid "Search reports" +msgstr "" + +#: sql/Pg-database.sql:811 +msgid "Secondary Phone" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:55 +msgid "Security Settings" +msgstr "" + +#: UI/reconciliation/report.html:266 UI/Reports/aging_report.html:58 +msgid "Select All" +msgstr "" + +#: bin/pe.pl:1165 +msgid "Select Customer" +msgstr "" + +#: UI/setup/template_info.html:7 +msgid "Select Templates to Load" +msgstr "" + +#: bin/oe.pl:2685 +msgid "Select Vendor" +msgstr "" + +#: bin/arapprn.pl:530 bin/is.pl:1538 bin/oe.pl:1398 +msgid "Select a Printer!" +msgstr "" + +#: UI/taxform/add_taxform.html:62 +msgid "Select by Default:" +msgstr "" + +#: bin/arap.pl:184 bin/ic.pl:1706 bin/pe.pl:691 +msgid "Select from one of the names below" +msgstr "" + +#: UI/payments/use_overpayment2.html:141 +msgid "Select invoices" +msgstr "" + +#: bin/io.pl:581 +msgid "Select items" +msgstr "" + +#: bin/arapprn.pl:375 +msgid "Select payment" +msgstr "" + +#: bin/arapprn.pl:71 bin/arapprn.pl:528 bin/is.pl:1536 bin/oe.pl:1396 +msgid "Select postscript or PDF!" +msgstr "" + +#: bin/io.pl:1557 +msgid "Select txt, postscript or PDF!" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:45 +#: UI/Reports/filters/income_statement.html:86 +msgid "Select using" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:121 +msgid "Selected" +msgstr "" + +#: UI/payments/payments_filter.html:7 +msgid "Selection" +msgstr "" + +#: bin/ic.pl:1278 +msgid "Sell" +msgstr "" + +#: bin/ic.pl:437 bin/ic.pl:1139 LedgerSMB/Report/Contact/History.pm:97 +#: LedgerSMB/Report/Inventory/History.pm:151 +#: LedgerSMB/Report/Inventory/Search.pm:228 UI/Contact/pricelist.csv:31 +#: UI/Contact/pricelist.html:44 UI/Contact/pricelist.tex:42 +#: UI/Reports/filters/purchase_history.html:261 +#: UI/Reports/filters/search_goods.html:246 +msgid "Sell Price" +msgstr "" + +#: bin/am.pl:1466 +msgid "Sending" +msgstr "" + +#: bin/aa.pl:91 bin/gl.pl:87 bin/io.pl:87 LedgerSMB/App_State.pm:247 +msgid "Sep" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:68 +msgid "Separate Duties" +msgstr "" + +#: bin/aa.pl:77 bin/gl.pl:73 bin/io.pl:73 LedgerSMB/App_State.pm:247 +#: LedgerSMB/DBObject/Date.pm:68 +msgid "September" +msgstr "" + +#: UI/Configuration/sequence.html:15 +msgid "Sequence" +msgstr "" + +#: UI/Configuration/sequence.html:6 sql/Pg-database.sql:2944 +msgid "Sequences" +msgstr "" + +#: templates/demo/packing_list.html:121 +#: templates/demo_with_images/packing_list.html:121 +#: templates/demo_with_images/work_order.html:134 +#: templates/demo/work_order.html:134 templates/xedemo/packing_list.html:121 +#: templates/xedemo/work_order.html:134 +msgid "Serial #" +msgstr "" + +#: bin/io.pl:261 bin/oe.pl:2000 +msgid "Serial No." +msgstr "" + +#: LedgerSMB/Report/Contact/History.pm:110 +#: LedgerSMB/Report/Inventory/History.pm:164 +#: LedgerSMB/Report/Inventory/Search.pm:303 templates/demo/bin_list.tex:107 +#: templates/demo/packing_list.tex:115 +#: templates/demo_with_images/bin_list.tex:107 +#: templates/demo_with_images/packing_list.tex:115 +#: templates/demo_with_images/work_order.tex:126 +#: templates/demo/work_order.tex:126 templates/xedemo/bin_list.tex:107 +#: templates/xedemo/packing_list.tex:115 templates/xedemo/work_order.tex:126 +#: UI/Reports/filters/purchase_history.html:330 +#: UI/Reports/filters/search_goods.html:37 +#: UI/Reports/filters/search_goods.html:362 +msgid "Serial Number" +msgstr "" + +#: templates/demo/bin_list.html:149 +#: templates/demo_with_images/bin_list.html:149 +#: templates/xedemo/bin_list.html:149 +msgid "Serialnumber" +msgstr "" + +#: bin/io.pl:873 +msgid "Service" +msgstr "" + +#: bin/pe.pl:1055 +msgid "Service Code" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:63 +msgid "Session Timeout" +msgstr "" + +#: UI/get_password.html:35 +msgid "Session expired!" +msgstr "" + +#: sql/Pg-database.sql:2885 +msgid "Sessions" +msgstr "" + +#: UI/Admin/edit_user.html:144 +msgid "Set Password" +msgstr "" + +#: UI/Configuration/sequence.html:13 +msgid "Setting" +msgstr "" + +#: UI/users/preferences.html:53 +msgid "Settings" +msgstr "" + +#: LedgerSMB/Num2text.pm:68 +msgid "Seven" +msgstr "" + +#: LedgerSMB/Num2text.pm:102 +msgid "Seven Hundred" +msgstr "" + +#: LedgerSMB/Num2text.pm:79 +msgid "Seventeen" +msgstr "" + +#: LedgerSMB/Num2text.pm:97 +msgid "Seventy" +msgstr "" + +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 +#: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 +#: templates/demo_with_images/packing_list.html:124 +#: templates/demo_with_images/pick_list.html:114 +#: templates/xedemo/packing_list.html:124 templates/xedemo/pick_list.html:114 +#: sql/Pg-database.sql:2825 +msgid "Ship" +msgstr "" + +#: bin/oe.pl:1857 +msgid "Ship Merchandise" +msgstr "" + +#: templates/demo/bin_list.html:30 templates/demo/bin_list.tex:53 +#: templates/demo/invoice.html:23 templates/demo/invoice.tex:76 +#: templates/demo/sales_order.html:29 +#: templates/demo_with_images/bin_list.html:30 +#: templates/demo_with_images/bin_list.tex:53 +#: templates/demo_with_images/invoice.html:25 +#: templates/demo_with_images/invoice.tex:76 +#: templates/demo_with_images/sales_order.html:29 +#: templates/demo_with_images/work_order.html:29 +#: templates/demo/work_order.html:29 templates/xedemo/bin_list.html:30 +#: templates/xedemo/bin_list.tex:53 templates/xedemo/invoice.html:23 +#: templates/xedemo/invoice.tex:75 templates/xedemo/sales_order.html:29 +#: templates/xedemo/work_order.html:29 +msgid "Ship To" +msgstr "" + +#: templates/demo/packing_list.html:29 templates/demo/pick_list.html:28 +#: templates/demo/product_receipt.html:30 templates/demo/purchase_order.html:30 +#: templates/demo/request_quotation.html:30 +#: templates/demo_with_images/packing_list.html:29 +#: templates/demo_with_images/pick_list.html:28 +#: templates/demo_with_images/product_receipt.html:30 +#: templates/demo_with_images/purchase_order.html:30 +#: templates/demo_with_images/request_quotation.html:30 +#: templates/xedemo/packing_list.html:29 templates/xedemo/pick_list.html:28 +#: templates/xedemo/product_receipt.html:30 +#: templates/xedemo/purchase_order.html:30 +#: templates/xedemo/request_quotation.html:30 +msgid "Ship To:" +msgstr "" + +#: LedgerSMB/Report/Contact/Purchase.pm:117 +#: LedgerSMB/Report/Invoices/Transactions.pm:307 LedgerSMB/Report/Orders.pm:259 +#: templates/demo/product_receipt.html:106 +#: templates/demo/purchase_order.html:107 templates/demo/sales_order.html:107 +#: templates/demo/sales_order.tex:109 +#: templates/demo_with_images/product_receipt.html:106 +#: templates/demo_with_images/purchase_order.html:107 +#: templates/demo_with_images/sales_order.html:107 +#: templates/demo_with_images/sales_order.tex:109 +#: templates/demo_with_images/work_order.html:107 +#: templates/demo/work_order.html:107 templates/xedemo/product_receipt.html:107 +#: templates/xedemo/purchase_order.html:107 +#: templates/xedemo/sales_order.html:107 templates/xedemo/sales_order.tex:109 +#: templates/xedemo/work_order.html:107 +#: UI/Reports/filters/invoice_outstanding.html:65 +#: UI/Reports/filters/invoice_outstanding.html:266 +#: UI/Reports/filters/invoice_search.html:158 +#: UI/Reports/filters/invoice_search.html:357 UI/Reports/filters/orders.html:58 +#: UI/Reports/filters/orders.html:161 +msgid "Ship Via" +msgstr "" + +#: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 +#: bin/oe.pl:945 bin/oe.pl:2093 +msgid "Ship to" +msgstr "" + +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 +#: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 +#: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 +#: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 +#: templates/demo/pick_list.tex:84 templates/demo/product_receipt.tex:108 +#: templates/demo/purchase_order.tex:108 +#: templates/demo/request_quotation.html:108 +#: templates/demo/request_quotation.tex:109 +#: templates/demo/sales_quotation.html:76 templates/demo/sales_quotation.tex:78 +#: templates/demo_with_images/bin_list.html:115 +#: templates/demo_with_images/invoice.html:114 +#: templates/demo_with_images/invoice.tex:127 +#: templates/demo_with_images/packing_list.html:86 +#: templates/demo_with_images/packing_list.tex:93 +#: templates/demo_with_images/pick_list.html:83 +#: templates/demo_with_images/pick_list.tex:84 +#: templates/demo_with_images/product_receipt.tex:108 +#: templates/demo_with_images/purchase_order.tex:108 +#: templates/demo_with_images/request_quotation.html:108 +#: templates/demo_with_images/request_quotation.tex:109 +#: templates/demo_with_images/sales_quotation.html:76 +#: templates/demo_with_images/sales_quotation.tex:78 +#: templates/xedemo/bin_list.html:115 templates/xedemo/invoice.html:112 +#: templates/xedemo/invoice.tex:122 templates/xedemo/packing_list.html:86 +#: templates/xedemo/packing_list.tex:93 templates/xedemo/pick_list.html:83 +#: templates/xedemo/pick_list.tex:84 templates/xedemo/product_receipt.tex:108 +#: templates/xedemo/purchase_order.tex:108 +#: templates/xedemo/request_quotation.html:108 +#: templates/xedemo/request_quotation.tex:109 +#: templates/xedemo/sales_quotation.html:76 +#: templates/xedemo/sales_quotation.tex:79 UI/orders/order.html:68 +msgid "Ship via" +msgstr "" + +#: LedgerSMB/Report/Invoices/Outstanding.pm:275 +msgid "Ship_Via" +msgstr "" + +#: LedgerSMB/Entity/Location.pm:113 UI/Contact/divs/address.html:40 +#: sql/Pg-database.sql:676 sql/Pg-database.sql:2923 +msgid "Shipping" +msgstr "" + +#: bin/oe.pl:1859 +msgid "Shipping Date" +msgstr "" + +#: bin/oe.pl:2127 +msgid "Shipping Date missing!" +msgstr "" + +#: bin/io.pl:1449 bin/is.pl:1101 +msgid "Shipping Label" +msgstr "" + +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 +#: LedgerSMB/Report/Contact/Purchase.pm:113 +#: LedgerSMB/Report/Invoices/Outstanding.pm:271 +#: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 +#: templates/demo/bin_list.html:114 templates/demo/bin_list.tex:84 +#: templates/demo/invoice.html:111 templates/demo/invoice.tex:126 +#: templates/demo/packing_list.html:85 templates/demo/packing_list.tex:92 +#: templates/demo/pick_list.html:82 templates/demo/pick_list.tex:83 +#: templates/demo/product_receipt.html:105 +#: templates/demo/product_receipt.tex:107 +#: templates/demo/purchase_order.html:106 templates/demo/purchase_order.tex:107 +#: templates/demo/request_quotation.html:107 +#: templates/demo/request_quotation.tex:108 templates/demo/sales_order.html:106 +#: templates/demo/sales_order.tex:108 templates/demo/sales_quotation.html:75 +#: templates/demo/sales_quotation.tex:77 +#: templates/demo_with_images/bin_list.html:114 +#: templates/demo_with_images/bin_list.tex:84 +#: templates/demo_with_images/invoice.html:113 +#: templates/demo_with_images/invoice.tex:126 +#: templates/demo_with_images/packing_list.html:85 +#: templates/demo_with_images/packing_list.tex:92 +#: templates/demo_with_images/pick_list.html:82 +#: templates/demo_with_images/pick_list.tex:83 +#: templates/demo_with_images/product_receipt.html:105 +#: templates/demo_with_images/product_receipt.tex:107 +#: templates/demo_with_images/purchase_order.html:106 +#: templates/demo_with_images/purchase_order.tex:107 +#: templates/demo_with_images/request_quotation.html:107 +#: templates/demo_with_images/request_quotation.tex:108 +#: templates/demo_with_images/sales_order.html:106 +#: templates/demo_with_images/sales_order.tex:108 +#: templates/demo_with_images/sales_quotation.html:75 +#: templates/demo_with_images/sales_quotation.tex:77 +#: templates/demo_with_images/work_order.html:106 +#: templates/demo/work_order.html:106 templates/xedemo/bin_list.html:114 +#: templates/xedemo/bin_list.tex:84 templates/xedemo/invoice.html:111 +#: templates/xedemo/invoice.tex:121 templates/xedemo/packing_list.html:85 +#: templates/xedemo/packing_list.tex:92 templates/xedemo/pick_list.html:82 +#: templates/xedemo/pick_list.tex:83 templates/xedemo/product_receipt.html:106 +#: templates/xedemo/product_receipt.tex:107 +#: templates/xedemo/purchase_order.html:106 +#: templates/xedemo/purchase_order.tex:107 +#: templates/xedemo/request_quotation.html:107 +#: templates/xedemo/request_quotation.tex:108 +#: templates/xedemo/sales_order.html:106 templates/xedemo/sales_order.tex:108 +#: templates/xedemo/sales_quotation.html:75 +#: templates/xedemo/sales_quotation.tex:78 templates/xedemo/work_order.html:106 +#: UI/orders/order.html:62 UI/Reports/filters/invoice_outstanding.html:260 +#: UI/Reports/filters/invoice_search.html:351 +msgid "Shipping Point" +msgstr "" + +#: UI/Reports/filters/search_goods.html:103 +msgid "Short" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:118 +msgid "Show Credit Limit" +msgstr "" + +#: templates/demo/printPayment.html:82 +#: templates/demo_with_images/printPayment.html:82 +#: templates/xedemo/printPayment.html:82 +msgid "Signature" +msgstr "" + +#: sql/Pg-database.sql:2486 +msgid "Simple" +msgstr "" + +#: UI/import_csv/import_inventory_csv.html:58 +msgid "Single date" +msgstr "" + +#: LedgerSMB/Entity/Person.pm:108 sql/Pg-database.sql:743 +msgid "Sir." +msgstr "" + +#: LedgerSMB/Num2text.pm:67 +msgid "Six" +msgstr "" + +#: LedgerSMB/Num2text.pm:78 +msgid "Sixteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:96 +msgid "Sixty" +msgstr "" + +#: UI/setup/select_coa.html:57 +msgid "Skip" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:84 +msgid "Sold" +msgstr "" + +#: UI/payments/payments_detail.html:272 +msgid "Some" +msgstr "" + +#: UI/io-email.html:94 UI/orders/order.html:306 +msgid "Sort by" +msgstr "" + +#: bin/aa.pl:888 bin/aa.pl:1593 bin/ir.pl:929 bin/is.pl:1017 +#: LedgerSMB/Report/Budget/Search.pm:127 LedgerSMB/Report/GL.pm:122 +#: LedgerSMB/Report/GL.pm:215 LedgerSMB/Report/Inventory/Adj_Details.pm:75 +#: LedgerSMB/Report/Invoices/Payments.pm:141 LedgerSMB/Scripts/payment.pm:151 +#: LedgerSMB/Scripts/recon.pm:221 templates/demo/ap_transaction.html:194 +#: templates/demo/ar_transaction.html:193 templates/demo/invoice.html:248 +#: templates/demo/printPayment.html:50 +#: templates/demo_with_images/ap_transaction.html:194 +#: templates/demo_with_images/ar_transaction.html:193 +#: templates/demo_with_images/invoice.html:251 +#: templates/demo_with_images/printPayment.html:50 +#: templates/xedemo/ap_transaction.html:194 +#: templates/xedemo/ar_transaction.html:193 templates/xedemo/invoice.html:249 +#: templates/xedemo/printPayment.html:50 UI/inventory/adjustment_setup.html:29 +#: UI/journal/journal_entry.html:118 UI/orders/order.html:247 +#: UI/payments/payment2.html:99 UI/payments/payment2.html:200 +#: UI/payments/payment2.html:236 UI/payments/payments_detail.html:296 +#: UI/reconciliation/report.html:77 UI/reconciliation/report.html:140 +#: UI/reconciliation/report.html:199 UI/Reports/filters/gl.html:63 +#: UI/Reports/filters/gl.html:208 UI/Reports/filters/inventory_adj.html:11 +#: UI/Reports/filters/invoice_search.html:128 +#: UI/Reports/filters/payments.html:74 +msgid "Source" +msgstr "" + +#: LedgerSMB/Report/Inventory/Search_Adj.pm:82 +msgid "Source starting with" +msgstr "" + +#: templates/demo/sales_quotation.html:194 +#: templates/demo_with_images/sales_quotation.html:194 +#: templates/xedemo/sales_quotation.html:194 +msgid "Special order items are subject to a 10% cancellation fee." +msgstr "" + +#: templates/demo/sales_order.html:225 +#: templates/demo_with_images/sales_order.html:225 +#: templates/xedemo/sales_order.html:225 +msgid "Special order items are subject to a 10% order cancellation fee." +msgstr "" + +#: templates/demo/sales_quotation.tex:23 +#: templates/demo_with_images/sales_quotation.tex:23 +#: templates/xedemo/sales_quotation.tex:23 +msgid "Special order items are subject to a 10\\% cancellation fee." +msgstr "" + +#: UI/lib/report_base.html:65 UI/rp-search.html:30 +msgid "Standard" +msgstr "" + +#: LedgerSMB/Report/Listings/SIC.pm:66 +msgid "Standard Industrial Codes" +msgstr "" + +#: LedgerSMB/Report/Budget/Search.pm:69 LedgerSMB/Report/Budget/Search.pm:119 +#: LedgerSMB/Report/Budget/Variance.pm:117 +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:130 +#: LedgerSMB/Report/co/Caja_Diaria.pm:124 +#: LedgerSMB/Report/Contact/History.pm:143 LedgerSMB/Report/GL.pm:207 +#: LedgerSMB/Report/Inventory/Search_Adj.pm:76 +#: LedgerSMB/Report/Invoices/COGS.pm:155 +#: LedgerSMB/Report/Listings/Business_Unit.pm:64 +#: UI/budgetting/budget_entry.html:41 UI/business_units/edit.html:55 +#: UI/Contact/divs/credit.html:24 UI/Contact/divs/employee.html:163 +#: UI/Reports/filters/budget_search.html:38 +msgid "Start Date" +msgstr "" + +#: t/data/04-complex_template.html:114 +msgid "Start Date:" +msgstr "" + +#: UI/payments/payments_filter.html:178 +msgid "Start Source Numbering At:" +msgstr "" + +#: UI/setup/complete.html:13 +msgid "Start Using LedgerSMB" +msgstr "" + +#: bin/arap.pl:591 UI/Reports/filters/purchase_history.html:112 +msgid "Startdate" +msgstr "" + +#: LedgerSMB/Report/co/Balance_y_Mayor.pm:76 +#: LedgerSMB/Report/Trial_Balance.pm:172 +msgid "Starting Balance" +msgstr "" + +#: UI/Contact/divs/credit.html:101 UI/timecards/entry_filter.html:33 +msgid "Starting Date" +msgstr "" + +#: t/data/04-complex_template.html:177 +msgid "Starting Date:" +msgstr "" + +#: bin/io.pl:2117 +msgid "State" +msgstr "" + +#: t/data/04-complex_template.html:387 UI/Contact/divs/address.html:83 +#: UI/Contact/divs/address.html:162 UI/Reports/filters/contact_search.html:97 +#: UI/Reports/filters/purchase_history.html:86 +msgid "State/Province" +msgstr "" + +#: t/data/04-complex_template.html:454 +msgid "State/Province:" +msgstr "" + +#: templates/demo/statement.html:4 templates/demo/statement.html:19 +#: templates/demo/statement.tex:29 templates/demo_with_images/statement.html:4 +#: templates/demo_with_images/statement.html:19 +#: templates/demo_with_images/statement.tex:29 +#: templates/xedemo/statement.html:4 templates/xedemo/statement.html:19 +#: templates/xedemo/statement.tex:29 sql/Pg-database.sql:2959 +#: sql/Pg-database.sql:2972 +msgid "Statement" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:139 UI/rc-display-form.html:66 +#: UI/reconciliation/upload.html:30 +msgid "Statement Balance" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:135 +msgid "Statement Date" +msgstr "" + +#: UI/payments/check_job.html:19 +msgid "Status: Complete" +msgstr "" + +#: UI/payments/check_job.html:17 +msgid "Status: Still Running" +msgstr "" + +#: bin/ic.pl:632 +msgid "Stock" +msgstr "" + +#: bin/ic.pl:2022 bin/ic.pl:2134 sql/Pg-database.sql:2940 +msgid "Stock Assembly" +msgstr "" + +#: UI/users/preferences.html:87 +msgid "Stylesheet" +msgstr "" + +#: t/data/04-complex_template.html:231 +msgid "Subcontract GIFI:" +msgstr "" + +#: UI/budgetting/budget_entry.html:156 UI/budgetting/budget_entry.html:184 +#: UI/Contact/divs/notes.html:27 UI/io-email.html:22 UI/rp-email.html:21 +msgid "Subject" +msgstr "" + +#: bin/arap.pl:804 bin/io.pl:1922 UI/Contact/divs/notes.html:70 +msgid "Subject: [_1]" +msgstr "" + +#: UI/Reports/filters/reconciliation_search.html:86 +msgid "Submission Status" +msgstr "" + +#: UI/reconciliation/report.html:278 +msgid "Submit" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:146 +#: UI/Reports/filters/reconciliation_search.html:81 +msgid "Submitted" +msgstr "" + +#: bin/aa.pl:1818 bin/io.pl:1761 bin/ir.pl:832 bin/is.pl:922 bin/oe.pl:876 +#: templates/demo/ap_transaction.html:130 +#: templates/demo/ar_transaction.html:129 templates/demo/invoice.html:166 +#: templates/demo/invoice.tex:163 templates/demo/product_receipt.html:157 +#: templates/demo/purchase_order.html:159 templates/demo/sales_order.html:161 +#: templates/demo/sales_quotation.html:130 +#: templates/demo/sales_quotation.tex:107 +#: templates/demo_with_images/ap_transaction.html:130 +#: templates/demo_with_images/ar_transaction.html:129 +#: templates/demo_with_images/invoice.html:168 +#: templates/demo_with_images/invoice.tex:162 +#: templates/demo_with_images/product_receipt.html:157 +#: templates/demo_with_images/purchase_order.html:159 +#: templates/demo_with_images/sales_order.html:161 +#: templates/demo_with_images/sales_quotation.html:130 +#: templates/demo_with_images/sales_quotation.tex:107 +#: templates/xedemo/ap_transaction.html:130 +#: templates/xedemo/ar_transaction.html:129 templates/xedemo/invoice.html:166 +#: templates/xedemo/invoice.tex:157 templates/xedemo/product_receipt.html:159 +#: templates/xedemo/purchase_order.html:159 +#: templates/xedemo/sales_order.html:161 +#: templates/xedemo/sales_quotation.html:130 UI/orders/order.html:215 +#: UI/payments/payment2.html:224 UI/payments/payment2.html:318 +#: UI/payments/use_overpayment2.html:133 UI/payments/use_overpayment2.html:248 +#: UI/Reports/filters/gl.html:261 +#: UI/Reports/filters/invoice_outstanding.html:275 +#: UI/Reports/filters/invoice_search.html:366 +#: UI/Reports/filters/orders.html:191 +#: UI/rp-search-generate_balance_sheet.html:82 +#: UI/rp-search-generate_income_statement.html:132 +#: UI/rp-search-generate_tax_report.html:186 +msgid "Subtotal" +msgstr "" + +#: UI/rc-till-closing.html:69 +msgid "Subtotal:" +msgstr "" + +#: UI/Configuration/sequence.html:16 +msgid "Suffix" +msgstr "" + +#: bin/aa.pl:1629 bin/pe.pl:918 UI/rc-reconciliation.html:92 +#: UI/Reports/filters/aging.html:57 +#: UI/Reports/filters/invoice_outstanding.html:110 +#: UI/Reports/filters/purchase_history.html:218 +#: UI/rp-search-generate_tax_report.html:60 +msgid "Summary" +msgstr "" + +#: UI/accounts/edit.html:255 +msgid "Summary account for" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:122 +msgid "Sun" +msgstr "" + +#: UI/setup/credentials.html:23 +msgid "Super-user login" +msgstr "" + +#: UI/setup/credentials.html:9 +msgid "Superuser Credentials" +msgstr "" + +#: UI/Contact/divs/person.html:108 +msgid "Surname" +msgstr "" + +#: UI/ca-list-selector.html:45 +msgid "Swaps debits and credits to match bank statements" +msgstr "" + +#: sql/Pg-database.sql:2934 +msgid "System" +msgstr "" + +#: UI/Configuration/settings.html:7 +msgid "System Defaults" +msgstr "" + +#: old-handler.pl:179 +msgid "System currently down for maintenance!" +msgstr "" + +#: templates/demo/printPayment.html:66 +#: templates/demo_with_images/printPayment.html:66 +#: templates/xedemo/printPayment.html:66 +msgid "TOTAL" +msgstr "" + +#: LedgerSMB/Report/Assets/Net_Book_Value.pm:72 +#: LedgerSMB/Report/Listings/Asset.pm:82 LedgerSMB/Report/Listings/Asset.pm:119 +#: LedgerSMB/Scripts/asset.pm:628 LedgerSMB/Scripts/asset.pm:692 +#: LedgerSMB/Scripts/asset.pm:763 +msgid "Tag" +msgstr "" + +#: UI/asset/edit_asset.html:44 UI/asset/search_asset.html:38 +msgid "Tag:" +msgstr "" + +#: bin/aa.pl:1716 bin/ic.pl:544 bin/ic.pl:675 +#: LedgerSMB/Report/Contact/Purchase.pm:87 +#: LedgerSMB/Report/Invoices/Outstanding.pm:223 +#: LedgerSMB/Report/Invoices/Transactions.pm:274 UI/accounts/edit.html:249 +#: UI/accounts/edit.html:397 UI/accounts/edit.html:427 +#: UI/Reports/filters/invoice_outstanding.html:198 +#: UI/Reports/filters/invoice_search.html:290 +#: UI/Reports/filters/orders.html:176 UI/rp-search-generate_tax_report.html:167 +msgid "Tax" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:71 +msgid "Tax Account" +msgstr "" + +#: bin/ir.pl:753 bin/is.pl:854 +msgid "Tax Code" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:110 +#: LedgerSMB/Report/Taxform/Summary.pm:108 UI/Contact/divs/credit.html:242 +msgid "Tax Form" +msgstr "" + +#: bin/aa.pl:720 +msgid "Tax Form Applied" +msgstr "" + +#: LedgerSMB/Report/Taxform/Detail.pm:119 +msgid "Tax Form Details Report" +msgstr "" + +#: LedgerSMB/Report/Taxform/List.pm:72 +msgid "Tax Form List" +msgstr "" + +#: LedgerSMB/Report/Taxform/Summary.pm:117 +msgid "Tax Form Report" +msgstr "" + +#: UI/Reports/filters/taxforms.html:21 +msgid "Tax Form Reports" +msgstr "" + +#: sql/Pg-database.sql:2929 +msgid "Tax Forms" +msgstr "" + +#: bin/aa.pl:647 bin/ir.pl:538 bin/is.pl:571 UI/Admin/user_search.html:41 +msgid "Tax ID" +msgstr "" + +#: UI/Contact/divs/employee.html:139 UI/setup/new_user.html:108 +msgid "Tax ID/SSN" +msgstr "" + +#: bin/ir.pl:741 bin/is.pl:841 bin/oe.pl:851 UI/Contact/divs/credit.html:289 +#: UI/orders/order.html:233 +msgid "Tax Included" +msgstr "" + +#: UI/Contact/divs/company.html:101 +msgid "Tax Number/SSN" +msgstr "" + +#: t/data/04-complex_template.html:222 +msgid "Tax Number/SSN:" +msgstr "" + +#: templates/demo/ar_transaction.tex:71 +#: templates/demo_with_images/ar_transaction.tex:71 +#: templates/xedemo/ar_transaction.tex:71 +msgid "Tax Number: [_1]" +msgstr "" + +#: UI/am-taxes.html:17 +msgid "Tax Rules" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:61 +msgid "Tax Status" +msgstr "" + +#: templates/demo/product_receipt.html:190 +#: templates/demo/purchase_order.html:192 +#: templates/demo_with_images/product_receipt.html:190 +#: templates/demo_with_images/purchase_order.html:192 +#: templates/xedemo/product_receipt.html:192 +#: templates/xedemo/purchase_order.html:192 +msgid "Tax included" +msgstr "" + +#: bin/io.pl:247 +msgid "TaxForm" +msgstr "" + +#: UI/Reports/filters/invoice_search.html:65 +msgid "Taxable" +msgstr "" + +#: bin/am.pl:584 UI/Contact/divs/credit.html:263 sql/Pg-database.sql:2841 +msgid "Taxes" +msgstr "" + +#: bin/am.pl:724 +msgid "Taxes saved!" +msgstr "" + +#: templates/demo/ap_transaction.html:229 +#: templates/demo/ar_transaction.html:235 templates/demo/invoice.html:313 +#: templates/demo_with_images/ap_transaction.html:229 +#: templates/demo_with_images/ar_transaction.html:235 +#: templates/demo_with_images/invoice.html:316 +#: templates/xedemo/ap_transaction.html:229 +#: templates/xedemo/ar_transaction.html:235 templates/xedemo/invoice.html:314 +msgid "Taxes shown are included in price." +msgstr "" + +#: templates/demo/ar_transaction.html:61 +#: templates/demo_with_images/ar_transaction.html:61 +#: templates/xedemo/ar_transaction.html:61 +msgid "Taxnumber:" +msgstr "" + +#: templates/demo/ap_transaction.html:62 +#: templates/demo_with_images/ap_transaction.html:62 +#: templates/xedemo/ap_transaction.html:62 +msgid "Taxnumber: [_1]" +msgstr "" + +#: templates/demo/ar_transaction.html:49 templates/demo/ar_transaction.tex:26 +#: templates/demo/letterhead.tex:13 +#: templates/demo_with_images/ar_transaction.html:49 +#: templates/demo_with_images/ar_transaction.tex:26 +#: templates/demo_with_images/letterhead.tex:13 +#: templates/xedemo/ar_transaction.html:49 +#: templates/xedemo/ar_transaction.tex:26 templates/xedemo/letterhead.tex:13 +msgid "Tel:" +msgstr "" + +#: templates/demo/ap_transaction.html:50 templates/demo/ar_transaction.tex:61 +#: templates/demo/bin_list.html:55 templates/demo/bin_list.html:88 +#: templates/demo/invoice.html:49 templates/demo/invoice.html:82 +#: templates/demo/letterhead.html:21 templates/demo/packing_list.html:56 +#: templates/demo/pick_list.html:55 templates/demo/printPayment.html:27 +#: templates/demo/product_receipt.html:54 +#: templates/demo/product_receipt.html:82 templates/demo/product_receipt.tex:52 +#: templates/demo/product_receipt.tex:87 templates/demo/purchase_order.html:54 +#: templates/demo/purchase_order.html:82 templates/demo/purchase_order.tex:52 +#: templates/demo/purchase_order.tex:87 +#: templates/demo/request_quotation.html:55 +#: templates/demo/request_quotation.html:83 +#: templates/demo/request_quotation.tex:52 +#: templates/demo/request_quotation.tex:87 templates/demo/sales_order.html:52 +#: templates/demo/sales_order.html:80 templates/demo/sales_order.tex:51 +#: templates/demo/sales_order.tex:86 templates/demo/sales_quotation.html:48 +#: templates/demo/sales_quotation.tex:57 +#: templates/demo_with_images/ap_transaction.html:50 +#: templates/demo_with_images/ar_transaction.tex:61 +#: templates/demo_with_images/bin_list.html:55 +#: templates/demo_with_images/bin_list.html:88 +#: templates/demo_with_images/invoice.html:51 +#: templates/demo_with_images/invoice.html:84 +#: templates/demo_with_images/letterhead.html:21 +#: templates/demo_with_images/packing_list.html:56 +#: templates/demo_with_images/pick_list.html:55 +#: templates/demo_with_images/printPayment.html:27 +#: templates/demo_with_images/product_receipt.html:54 +#: templates/demo_with_images/product_receipt.html:82 +#: templates/demo_with_images/product_receipt.tex:52 +#: templates/demo_with_images/product_receipt.tex:87 +#: templates/demo_with_images/purchase_order.html:54 +#: templates/demo_with_images/purchase_order.html:82 +#: templates/demo_with_images/purchase_order.tex:52 +#: templates/demo_with_images/purchase_order.tex:87 +#: templates/demo_with_images/request_quotation.html:55 +#: templates/demo_with_images/request_quotation.html:83 +#: templates/demo_with_images/request_quotation.tex:52 +#: templates/demo_with_images/request_quotation.tex:87 +#: templates/demo_with_images/sales_order.html:52 +#: templates/demo_with_images/sales_order.html:80 +#: templates/demo_with_images/sales_order.tex:51 +#: templates/demo_with_images/sales_order.tex:86 +#: templates/demo_with_images/sales_quotation.html:48 +#: templates/demo_with_images/sales_quotation.tex:57 +#: templates/demo_with_images/work_order.html:52 +#: templates/demo_with_images/work_order.html:80 +#: templates/demo_with_images/work_order.tex:61 +#: templates/demo_with_images/work_order.tex:96 +#: templates/demo/work_order.html:52 templates/demo/work_order.html:80 +#: templates/demo/work_order.tex:61 templates/demo/work_order.tex:96 +#: templates/xedemo/ap_transaction.html:50 +#: templates/xedemo/ar_transaction.tex:61 templates/xedemo/bin_list.html:55 +#: templates/xedemo/bin_list.html:88 templates/xedemo/invoice.html:49 +#: templates/xedemo/invoice.html:82 templates/xedemo/letterhead.html:21 +#: templates/xedemo/packing_list.html:56 templates/xedemo/pick_list.html:55 +#: templates/xedemo/printPayment.html:27 +#: templates/xedemo/product_receipt.html:54 +#: templates/xedemo/product_receipt.html:82 +#: templates/xedemo/product_receipt.tex:52 +#: templates/xedemo/product_receipt.tex:87 +#: templates/xedemo/purchase_order.html:54 +#: templates/xedemo/purchase_order.html:82 +#: templates/xedemo/purchase_order.tex:52 +#: templates/xedemo/purchase_order.tex:87 +#: templates/xedemo/request_quotation.html:55 +#: templates/xedemo/request_quotation.html:83 +#: templates/xedemo/request_quotation.tex:52 +#: templates/xedemo/request_quotation.tex:87 +#: templates/xedemo/sales_order.html:52 templates/xedemo/sales_order.html:80 +#: templates/xedemo/sales_order.tex:51 templates/xedemo/sales_order.tex:86 +#: templates/xedemo/sales_quotation.html:48 +#: templates/xedemo/sales_quotation.tex:58 templates/xedemo/work_order.html:52 +#: templates/xedemo/work_order.html:80 templates/xedemo/work_order.tex:61 +#: templates/xedemo/work_order.tex:96 +msgid "Tel: [_1]" +msgstr "" + +#: LedgerSMB/Report/Listings/Templates.pm:75 +msgid "Template Listing" +msgstr "" + +#: LedgerSMB/Scripts/template.pm:71 +msgid "Template Not Found" +msgstr "" + +#: bin/aa.pl:1200 bin/gl.pl:411 +msgid "Template Saved!" +msgstr "" + +#: LedgerSMB/Report/Listings/TemplateTrans.pm:106 +msgid "Template Transactions" +msgstr "" + +#: UI/setup/confirm_operation.html:64 +msgid "Templates" +msgstr "" + +#: LedgerSMB/Num2text.pm:71 +msgid "Ten" +msgstr "" + +#: bin/oe.pl:432 +msgid "Terms" +msgstr "" + +#: templates/demo/product_receipt.html:182 +#: templates/demo/purchase_order.html:184 templates/demo/sales_order.html:183 +#: templates/demo/sales_quotation.html:151 +#: templates/demo_with_images/product_receipt.html:182 +#: templates/demo_with_images/purchase_order.html:184 +#: templates/demo_with_images/sales_order.html:183 +#: templates/demo_with_images/sales_quotation.html:151 +#: templates/xedemo/product_receipt.html:184 +#: templates/xedemo/purchase_order.html:184 +#: templates/xedemo/sales_order.html:183 +#: templates/xedemo/sales_quotation.html:151 +msgid "Terms Net [_1] days" +msgstr "" + +#: t/data/04-complex_template.html:210 +msgid "Terms:" +msgstr "" + +#: templates/demo/sales_order.tex:161 +#: templates/demo_with_images/sales_order.tex:161 +#: templates/xedemo/sales_order.tex:161 +msgid "Terms: Net [_1] days" +msgstr "" + +#: templates/demo/sales_quotation.tex:126 +#: templates/demo_with_images/sales_quotation.tex:126 +#: templates/xedemo/sales_quotation.tex:128 +msgid "Terms: [_1] days" +msgstr "" + +#: templates/demo/invoice.tex:222 templates/demo/sales_order.tex:175 +#: templates/demo_with_images/invoice.tex:223 +#: templates/demo_with_images/sales_order.tex:175 +#: templates/xedemo/invoice.tex:215 templates/xedemo/sales_order.tex:175 +msgid "Thank You for your valued business!" +msgstr "" + +#: templates/demo/invoice.html:273 templates/demo_with_images/invoice.html:276 +#: templates/xedemo/invoice.html:274 +msgid "Thank you for your valued business!" +msgstr "" + +#: templates/demo/printPayment.html:102 +#: templates/demo_with_images/printPayment.html:102 +#: templates/xedemo/printPayment.html:102 +msgid "The amount of" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1591 LedgerSMB/Scripts/payment.pm:1599 +msgid "The amount of the invoice number" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1857 +msgid "The amount to be pay from the accno" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1825 +msgid "The amount to be pay of the invoice number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:332 +msgid "The following transactions have unassigned amounts" +msgstr "" + +#: LedgerSMB/Scripts/recon.pm:224 +msgid "Their Balance" +msgstr "" + +#: UI/reconciliation/report.html:83 UI/reconciliation/report.html:146 +msgid "Their Credits" +msgstr "" + +#: UI/reconciliation/report.html:82 UI/reconciliation/report.html:145 +msgid "Their Debits" +msgstr "" + +#: UI/reconciliation/report.html:9 +msgid "There are unapproved reconciliations before the end date of this report." +msgstr "" + +#: UI/reconciliation/report.html:7 +msgid "There are unapproved transactions before the end date of this report." +msgstr "" + +#: UI/payments/use_overpayment1.html:60 +msgid "There is no customer with overpayments" +msgstr "" + +#: UI/payments/use_overpayment1.html:58 +msgid "There is no vendor with overpayments" +msgstr "" + +#: LedgerSMB/Num2text.pm:75 +msgid "Thirteen" +msgstr "" + +#: LedgerSMB/Num2text.pm:93 +msgid "Thirty" +msgstr "" + +#: UI/Contact/divs/address.html:79 UI/Contact/divs/contact_info.html:28 +msgid "This Account" +msgstr "" + +#: UI/setup/complete_migration_revert.html:11 +msgid "This database operation has completed successfully." +msgstr "" + +#: UI/setup/complete.html:11 +msgid "" +"This database operation has completed successfully. LedgerSMB may now be " +"used." +msgstr "" + +#: templates/demo/printPayment.html:109 +#: templates/demo_with_images/printPayment.html:109 +#: templates/xedemo/printPayment.html:109 +msgid "This document has been approved by" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1180 +msgid "This gl movement, is a consecuence of a payment transaction" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1910 +msgid "This gl movement, is the result of a overpayment transaction" +msgstr "" + +#: LedgerSMB/Num2text.pm:104 +msgid "Thousand" +msgstr "" + +#: LedgerSMB/Num2text.pm:64 +msgid "Three" +msgstr "" + +#: t/data/04-complex_template.html:302 UI/Contact/divs/credit.html:128 +msgid "Threshold" +msgstr "" + +#: UI/Reports/filters/balance_sheet.html:122 +msgid "Through date" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:138 +msgid "Thu" +msgstr "" + +#: bin/aa.pl:1677 LedgerSMB/Report/GL.pm:137 +#: LedgerSMB/Report/Invoices/Outstanding.pm:259 +#: LedgerSMB/Report/Invoices/Transactions.pm:295 UI/Reports/filters/gl.html:228 +#: UI/Reports/filters/invoice_outstanding.html:252 +#: UI/Reports/filters/invoice_search.html:343 +msgid "Till" +msgstr "" + +#: templates/demo/timecard.html:4 templates/demo/timecard.html:18 +#: templates/demo/timecard.tex:17 templates/demo_with_images/timecard.html:4 +#: templates/demo_with_images/timecard.html:18 +#: templates/demo_with_images/timecard.tex:17 templates/xedemo/timecard.html:4 +#: templates/xedemo/timecard.html:18 templates/xedemo/timecard.tex:17 +msgid "Time Card" +msgstr "" + +#: UI/timecards/entry_filter.html:26 +msgid "Time Frame" +msgstr "" + +#: UI/timecards/timecard.html:65 +msgid "Time In" +msgstr "" + +#: UI/timecards/timecard.html:81 +msgid "Time Out" +msgstr "" + +#: UI/Reports/filters/timecards.html:6 +msgid "Time and Material Cards" +msgstr "" + +#: UI/timecards/timecard.html:15 +msgid "Time or Materials Card" +msgstr "" + +#: sql/Pg-database.sql:2962 sql/Pg-database.sql:2977 +msgid "Timecard" +msgstr "" + +#: UI/timecards/entry_filter.html:6 UI/timecards/entry_filter.html:7 +msgid "Timecard Criteria" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:173 sql/Pg-database.sql:2943 +msgid "Timecards" +msgstr "" + +#: bin/am.pl:871 +msgid "Times" +msgstr "" + +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 +#: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 +#: templates/demo_with_images/invoice.html:24 +#: templates/demo_with_images/request_quotation.tex:27 +#: templates/demo_with_images/sales_order.html:28 +#: templates/demo_with_images/work_order.html:28 +#: templates/demo/work_order.html:28 templates/xedemo/invoice.html:22 +#: templates/xedemo/request_quotation.tex:27 +#: templates/xedemo/sales_order.html:28 templates/xedemo/work_order.html:28 +#: UI/asset/begin_approval.html:31 UI/asset/search_reports.html:34 +#: UI/bp-search.html:29 UI/ca-list-selector.html:33 UI/lib/report_base.html:105 +#: UI/lib/report_base.html:183 UI/pos-receipts.html:23 +#: UI/rc-reconciliation.html:22 UI/Reports/co/filter_bm.html:27 +#: UI/Reports/co/filter_cd.html:45 UI/Reports/filters/aging.html:34 +#: UI/Reports/filters/income_statement.html:139 +#: UI/Reports/filters/income_statement.html:211 +#: UI/Reports/filters/purchase_history.html:127 +#: UI/Reports/filters/purchase_history.html:148 +#: UI/rp-search-generate_income_statement.html:14 +#: UI/rp-search-generate_income_statement.html:66 +#: UI/rp-search-generate_tax_report.html:10 +msgid "To" +msgstr "" + +#: LedgerSMB/Report/Reconciliation/Summary.pm:182 +msgid "To Amount" +msgstr "" + +#: LedgerSMB/Report/Inventory/Activity.pm:133 +#: LedgerSMB/Report/Invoices/Payments.pm:195 +#: LedgerSMB/Report/Reconciliation/Summary.pm:178 +#: LedgerSMB/Report/Taxform/Detail.pm:109 +#: LedgerSMB/Report/Taxform/Summary.pm:107 LedgerSMB/Report/Timecards.pm:161 +#: LedgerSMB/Report/Trial_Balance.pm:217 UI/reconciliation/upload.html:36 +msgid "To Date" +msgstr "" + +#: UI/payments/payments_detail.html:315 +msgid "To Pay" +msgstr "" + +#: bin/oe.pl:2313 +msgid "To Warehouse" +msgstr "" + +#: t/data/04-strings-for-translation.html:7 +msgid "To [_1]" +msgstr "" + +#: UI/payments/use_overpayment2.html:119 +msgid "To be used" +msgstr "" + +#: UI/setup/begin_backup.html:26 +msgid "To email" +msgstr "" + +#: UI/setup/begin_backup.html:40 +msgid "To my browser" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:870 +msgid "To pay" +msgstr "" + +#: templates/demo/product_receipt.html:29 templates/demo/purchase_order.html:29 +#: templates/demo/request_quotation.html:28 +#: templates/demo_with_images/product_receipt.html:29 +#: templates/demo_with_images/purchase_order.html:29 +#: templates/demo_with_images/request_quotation.html:28 +#: templates/xedemo/product_receipt.html:29 +#: templates/xedemo/purchase_order.html:29 +#: templates/xedemo/request_quotation.html:28 +#: UI/payments/payments_detail.html:119 +#: UI/Reports/filters/reconciliation_search.html:19 +#: UI/Reports/filters/reconciliation_search.html:37 +msgid "To:" +msgstr "" + +#: bin/arap.pl:802 bin/io.pl:1920 +msgid "To: [_1]" +msgstr "" + +#: LedgerSMB/DBObject/Account.pm:246 +msgid "Too many links on summary account!" +msgstr "" + +#: sql/Pg-database.sql:2797 +msgid "Top-level" +msgstr "" + +#: bin/aa.pl:1719 bin/ir.pl:901 bin/is.pl:988 bin/oe.pl:908 +#: LedgerSMB/Report/Aging.pm:150 LedgerSMB/Report/Inventory/History.pm:160 +#: LedgerSMB/Report/Inventory/Search.pm:299 +#: LedgerSMB/Report/Invoices/COGS.pm:120 +#: LedgerSMB/Report/Invoices/Outstanding.pm:228 +#: LedgerSMB/Report/Invoices/Transactions.pm:277 +#: LedgerSMB/Report/Taxform/Detail.pm:98 LedgerSMB/Report/Taxform/Summary.pm:96 +#: LedgerSMB/Scripts/asset.pm:531 LedgerSMB/Scripts/payment.pm:199 +#: LedgerSMB/Scripts/payment.pm:807 templates/demo/ap_transaction.html:126 +#: templates/demo/ap_transaction.html:147 +#: templates/demo/ar_transaction.html:125 +#: templates/demo/ar_transaction.html:146 templates/demo/invoice.html:179 +#: templates/demo/invoice.tex:172 templates/demo/product_receipt.html:154 +#: templates/demo/product_receipt.html:176 +#: templates/demo/product_receipt.html:183 +#: templates/demo/purchase_order.html:156 +#: templates/demo/purchase_order.html:178 +#: templates/demo/purchase_order.html:185 templates/demo/sales_order.html:158 +#: templates/demo/sales_order.html:186 templates/demo/sales_quotation.html:127 +#: templates/demo/sales_quotation.html:154 templates/demo/timecard.html:105 +#: templates/demo/timecard.tex:45 +#: templates/demo_with_images/ap_transaction.html:126 +#: templates/demo_with_images/ap_transaction.html:147 +#: templates/demo_with_images/ar_transaction.html:125 +#: templates/demo_with_images/ar_transaction.html:146 +#: templates/demo_with_images/invoice.html:182 +#: templates/demo_with_images/invoice.tex:171 +#: templates/demo_with_images/product_receipt.html:154 +#: templates/demo_with_images/product_receipt.html:176 +#: templates/demo_with_images/product_receipt.html:183 +#: templates/demo_with_images/purchase_order.html:156 +#: templates/demo_with_images/purchase_order.html:178 +#: templates/demo_with_images/purchase_order.html:185 +#: templates/demo_with_images/sales_order.html:158 +#: templates/demo_with_images/sales_order.html:186 +#: templates/demo_with_images/sales_quotation.html:127 +#: templates/demo_with_images/sales_quotation.html:154 +#: templates/demo_with_images/timecard.html:105 +#: templates/demo_with_images/timecard.tex:45 +#: templates/xedemo/ap_transaction.html:126 +#: templates/xedemo/ap_transaction.html:147 +#: templates/xedemo/ar_transaction.html:125 +#: templates/xedemo/ar_transaction.html:146 templates/xedemo/invoice.html:180 +#: templates/xedemo/invoice.tex:166 templates/xedemo/product_receipt.html:156 +#: templates/xedemo/product_receipt.html:178 +#: templates/xedemo/product_receipt.html:185 +#: templates/xedemo/purchase_order.html:156 +#: templates/xedemo/purchase_order.html:178 +#: templates/xedemo/purchase_order.html:185 +#: templates/xedemo/sales_order.html:158 templates/xedemo/sales_order.html:186 +#: templates/xedemo/sales_quotation.html:127 +#: templates/xedemo/sales_quotation.html:154 templates/xedemo/timecard.html:105 +#: templates/xedemo/timecard.tex:45 UI/orders/order.html:225 +#: UI/payments/payment1.html:81 UI/payments/payment1.html:90 +#: UI/payments/payment2.html:323 UI/payments/payments_detail.html:311 +#: UI/reconciliation/report.html:127 UI/reconciliation/report.html:186 +#: UI/reconciliation/report.html:234 +#: UI/Reports/filters/invoice_outstanding.html:205 +#: UI/Reports/filters/invoice_search.html:296 +#: UI/rp-search-generate_tax_report.html:175 +msgid "Total" +msgstr "" + +#: LedgerSMB/Scripts/asset.pm:638 +msgid "Total Accum. Dep." +msgstr "" + +#: templates/demo/statement.html:109 +#: templates/demo_with_images/statement.html:109 +#: templates/xedemo/statement.html:109 +msgid "Total Outstanding" +msgstr "" + +#: LedgerSMB/Report/Invoices/Payments.pm:138 +msgid "Total Paid" +msgstr "" + +#: UI/accounts/edit.html:364 +msgid "Tracking Items" +msgstr "" + +#: bin/is.pl:449 bin/oe.pl:446 +msgid "Trade Discount" +msgstr "" + +#: bin/aa.pl:205 bin/am.pl:1502 +msgid "Transaction" +msgstr "" + +#: sql/Pg-database.sql:2852 +msgid "Transaction Approval" +msgstr "" + +#: LedgerSMB/Report/PNL/Invoice.pm:89 UI/import_csv/import_csv.html:43 +#: UI/import_csv/import_inventory_csv.html:33 +#: UI/Reports/filters/purchase_history.html:132 +msgid "Transaction Date" +msgstr "" + +#: bin/gl.pl:687 +msgid "Transaction Date missing!" +msgstr "" + +#: bin/pe.pl:853 +msgid "Transaction Dates" +msgstr "" + +#: UI/reconciliation/report.html:75 UI/reconciliation/report.html:138 +#: UI/Reports/filters/unapproved.html:39 +msgid "Transaction Type" +msgstr "" + +#: UI/setup/complete.html:27 UI/setup/confirm_operation.html:111 +msgid "Transactions" +msgstr "" + +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 +#: sql/Pg-database.sql:2862 +msgid "Transfer" +msgstr "" + +#: bin/oe.pl:2179 bin/oe.pl:2329 +msgid "Transfer Inventory" +msgstr "" + +#: bin/oe.pl:2197 +msgid "Transfer from" +msgstr "" + +#: bin/oe.pl:2201 +msgid "Transfer to" +msgstr "" + +#: bin/pe.pl:403 bin/pe.pl:578 +msgid "Translation" +msgstr "" + +#: bin/pe.pl:86 +msgid "Translation deleted!" +msgstr "" + +#: bin/io.pl:824 +msgid "Translation not on file!" +msgstr "" + +#: sql/Pg-database.sql:2838 sql/Pg-database.sql:2941 +msgid "Translations" +msgstr "" + +#: bin/pe.pl:65 +msgid "Translations saved!" +msgstr "" + +#: LedgerSMB/Report/Trial_Balance.pm:141 sql/Pg-database.sql:2866 +msgid "Trial Balance" +msgstr "" + +#: LedgerSMB/Num2text.pm:107 +msgid "Trillion" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:130 +msgid "Tue" +msgstr "" + +#: LedgerSMB/Num2text.pm:74 +msgid "Twelve" +msgstr "" + +#: LedgerSMB/Num2text.pm:82 +msgid "Twenty" +msgstr "" + +#: LedgerSMB/Num2text.pm:91 +msgid "Twenty Eight" +msgstr "" + +#: LedgerSMB/Num2text.pm:88 +msgid "Twenty Five" +msgstr "" + +#: LedgerSMB/Num2text.pm:87 +msgid "Twenty Four" +msgstr "" + +#: LedgerSMB/Num2text.pm:92 +msgid "Twenty Nine" +msgstr "" + +#: LedgerSMB/Num2text.pm:83 +msgid "Twenty One" +msgstr "" + +#: LedgerSMB/Num2text.pm:84 +msgid "Twenty One-o" +msgstr "" + +#: LedgerSMB/Num2text.pm:90 +msgid "Twenty Seven" +msgstr "" + +#: LedgerSMB/Num2text.pm:89 +msgid "Twenty Six" +msgstr "" + +#: LedgerSMB/Num2text.pm:86 +msgid "Twenty Three" +msgstr "" + +#: LedgerSMB/Num2text.pm:85 +msgid "Twenty Two" +msgstr "" + +#: LedgerSMB/Num2text.pm:63 +msgid "Two" +msgstr "" + +#: bin/io.pl:2176 LedgerSMB/Report/Inventory/History.pm:146 +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:87 +#: LedgerSMB/Report/Unapproved/Drafts.pm:80 LedgerSMB/Scripts/asset.pm:527 +#: t/data/04-complex_template.html:384 UI/Contact/divs/address.html:80 +#: UI/Contact/divs/address.html:119 UI/Contact/divs/contact_info.html:29 +#: UI/Contact/divs/credit.html:19 UI/Contact/divs/wage.html:4 +msgid "Type" +msgstr "" + +#: UI/am-business-form.html:12 sql/Pg-database.sql:2882 +msgid "Type of Business" +msgstr "" + +#: t/data/04-complex_template.html:411 t/data/04-complex_template.html:494 +#: t/data/04-complex_template.html:526 +msgid "Type:" +msgstr "" + +#: UI/payments/use_overpayment2.html:264 +msgid "UPDATE" +msgstr "" + +#: lsmb-request.pl:113 +msgid "Unable to open script" +msgstr "" + +#: LedgerSMB/Contact.pm:60 +msgid "Unable to save contact information" +msgstr "" + +#: UI/rc-display-form.html:78 +msgid "Under" +msgstr "" + +#: LedgerSMB/Scripts/template.pm:115 +msgid "Unexpected file name, expected [_1], got [_2]" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:275 +msgid "Unique AR Invoice numbers" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:175 +msgid "Unique Customernumber" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:194 +msgid "Unique Vendornumber" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:260 +msgid "Unique nonobsolete partnumbers" +msgstr "" + +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 +#: LedgerSMB/Report/Contact/History.pm:91 +#: LedgerSMB/Report/Inventory/History.pm:130 +#: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 +#: templates/demo/product_receipt.tex:119 templates/demo/purchase_order.tex:119 +#: templates/demo/sales_order.tex:120 +#: templates/demo_with_images/invoice.tex:143 +#: templates/demo_with_images/product_receipt.tex:119 +#: templates/demo_with_images/purchase_order.tex:119 +#: templates/demo_with_images/sales_order.tex:120 +#: templates/xedemo/invoice.tex:138 templates/xedemo/product_receipt.tex:119 +#: templates/xedemo/purchase_order.tex:119 templates/xedemo/sales_order.tex:120 +#: UI/payroll/income.html:74 UI/Reports/filters/purchase_history.html:291 +#: UI/Reports/filters/search_goods.html:216 +msgid "Unit" +msgstr "" + +#: templates/demo/invoice.html:140 templates/demo/request_quotation.html:145 +#: templates/demo/request_quotation.tex:124 +#: templates/demo_with_images/invoice.html:142 +#: templates/demo_with_images/request_quotation.html:145 +#: templates/demo_with_images/request_quotation.tex:124 +#: templates/xedemo/invoice.html:140 +#: templates/xedemo/request_quotation.html:145 +#: templates/xedemo/request_quotation.tex:124 +msgid "Unit Price" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:176 +msgid "Unknown database found." +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Overview.pm:258 +msgid "Unlock" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:230 +msgid "Unlock Batch" +msgstr "" + +#: UI/Reports/filters/unapproved.html:72 +msgid "Unpproved" +msgstr "" + +#: UI/Reports/filters/payments.html:23 +msgid "Unsupported Number" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:446 LedgerSMB/Upgrade_Tests.pm:503 +msgid "Unsupported account categories" +msgstr "" + +#: LedgerSMB/Upgrade_Tests.pm:464 LedgerSMB/Upgrade_Tests.pm:521 +msgid "Unsupported account link combinations" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:442 +msgid "Unsupported account type" +msgstr "" + +#: UI/Reports/filters/contact_search.html:16 +msgid "Unsupported. Expect errors" +msgstr "" + +#: UI/Reports/filters/search_goods.html:115 +msgid "Unused" +msgstr "" + +#: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 +#: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: UI/am-taxes.html:61 UI/payments/payment2.html:333 +#: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 +#: UI/payroll/income.html:96 UI/reconciliation/report.html:260 +msgid "Update" +msgstr "" + +#: bin/ic.pl:789 +msgid "Updated" +msgstr "" + +#: UI/setup/upgrade_info.html:76 +msgid "Upgrade" +msgstr "" + +#: UI/setup/upgrade_info.html:8 +msgid "Upgrade Info" +msgstr "" + +#: UI/file/attachment_screen.html:48 UI/templates/preview.html:37 +msgid "Upload" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:56 LedgerSMB/Report/File/Internal.pm:54 +msgid "Uploaded At" +msgstr "" + +#: LedgerSMB/Report/File/Incoming.pm:59 LedgerSMB/Report/File/Internal.pm:57 +msgid "Uploaded By" +msgstr "" + +#: UI/file/attachment_screen.html:26 +msgid "Url" +msgstr "" + +#: LedgerSMB/Report/Listings/Asset.pm:95 UI/asset/edit_asset.html:93 +#: UI/asset/search_asset.html:87 +msgid "Usable Life" +msgstr "" + +#: sql/Pg-database.sql:2808 +msgid "Use AR Overpayment" +msgstr "" + +#: UI/payments/use_overpayment1.html:9 sql/Pg-database.sql:2807 +msgid "Use Overpayment" +msgstr "" + +#: bin/io.pl:2285 +msgid "Use Shipto" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1734 +msgid "Use overpayment/prepayment" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:86 +msgid "Used" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:167 t/data/04-complex_template.html:36 +#: UI/am-company-logo.html:12 UI/Contact/divs/user.html:2 +msgid "User" +msgstr "" + +#: UI/login.html:41 +msgid "User Name" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:967 +msgid "User already exists. Import?" +msgstr "" + +#: UI/Admin/edit_user.html:25 UI/Admin/edit_user.html:38 +#: UI/Contact/divs/user.html:24 UI/Contact/divs/user.html:37 +#: UI/setup/edit_user.html:29 UI/setup/edit_user.html:42 +#: UI/setup/list_users.html:12 UI/setup/new_user.html:23 +msgid "Username" +msgstr "" + +#: UI/Admin/user_search.html:11 +msgid "Username:" +msgstr "" + +#: UI/setup/complete.html:28 UI/setup/confirm_operation.html:47 +#: UI/setup/confirm_operation.html:112 +msgid "Users" +msgstr "" + +#: UI/Contact/pricelist.csv:34 UI/Contact/pricelist.html:47 +#: UI/Contact/pricelist.tex:46 +msgid "Valid From" +msgstr "" + +#: UI/am-taxes.html:15 UI/Contact/pricelist.csv:37 UI/Contact/pricelist.html:50 +#: UI/Contact/pricelist.tex:50 +msgid "Valid To" +msgstr "" + +#: bin/oe.pl:524 templates/demo/sales_quotation.html:73 +#: templates/demo/sales_quotation.tex:76 +#: templates/demo_with_images/sales_quotation.html:73 +#: templates/demo_with_images/sales_quotation.tex:76 +#: templates/xedemo/sales_quotation.html:73 +#: templates/xedemo/sales_quotation.tex:77 +msgid "Valid until" +msgstr "" + +#: UI/Reports/filters/income_statement.html:22 +msgid "Valuation" +msgstr "" + +#: LedgerSMB/Report/Budget/Variance.pm:91 +#: LedgerSMB/Report/Inventory/Adj_Details.pm:99 +msgid "Variance" +msgstr "" + +#: UI/reconciliation/report.html:40 +msgid "Variance:" +msgstr "" + +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: LedgerSMB/Report/Invoices/Outstanding.pm:176 +#: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 +#: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 +#: UI/payments/payments_detail.html:12 UI/payments/use_overpayment1.html:27 +#: UI/payments/use_overpayment2.html:23 UI/payments/use_overpayment2.html:144 +#: UI/Reports/filters/aging.html:14 +#: UI/Reports/filters/invoice_outstanding.html:6 +#: UI/Reports/filters/invoice_search.html:6 UI/Reports/filters/orders.html:5 +#: UI/rp-search-generate_tax_report.html:141 sql/Pg-database.sql:542 +msgid "Vendor" +msgstr "" + +#: LedgerSMB/Report/Invoices/Transactions.pm:246 +msgid "Vendor Account" +msgstr "" + +#: sql/Pg-database.sql:2794 +msgid "Vendor History" +msgstr "" + +#: bin/oe.pl:748 bin/oe.pl:951 t/data/04-complex_template.html:334 +#: UI/Contact/divs/credit.html:333 sql/Pg-database.sql:2903 +msgid "Vendor Invoice" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:106 +msgid "Vendor Invoice/AP Transaction Number" +msgstr "" + +#: UI/payments/payment1.html:37 UI/payments/payment2.html:31 +#: UI/Reports/filters/orders.html:6 +msgid "Vendor Name" +msgstr "" + +#: bin/aa.pl:1681 bin/io.pl:2062 LedgerSMB/Report/Invoices/Payments.pm:113 +#: LedgerSMB/Report/Invoices/Payments.pm:183 +#: LedgerSMB/Scripts/configuration.pm:113 UI/asset/edit_asset.html:185 +#: UI/asset/search_asset.html:164 UI/payments/payments_filter.html:63 +#: UI/Reports/filters/invoice_outstanding.html:7 +#: UI/Reports/filters/invoice_search.html:7 +#: UI/Reports/filters/overpayments.html:20 UI/Reports/filters/payments.html:22 +#: UI/Reports/filters/purchase_history.html:57 +#: UI/Reports/filters/taxforms.html:41 +msgid "Vendor Number" +msgstr "" + +#: UI/Contact/pricelist.csv:20 UI/Contact/pricelist.html:35 +#: UI/Contact/pricelist.tex:29 +msgid "Vendor Partnumber" +msgstr "" + +#: bin/ic.pl:1036 +msgid "Vendor Reference Number" +msgstr "" + +#: UI/Reports/filters/contact_search.html:10 +msgid "Vendor Search" +msgstr "" + +#: bin/aa.pl:1388 bin/ir.pl:1451 bin/oe.pl:1314 +msgid "Vendor missing!" +msgstr "" + +#: bin/arap.pl:159 bin/pe.pl:1249 +msgid "Vendor not on file!" +msgstr "" + +#: old-handler.pl:237 +msgid "Version" +msgstr "" + +#: UI/am-company-logo.html:6 +msgid "Version [_1]" +msgstr "" + +#: bin/is.pl:693 +msgid "Void" +msgstr "" + +#: LedgerSMB/Report/Unapproved/Batch_Detail.pm:134 +msgid "Voucher List" +msgstr "" + +#: sql/Pg-database.sql:2860 sql/Pg-database.sql:2861 sql/Pg-database.sql:2984 +msgid "Vouchers" +msgstr "" + +#: UI/Contact/divs/wage.html:2 +msgid "Wages and Deductions" +msgstr "" + +#: LedgerSMB/Scripts/contact.pm:168 +msgid "Wages/Deductions" +msgstr "" + +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 +#: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 +#: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 +#: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 +#: templates/demo_with_images/bin_list.tex:82 +#: templates/demo_with_images/packing_list.html:83 +#: templates/demo_with_images/packing_list.tex:90 +#: templates/demo_with_images/pick_list.html:81 +#: templates/demo_with_images/pick_list.tex:82 +#: templates/xedemo/bin_list.html:112 templates/xedemo/bin_list.tex:82 +#: templates/xedemo/packing_list.html:83 templates/xedemo/packing_list.tex:90 +#: templates/xedemo/pick_list.html:81 templates/xedemo/pick_list.tex:82 +#: UI/Reports/filters/search_goods.html:348 +msgid "Warehouse" +msgstr "" + +#: LedgerSMB/Report/Listings/Warehouse.pm:57 sql/Pg-database.sql:2884 +msgid "Warehouses" +msgstr "" + +#: UI/oe-save_warn.html:5 +msgid "Warning!" +msgstr "" + +#: UI/lib/ui-header.html:29 +msgid "Warning: Your password will expire in [_1]" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:134 +msgid "Wed" +msgstr "" + +#: bin/am.pl:826 UI/timecards/entry_filter.html:24 +msgid "Week" +msgstr "" + +#: LedgerSMB/Report/Timecards.pm:97 +msgid "Week Starting" +msgstr "" + +#: bin/arap.pl:532 +msgid "Week(s)" +msgstr "" + +#: UI/timecards/timecard-week.html:50 +msgid "Weekly Time and Materials Entry" +msgstr "" + +#: bin/am.pl:827 +msgid "Weeks" +msgstr "" + +#: bin/ic.pl:552 bin/ic.pl:579 bin/ic.pl:601 +#: LedgerSMB/Report/Inventory/Search.pm:218 +#: UI/Reports/filters/search_goods.html:298 +msgid "Weight" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:44 +msgid "Weight Unit" +msgstr "" + +#: bin/io.pl:864 +msgid "What type of item is this?" +msgstr "" + +#: UI/setup/begin_backup.html:8 +msgid "Where shall we send the backup?" +msgstr "" + +#: sql/Pg-database.sql:3765 +msgid "Whole Month Straight Line" +msgstr "" + +#: LedgerSMB/Scripts/configuration.pm:121 +msgid "Widgit Themes" +msgstr "" + +#: bin/am.pl:1509 bin/io.pl:1409 bin/io.pl:1600 bin/oe.pl:307 +#: templates/demo_with_images/work_order.html:4 +#: templates/demo_with_images/work_order.html:18 +#: templates/demo_with_images/work_order.tex:109 +#: templates/demo/work_order.html:4 templates/demo/work_order.html:18 +#: templates/demo/work_order.tex:109 templates/xedemo/work_order.html:4 +#: templates/xedemo/work_order.html:18 templates/xedemo/work_order.tex:109 +#: sql/Pg-database.sql:2956 sql/Pg-database.sql:2969 +msgid "Work Order" +msgstr "" + +#: UI/Reports/aging_report.html:120 +msgid "XLS" +msgstr "" + +#: sql/Pg-database.sql:814 +msgid "Yahoo" +msgstr "" + +#: bin/aa.pl:1665 bin/am.pl:828 bin/pe.pl:845 LedgerSMB/DBObject/Date.pm:93 +#: UI/bp-search.html:50 UI/lib/report_base.html:153 UI/lib/report_base.html:238 +#: UI/pos-receipts.html:41 UI/rc-reconciliation.html:59 +#: UI/rp-search-generate_income_statement.html:52 +#: UI/rp-search-generate_tax_report.html:48 +msgid "Year" +msgstr "" + +#: sql/Pg-database.sql:2865 +msgid "Year End" +msgstr "" + +#: bin/arap.pl:534 +msgid "Year(s)" +msgstr "" + +#: UI/accounts/yearend.html:18 UI/accounts/yearend.html:31 +msgid "Yearend" +msgstr "" + +#: UI/accounts/yearend_complete.html:4 +msgid "Yearend complete" +msgstr "" + +#: bin/am.pl:829 +msgid "Years" +msgstr "" + +#: bin/oe.pl:1439 LedgerSMB/Report/Taxform/List.pm:100 +#: UI/am-audit-control.html:14 UI/am-audit-control.html:25 +#: UI/ca-list-selector.html:42 UI/Configuration/settings.html:26 +#: UI/setup/confirm_operation.html:26 +msgid "Yes" +msgstr "" + +#: old-handler.pl:192 +msgid "You are logged out!" +msgstr "" + +#: UI/users/preferences.html:22 +msgid "Your password will expire in [_1]" +msgstr "" + +#: t/data/04-complex_template.html:388 +msgid "ZIP/Post Code" +msgstr "" + +#: LedgerSMB/Num2text.pm:60 +msgid "Zero" +msgstr "" + +#: bin/io.pl:2120 +msgid "Zip Code" +msgstr "" + +#: UI/Contact/divs/address.html:84 UI/Contact/divs/address.html:171 +msgid "Zip/Post Code" +msgstr "" + +#: t/data/04-complex_template.html:463 +msgid "Zip/Post Code:" +msgstr "" + +#: UI/Reports/filters/contact_search.html:102 +#: UI/Reports/filters/purchase_history.html:94 +msgid "Zip/Postal Code" +msgstr "" + +#: LedgerSMB/Report/PNL.pm:154 +msgid "" +"[_1]\n" +"[_2]" +msgstr "" + +#: bin/gl.pl:207 +msgid "[_1] Cash Transfer Transaction" +msgstr "" + +#: bin/aa.pl:430 +msgid "[_1] Credit Note" +msgstr "" + +#: bin/aa.pl:433 +msgid "[_1] Debit Note" +msgstr "" + +#: bin/gl.pl:210 +msgid "[_1] General Ledger Transaction" +msgstr "" + +#: bin/arap.pl:173 +msgid "[_1] Number" +msgstr "" + +#: bin/aa.pl:424 +msgid "[_1] [_2] Transaction" +msgstr "" + +#: bin/ic.pl:1664 +msgid "[_1]: Customer not on file!" +msgstr "" + +#: bin/ic.pl:1586 +msgid "[_1]: Vendor not on file!" +msgstr "" + +#: old-handler.pl:246 +msgid "action not defined!" +msgstr "" + +#: UI/rp-search-generate_balance_sheet.html:2 +msgid "as at" +msgstr "" + +#: UI/Reports/co/filter_bm.html:114 +msgid "balance" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:473 +msgid "cash" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:474 +msgid "check" +msgstr "" + +#: bin/io.pl:2114 +msgid "city" +msgstr "" + +#: bin/ic.pl:1092 bin/oe.pl:434 t/data/04-complex_template.html:215 +#: t/data/04-complex_template.html:255 UI/Contact/divs/credit.html:149 +#: UI/Contact/divs/credit.html:166 +msgid "days" +msgstr "" + +#: UI/Reports/co/filter_bm.html:99 +msgid "debits" +msgstr "" + +#: LedgerSMB/Scripts/admin.pm:140 +msgid "delete" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:475 +msgid "deposit" +msgstr "" + +#: sql/Pg-database.sql:3839 +msgid "depreciation" +msgstr "" + +#: sql/Pg-database.sql:3840 +msgid "disposal" +msgstr "" + +#: bin/am.pl:1278 bin/am.pl:1349 bin/am.pl:1403 bin/am.pl:1444 bin/am.pl:1486 +msgid "done" +msgstr "" + +#: bin/ir.pl:1145 bin/ir.pl:1425 bin/is.pl:1455 bin/oe.pl:1285 +msgid "ea" +msgstr "" + +#: bin/am.pl:1352 bin/am.pl:1489 +msgid "failed" +msgstr "" + +#: t/data/04-gettext.tex:10 +msgid "fr" +msgstr "" + +#: sql/Pg-database.sql:3841 +msgid "import" +msgstr "" + +#: sql/Pg-database.sql:3766 +msgid "in months" +msgstr "" + +#: sql/Pg-database.sql:3761 sql/Pg-database.sql:3769 +msgid "in years" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1859 +msgid "is bigger than the amount available" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1599 +msgid "is lesser than 0" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1591 +msgid "is lesser than the amount to be paid" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1825 +msgid "is null" +msgstr "" + +#: UI/Configuration/sequence.html:12 +msgid "label" +msgstr "" + +#: t/data/04-gettext.html:3 t/data/04-gettext.html:4 +msgid "nl" +msgstr "" + +#: LedgerSMB/DBObject/Payment.pm:476 +msgid "other" +msgstr "" + +#: sql/Pg-database.sql:3842 +msgid "partial disposal" +msgstr "" + +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 +msgid "permalink" +msgstr "" + +#: sql/Pg-database.sql:3731 +msgid "production" +msgstr "" + +#: LedgerSMB/Scripts/setup.pm:215 +msgid "psql not found." +msgstr "" + +#: bin/arap.pl:809 bin/io.pl:1926 +msgid "sent" +msgstr "" + +#: UI/Reports/co/filter_bm.html:92 +msgid "starting_balance" +msgstr "" + +#: UI/Reports/filters/search_goods.html:370 +msgid "subtotal" +msgstr "" + +#: sql/Pg-database.sql:3730 +msgid "time" +msgstr "" + +#: bin/arap.pl:561 +msgid "time(s)" +msgstr "" + +#: bin/ic.pl:1445 +msgid "unexpected error!" +msgstr "" + +#: LedgerSMB/Scripts/payment.pm:1868 LedgerSMB/Scripts/payment.pm:1884 +#: LedgerSMB/Scripts/payment.pm:1937 LedgerSMB/Scripts/payment.pm:1953 +msgid "use of an overpayment" +msgstr "" + +#: t/data/04-gettext.tex:8 +msgid "zh_CN" +msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/bg.po ledgersmb-1.4-1.4.42/locale/po/bg.po --- ledgersmb-1.4-1.4.41/locale/po/bg.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/bg.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Bulgarian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/bg/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Фирма" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Цена" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Невъзможно е да се запази!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Невъзможно е да се премести инвентара!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Валута" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Падеж" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Дата за получаване" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Липсва дата на получаване!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Обяснение" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Готов" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Ел.адрес" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "От склад" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Създай поръчка" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Създай поръчка за доставка" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Група" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Ивентара е запазен!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Инвентара е преместен!" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Тежест" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Влизане" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Нищо не е въведено!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Не сте избрали нищо!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Нищо не е преведено!" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Поръчка" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Поръчки" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "Поръчката е изтрита!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Създаването на поръчка е провалено!" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5491,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5991,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6145,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6309,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6345,7 +6344,7 @@ msgid "Receive" msgstr "Получи" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Получаване на стока" @@ -6463,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6494,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Справка за" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6520,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Req" @@ -6660,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6837,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Избери доставчик" @@ -7047,9 +7045,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Избери клиент" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7105,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Сериен номер" @@ -7178,7 +7175,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7245,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Доставка до" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7292,11 +7289,11 @@ msgid "Shipping" msgstr "Доставки" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Дата на доставка" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Липсва дата на доставка!" @@ -7304,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8136,7 +8133,7 @@ msgid "Times" msgstr "Пъти" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8177,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "За склад" @@ -8343,20 +8340,20 @@ msgid "Transactions" msgstr "Преводи" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Прехвърляне" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Прехвърляне на инвентар" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Преместване от" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Преместване в" @@ -8498,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8526,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8568,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8637,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8677,9 +8674,8 @@ msgstr "Валидно до" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Превод" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8690,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8787,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9100,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9108,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/ca.po ledgersmb-1.4-1.4.42/locale/po/ca.po --- ledgersmb-1.4-1.4.41/locale/po/ca.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/ca.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Catalan (http://www.transifex.com/ledgersmb/ledgersmb/language/" "ca/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Data Pagament" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripció" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Email" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Entrar" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Ordre" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Pressupostos i Comandes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Registrar per" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7102,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7175,7 +7173,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7287,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7301,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8131,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8340,20 +8338,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8495,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8686,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8783,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9096,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9104,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/ckb.po ledgersmb-1.4-1.4.42/locale/po/ckb.po --- ledgersmb-1.4-1.4.41/locale/po/ckb.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/ckb.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,9 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2015-12-27 22:20+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" +"Last-Translator: Erik Huelsmann \n" "Language-Team: Central Kurdish (http://www.transifex.com/ledgersmb/ledgersmb/" "language/ckb/)\n" "Language: ckb\n" @@ -199,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1293,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1419,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1444,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1698,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1825,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1890,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1914,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1967,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2051,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2195,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2301,7 +2302,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2329,7 +2330,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2593,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2797,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2888,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3251,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3263,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3590,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3628,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3642,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3723,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3767,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4058,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4123,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4459,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4623,7 +4624,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4679,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4972,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5113,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5147,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5199,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5307,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5347,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5366,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5382,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5469,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5486,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5554,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5986,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6140,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6304,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6340,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6458,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6514,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6654,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6831,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7003,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7098,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7171,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7238,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7285,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7297,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8129,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8170,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8336,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8491,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8519,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8561,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8630,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8682,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8779,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9092,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9100,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/cs.po ledgersmb-1.4-1.4.42/locale/po/cs.po --- ledgersmb-1.4-1.4.41/locale/po/cs.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/cs.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Czech (http://www.transifex.com/ledgersmb/ledgersmb/language/" "cs/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Měna" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Zaplaceno" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Popis" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "Uživatelské jméno" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Objednávka" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "Zadání objednávky" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Výkaz za" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7006,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7101,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7174,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7241,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7288,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7300,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8132,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8173,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8339,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8494,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8522,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8564,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8633,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8685,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8782,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9095,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9103,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/da.po ledgersmb-1.4-1.4.42/locale/po/da.po --- ledgersmb-1.4-1.4.41/locale/po/da.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/da.po 2017-09-16 19:45:57.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Danish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "da/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Ingen adgang" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "Milliard" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "Annulér" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Annulér?" @@ -1700,7 +1700,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1827,7 +1827,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1892,7 +1892,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Udgifter" @@ -1916,11 +1916,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Kunne ikke gemme!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Kunne ikke overføre lagerbeholdning!" @@ -1969,7 +1969,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Cumulative Error:" msgstr "Opsamlet fejl:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val" @@ -2197,11 +2197,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2303,7 +2303,7 @@ msgid "Date Paid" msgstr "Betalingsdato" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Modtagelsesdato" @@ -2331,14 +2331,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Modtagelsesdato mangler!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Beskrivelse" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2596,8 +2595,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2800,11 +2799,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Færdig" @@ -2891,7 +2890,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-post" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Fra lager" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Generer ordrer" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Generer indkøbsordrer" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Gruppe" @@ -4061,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Lagerbeholdning gemt!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Lagerbeholdning overført!" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Lev.tid" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Log på" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Ingenting indtastet!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Ingenting valgt!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Intet at overføre!" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Ordre" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Ordreindgang" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "Ordre slettet" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Ordregenerering fejlet!" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "Modtagelse" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Modtag varer" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "Rapportnavn" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapportnavn" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Krævet" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Varenummer" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Vælg leverandør" @@ -7045,9 +7043,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Vælg kunde" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7103,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serienummer" @@ -7176,7 +7173,7 @@ msgid "Seventy" msgstr "Halvfjerds" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Send til" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7287,11 @@ msgid "Shipping" msgstr "Afsendelse" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Afsendelsesdato" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Afsendelsesdato mangler!" @@ -7302,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8131,7 @@ msgid "Times" msgstr "Gange" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Til lager" @@ -8341,20 +8338,20 @@ msgid "Transactions" msgstr "Posteringer" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Overførsel" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Overfør lagerbeholdning" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Overfør fra" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Overfør til" @@ -8496,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,9 +8672,8 @@ msgstr "Gældende indtil" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Oversættelse" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8688,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/de_CH.po ledgersmb-1.4-1.4.42/locale/po/de_CH.po --- ledgersmb-1.4-1.4.41/locale/po/de_CH.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/de_CH.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: German (Switzerland) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/de_CH/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1705,7 +1705,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firmenname" @@ -1832,7 +1832,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1897,7 +1897,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kosten" @@ -1921,11 +1921,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Konnte nicht gespeichert werden!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Inventar wurde nicht übertragen!" @@ -1974,7 +1974,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2058,7 +2058,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Währung" @@ -2202,11 +2202,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2308,7 +2308,7 @@ msgid "Date Paid" msgstr "Zahlungsdatum" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Eingangsdatum" @@ -2336,14 +2336,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Eingangsdatum fehlt!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Beschreibung" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2601,8 +2600,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2805,11 +2804,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Fertig" @@ -2896,7 +2895,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-Mail" @@ -3259,11 +3258,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3271,7 +3270,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3598,7 +3597,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3636,7 +3635,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Vom Lagerhaus" @@ -3650,8 +3649,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3731,11 +3730,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Aufträge erstellen" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Bestellungen erstellen" @@ -3775,8 +3774,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Warengruppe" @@ -4066,7 +4065,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4133,11 +4132,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventar gespeichert!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventar übertragen" @@ -4469,7 +4468,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Anlaufzeit" @@ -4633,7 +4632,7 @@ msgid "Login" msgstr "Benutzername" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4689,8 +4688,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4982,7 +4981,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5123,15 +5122,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Es wurde nichts eingegeben!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Es wurde nichts ausgewählt!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Es gibt nichts zu übertragen!" @@ -5157,7 +5156,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5209,7 +5208,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5317,7 +5316,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Bestellung" @@ -5357,7 +5356,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5376,7 +5375,7 @@ msgstr "Bestellungen" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5392,7 +5391,7 @@ msgid "Order deleted!" msgstr "Bestellung gelöscht!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Auftragserstellung fehlgeschlagen!" @@ -5479,7 +5478,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5496,7 +5495,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5564,7 +5563,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5996,7 +5995,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6150,8 +6149,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6314,7 +6313,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6350,7 +6349,7 @@ msgid "Receive" msgstr "Einlagern" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Artikeln einlagern" @@ -6468,7 +6467,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6499,9 +6498,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Bericht für" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6525,7 +6523,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Ben." @@ -6665,7 +6663,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Lagerhaltungseinheit" @@ -6842,7 +6840,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7014,7 +7012,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Lieferant auswählen" @@ -7052,9 +7050,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Kunde auswählen" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7110,7 +7107,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Seriennummer" @@ -7183,7 +7180,7 @@ msgid "Seventy" msgstr "siebzig" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7250,11 +7247,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Lieferung an" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7297,11 +7294,11 @@ msgid "Shipping" msgstr "Versand" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Versanddatum" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Versanddatum fehlt!" @@ -7309,7 +7306,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8141,7 +8138,7 @@ msgid "Times" msgstr "mal" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8182,7 +8179,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Zum Lager" @@ -8348,20 +8345,20 @@ msgid "Transactions" msgstr "Buchungen" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Übertrag" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Inventarübertrag" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "umlagern von" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Übergabe an" @@ -8503,7 +8500,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8531,7 +8528,7 @@ msgid "Unit Price" msgstr "Preis pro Einheit" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8573,7 +8570,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8642,7 +8639,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8682,9 +8679,8 @@ msgstr "Gültig bis" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Übersetzung" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8695,8 +8691,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8792,7 +8788,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9105,7 +9101,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9113,7 +9109,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/de.po ledgersmb-1.4-1.4.42/locale/po/de.po --- ledgersmb-1.4-1.4.41/locale/po/de.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/de.po 2017-09-16 19:45:57.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: German (http://www.transifex.com/ledgersmb/ledgersmb/language/" "de/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Zugriff verweigert" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Abbrechen?" @@ -1707,7 +1707,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1836,7 +1836,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1901,7 +1901,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kosten" @@ -1925,11 +1925,11 @@ msgid "Could not save the data. Please try again" msgstr "Daten konnten nicht gespeichert werden. Bitte versuchen Sie es erneut" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Konnte nicht gespeichert werden!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Inventar konnte nicht übertragen werden!" @@ -1978,7 +1978,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Datenbank erstellen?" @@ -2062,7 +2062,7 @@ msgid "Cumulative Error:" msgstr "Regelmässiger Fehler:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Währung" @@ -2206,11 +2206,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Datenbank existiert nicht." -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2312,7 +2312,7 @@ msgid "Date Paid" msgstr "Zahlungseingang" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Empfangsdatum" @@ -2340,14 +2340,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Eingangsdatum fehlt!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Datum bis" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2606,8 +2605,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2810,11 +2809,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Unklar was mit Sicherungskopie geschehen soll" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Erledigt" @@ -2901,7 +2900,7 @@ msgstr "Doppelte Mitarbeiternummer" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3264,11 +3263,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "Fehler beim erstellen der Sicherungsdatei" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Fehler bei erstellen von Posten. Bitte versuchen Sie es erneut." @@ -3276,7 +3275,7 @@ msgid "Error from Function:" msgstr "Fehler aus Funktion:" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "Fehler beim Öffnen des Verzeichnisses: [_1]" @@ -3604,7 +3603,7 @@ msgid "Fri" msgstr "Fre" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3642,7 +3641,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Aus Warenlager" @@ -3656,8 +3655,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Volle Rechte" @@ -3737,11 +3736,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Bestellungen erstellen" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Einkaufsauftrag erstellen" @@ -3781,8 +3780,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Gruppe" @@ -3904,9 +3903,8 @@ msgstr "Jahresabschlüsse ignorieren" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Jahresabschlüsse ignorieren" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4073,7 +4071,7 @@ msgid "Invalid Reporting Basis" msgstr "Ungültige Berichtsgrundlage" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Ungültige Sicherungsanfrage" @@ -4141,11 +4139,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventar gespeichert!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventar übertragen!" @@ -4477,7 +4475,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Bestellzeit" @@ -4641,7 +4639,7 @@ msgid "Login" msgstr "Anmelden" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4697,8 +4695,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Benutzer verwalten" @@ -4990,7 +4988,7 @@ msgid "No Null employeenumber" msgstr "Keine Null Mitarbeiternummer" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5133,15 +5131,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nichts eingegeben!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nichts ausgewählt!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nichts zu übertragen!" @@ -5167,7 +5165,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5219,7 +5217,7 @@ msgstr "Nummer fehlt in Reihe [_1]" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5327,7 +5325,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Bestellung" @@ -5367,7 +5365,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5386,7 +5384,7 @@ msgstr "Bestellungen" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5402,7 +5400,7 @@ msgid "Order deleted!" msgstr "Bestellung gelöscht!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Erstellen der Bestellung fehlgeschlagen!" @@ -5489,7 +5487,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5506,7 +5504,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5574,7 +5572,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -6008,7 +6006,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6162,8 +6160,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6326,7 +6324,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6362,7 +6360,7 @@ msgid "Receive" msgstr "Empfangen" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Waren empfangen" @@ -6480,7 +6478,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6511,9 +6509,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Bericht für" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6524,9 +6521,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Grundlage des Berichts" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6538,7 +6534,7 @@ msgid "Reposting Not Allowed" msgstr "Umbuchen nicht erlaubt" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Benötigt" @@ -6678,7 +6674,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6855,7 +6851,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Speichern und erneut versuchen" @@ -7027,7 +7023,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Lieferanten wählen" @@ -7065,9 +7061,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Kunde wählen" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7123,7 +7118,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serien Nr." @@ -7196,7 +7191,7 @@ msgid "Seventy" msgstr "siebzig" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7263,11 +7258,11 @@ msgstr "Versand durch" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Liefern an" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7310,11 +7305,11 @@ msgid "Shipping" msgstr "Versand" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Versanddatum" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Versanddatum fehlt!" @@ -7322,7 +7317,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8154,7 +8149,7 @@ msgid "Times" msgstr "Zeiten" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8195,7 +8190,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Zu Warenlager" @@ -8361,20 +8356,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Ãœbergabe" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Inventarübertrag" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Ãœbergabe von" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Ãœbergabe an" @@ -8516,7 +8511,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "Einzigartige nicht veraltete Teilnummer" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8544,7 +8539,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Unbekannte Datenbank gefunden." @@ -8586,7 +8581,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8655,7 +8650,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "Benutzer besteht bereits. Importieren?" @@ -8695,9 +8690,8 @@ msgstr "Gültig bis" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Ãœbersetzung" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8708,8 +8702,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8805,7 +8799,7 @@ msgid "Wages/Deductions" msgstr "Löhne/Absetzungen" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9118,7 +9112,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9126,7 +9120,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/el.po ledgersmb-1.4-1.4.42/locale/po/el.po --- ledgersmb-1.4-1.4.41/locale/po/el.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/el.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Greek (http://www.transifex.com/ledgersmb/ledgersmb/language/" "el/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Εταιρία" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Κόστος" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Η αποθήκευση δεν είναι δυνατή" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Ημ. Πληρωμής" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Περιγραφή" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Εντάξει" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Ομάδα" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Η Απογραφή αποθηκεύτηκε" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "Εισαγωγή" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Δεν εχει γίνει εισαγωγή" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Δεν έχε επιλεχθεί τίποτα" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Παραγγελία" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "Η Παραγγελία διαγράφηκε" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6516,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6656,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6833,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7005,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7100,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7173,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7240,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7287,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7299,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8131,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8172,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8338,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8493,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8521,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8563,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8632,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8684,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8781,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9094,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9102,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/en_CA.po ledgersmb-1.4-1.4.42/locale/po/en_CA.po --- ledgersmb-1.4-1.4.41/locale/po/en_CA.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/en_CA.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: English (Canada) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/en_CA/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,7 +2330,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2594,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2798,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2889,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Email" @@ -3252,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3264,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3591,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3629,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3643,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3724,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3768,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4059,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4124,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4460,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4624,7 +4624,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4680,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4973,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5114,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5148,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5200,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5308,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5348,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5367,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5383,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5470,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5487,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5555,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5987,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6141,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6305,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6341,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6459,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6515,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6655,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6832,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7004,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7099,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7172,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7239,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7286,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7298,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8130,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8171,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8337,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8492,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8520,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8562,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8631,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8683,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8780,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9093,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9101,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/en_GB.po ledgersmb-1.4-1.4.42/locale/po/en_GB.po --- ledgersmb-1.4-1.4.41/locale/po/en_GB.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/en_GB.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/en_GB/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,7 +2330,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2594,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2798,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2889,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Email" @@ -3252,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3264,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3591,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3629,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3643,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3724,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3768,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4059,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4124,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4460,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4624,7 +4624,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4680,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4973,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5114,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5148,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5200,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5308,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5348,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5367,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5383,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5470,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5487,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5555,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5987,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6141,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6305,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6341,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6459,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6515,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6655,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6832,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7004,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7099,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7172,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7239,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7286,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7298,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8130,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8171,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8337,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8492,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8520,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8562,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8631,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8683,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8780,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9093,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9101,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/en_NZ.po ledgersmb-1.4-1.4.42/locale/po/en_NZ.po --- ledgersmb-1.4-1.4.41/locale/po/en_NZ.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/en_NZ.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: English (New Zealand) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/en_NZ/)\n" @@ -203,7 +203,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1297,7 +1297,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1423,7 +1423,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1448,7 +1448,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1702,7 +1702,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1829,7 +1829,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1894,7 +1894,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1918,11 +1918,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1971,7 +1971,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2055,7 +2055,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2199,11 +2199,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2305,7 +2305,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2333,7 +2333,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2597,8 +2597,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2801,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2892,7 +2892,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3255,11 +3255,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3267,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3594,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3632,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3646,8 +3646,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3727,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3771,8 +3771,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4062,7 +4062,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4463,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4627,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5151,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5351,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5370,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5386,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5490,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6344,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6462,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6518,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6835,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7102,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7175,7 +7175,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7289,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7301,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8133,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8340,20 +8340,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8495,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8686,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8783,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9096,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9104,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/en.po ledgersmb-1.4-1.4.42/locale/po/en.po --- ledgersmb-1.4-1.4.41/locale/po/en.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/en.po 2017-09-16 19:45:57.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: LedgerSMB 1.1.1\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -192,7 +192,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1286,7 +1286,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1412,7 +1412,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1437,7 +1437,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1691,7 +1691,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1818,7 +1818,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1883,7 +1883,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1907,11 +1907,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1960,7 +1960,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2044,7 +2044,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2188,11 +2188,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2294,7 +2294,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2322,7 +2322,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2586,8 +2586,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2790,11 +2790,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2881,7 +2881,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3244,11 +3244,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3256,7 +3256,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3583,7 +3583,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3621,7 +3621,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3635,8 +3635,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3716,11 +3716,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3760,8 +3760,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4051,7 +4051,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4116,11 +4116,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4452,7 +4452,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4616,7 +4616,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4672,8 +4672,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4965,7 +4965,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5106,15 +5106,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5140,7 +5140,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5192,7 +5192,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5300,7 +5300,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5340,7 +5340,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5359,7 +5359,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5375,7 +5375,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5462,7 +5462,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5479,7 +5479,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5547,7 +5547,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5979,7 +5979,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6133,8 +6133,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6297,7 +6297,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6333,7 +6333,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6451,7 +6451,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6507,7 +6507,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6647,7 +6647,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6824,7 +6824,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -6996,7 +6996,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7091,7 +7091,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7164,7 +7164,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7231,11 +7231,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7278,11 +7278,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7290,7 +7290,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8122,7 +8122,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8163,7 +8163,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8329,20 +8329,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8484,7 +8484,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8512,7 +8512,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8554,7 +8554,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8623,7 +8623,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,8 +8675,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8772,7 +8772,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9085,7 +9085,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9093,7 +9093,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_AR.po ledgersmb-1.4-1.4.42/locale/po/es_AR.po --- ledgersmb-1.4-1.4.41/locale/po/es_AR.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_AR.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_AR/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Acceso Denegado" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Cancelar?" @@ -1703,7 +1703,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1830,7 +1830,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1895,7 +1895,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1919,11 +1919,11 @@ msgid "Could not save the data. Please try again" msgstr "No se puede salvar la informacion. Por favor vuelva a intentarlo" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "No se puede salvar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "No se puede transferir Inventario!" @@ -1972,7 +1972,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Crear Base de Datos?" @@ -2056,7 +2056,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Moneda" @@ -2200,11 +2200,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "La base de datos no existe." -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2306,7 +2306,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha de Recibido" @@ -2334,14 +2334,13 @@ msgid "Date of Birth" msgstr "Fecha de Nacimiento" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Falta la Fecha de Recibido!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripcion" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2599,8 +2598,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2803,11 +2802,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Hecho" @@ -2894,7 +2893,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3257,11 +3256,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Error creando lote recurrente. Por favor intente nuevamente." @@ -3269,7 +3268,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3596,7 +3595,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3634,7 +3633,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Desde Deposito" @@ -3648,8 +3647,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Todos los Permisos" @@ -3729,11 +3728,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Generar Ordenes" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Generar Ordenes de Compra" @@ -3773,8 +3772,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4064,7 +4063,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4129,11 +4128,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventario guardado!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventario transferido!" @@ -4465,7 +4464,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Lider" @@ -4629,7 +4628,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4685,8 +4684,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Administrar Usuarios" @@ -4978,7 +4977,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5119,15 +5118,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "No se ingreso nada!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nada fue seleccionado!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nada para transferir!" @@ -5153,7 +5152,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5205,7 +5204,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5313,7 +5312,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5353,7 +5352,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5372,7 +5371,7 @@ msgstr "Entrada de Orden" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5388,7 +5387,7 @@ msgid "Order deleted!" msgstr "Orden eliminada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Fallo la generacion de Orden!" @@ -5475,7 +5474,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5492,7 +5491,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5560,7 +5559,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5992,7 +5991,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6145,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6309,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6345,7 @@ msgid "Receive" msgstr "Recibo" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recibo de Mercancias" @@ -6464,7 +6463,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6495,9 +6494,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Reportes" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6508,9 +6506,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Resultados de Reportes" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6522,7 +6519,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6662,7 +6659,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6839,7 +6836,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Salvar e Intentar" @@ -7011,7 +7008,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Seleccionar Proveedor" @@ -7049,9 +7046,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Seleccionar Cliente" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7107,7 +7103,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Numero de Serie" @@ -7180,7 +7176,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7247,11 +7243,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Despachar a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7294,11 +7290,11 @@ msgid "Shipping" msgstr "Envio" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de Envio" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Falta la Fecha de Envio!" @@ -7306,7 +7302,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8141,7 +8137,7 @@ msgid "Times" msgstr "Veces" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8182,7 +8178,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "A Deposito" @@ -8348,20 +8344,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferir" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir Inventario" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Transferir desde" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8503,7 +8499,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "Numero Unico de Parte no obsoleta" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8531,7 +8527,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Se encontro una base de datos desconocida." @@ -8573,7 +8569,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8642,7 +8638,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "Usuario existe. Importar?" @@ -8682,9 +8678,8 @@ msgstr "Valido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traduccion" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8695,8 +8690,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8792,7 +8787,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9105,7 +9100,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9113,7 +9108,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_CO.po ledgersmb-1.4-1.4.42/locale/po/es_CO.po --- ledgersmb-1.4-1.4.41/locale/po/es_CO.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_CO.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_CO/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "No pude guardar" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "No puedo transferir inventario!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha recibido" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Faltas datos" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Hecho" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo electrónico" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Elaborar Pedidos" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Elaborar Orden de Venta" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventario guardado!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventario transferido!" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Entrega" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Entrar" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Información Incompleta" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No es seleccionado nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nada para transferir" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Cotizaciones y pedidos" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Fallo Elaboración Pedido" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "Recibir" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recibir mercancia" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Pedido" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Seleccionar Proveedor" @@ -7046,9 +7044,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Seleccionar Itemes" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7104,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "No de Serial" @@ -7177,7 +7174,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7244,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Destino" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7291,11 +7288,11 @@ msgid "Shipping" msgstr "Envio" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha del Envio" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Falta Fecha del Envio" @@ -7303,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8135,7 +8132,7 @@ msgid "Times" msgstr "Veces" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8176,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8342,20 +8339,20 @@ msgid "Transactions" msgstr "Transacciones" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir Inventario" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8497,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8525,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8567,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8636,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8676,9 +8673,8 @@ msgstr "Válido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8689,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8786,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9099,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9107,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_EC.po ledgersmb-1.4-1.4.42/locale/po/es_EC.po --- ledgersmb-1.4-1.4.41/locale/po/es_EC.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_EC.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_EC/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "¡No se puede grabar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "¡No se puede transferir el Inventario!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "¡Falta Fecha de recepción!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Hecho" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo electrónico" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "¡Inventario salvado!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "¡Inventario transferido!" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Entrar" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "¡Nada ingresado!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No es seleccionado nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "¡Nada para Transferir!" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Cotizaciones y pedidos" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "Cobro" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recepción de Mercadería" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Unidad de Mantenimiento de Stock" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7046,9 +7044,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "¡Seleccione Pago!" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7104,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Nº de Serie" @@ -7177,7 +7174,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7244,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Destino" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7291,11 +7288,11 @@ msgid "Shipping" msgstr "Despacho" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de Embarque" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "¡Falta Fecha de Embarque!" @@ -7303,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8135,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8176,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8342,20 +8339,20 @@ msgid "Transactions" msgstr "Transacciones" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir Inventario" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8497,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8525,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8567,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8636,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8676,9 +8673,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8689,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8786,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9099,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9107,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_MX.po ledgersmb-1.4-1.4.42/locale/po/es_MX.po --- ledgersmb-1.4-1.4.41/locale/po/es_MX.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_MX.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/es_MX/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "¡No se pudo guardar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "¡No se pudo transferir el inventario" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha de recibo" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "¡Falta la fecha de recibo!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Listo" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo-e" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "¡Existencias guardadas!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "¡Existencias transferidas!" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Entrada al sistema" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "¡No se suministro nada!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No se seleccionó nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "¡Nada que transferir!" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Ordenes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "Recibir" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recibir mercancía" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Reporte para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7046,9 +7044,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "¡Seleccione Pago!" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7104,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Núm. de serie" @@ -7177,7 +7174,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7244,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Enviar a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7291,11 +7288,11 @@ msgid "Shipping" msgstr "Envío" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de envío" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "¡Falta la fecha de envío!" @@ -7303,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8135,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8176,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8342,20 +8339,20 @@ msgid "Transactions" msgstr "Movimientos" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferir" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir inventario" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8497,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8525,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8567,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8636,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8676,9 +8673,8 @@ msgstr "Válido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8689,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8786,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9099,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9107,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_PA.po ledgersmb-1.4-1.4.42/locale/po/es_PA.po --- ledgersmb-1.4-1.4.41/locale/po/es_PA.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_PA.po 2017-09-16 19:45:57.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Panama) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/es_PA/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "¡No se pudo guardar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "¡No se pudo transferir existencia!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Div" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de Pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha de recepción" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "¡Falta la fecha de recepción!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Terminado" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo electrónico" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "¡Inventario guardado!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "¡Inventario transferido!" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Entrada al sistema" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "¡No se suministró nada!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No se seleccionó nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "¡Nada que transferir!" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Carga de Ordenes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "Recibir" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recibir mercadería" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe de" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7045,9 +7043,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Seleccione el pago" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7103,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Núm. de serie" @@ -7176,7 +7173,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Enviar a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7287,11 @@ msgid "Shipping" msgstr "Envío" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de envío" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "¡Falta la fecha de envío!" @@ -7302,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8131,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8338,20 @@ msgid "Transactions" msgstr "Asientos" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir existencia" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8496,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,9 +8672,8 @@ msgstr "Válido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8688,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es.po ledgersmb-1.4-1.4.42/locale/po/es.po --- ledgersmb-1.4-1.4.41/locale/po/es.po 2017-04-09 14:58:06.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es.po 2017-09-16 19:45:57.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "es/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1700,7 +1700,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Compañía" @@ -1827,7 +1827,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1892,7 +1892,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1916,11 +1916,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1969,7 +1969,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2197,11 +2197,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2303,7 +2303,7 @@ msgid "Date Paid" msgstr "Fecha de pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2331,14 +2331,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2596,8 +2595,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2800,11 +2799,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Hecho" @@ -2891,7 +2890,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo electrónico" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4061,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Entrar" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No es seleccionado nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Presupuestos y pedidos" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5491,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5991,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6145,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6309,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6345,7 +6344,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6463,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6494,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6520,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6660,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6837,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7104,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7177,7 +7175,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7244,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Destino" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7291,11 +7289,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7303,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8135,7 +8133,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8176,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8342,20 +8340,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8497,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8525,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8567,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8636,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8688,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_PY.po ledgersmb-1.4-1.4.42/locale/po/es_PY.po --- ledgersmb-1.4-1.4.41/locale/po/es_PY.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_PY.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_PY/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "¡No se pudo guardar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "¡No se pudo transferir existencia!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Div" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de Pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha de recepción" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "¡Falta la fecha de recepción!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Terminado" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo electrónico" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "¡Existencias guardadas!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "¡Existencias transferidas!" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Entrada al sistema" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "¡No se suministró nada!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No se seleccionó nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "¡Nada que transferir!" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Carga de Ordenes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "Recibir" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Recibir mercadería" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe de" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7045,9 +7043,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Seleccione el pago" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7103,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Núm. de serie" @@ -7176,7 +7173,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Enviar a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7287,11 @@ msgid "Shipping" msgstr "Envío" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de envío" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "¡Falta la fecha de envío!" @@ -7302,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8131,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8338,20 @@ msgid "Transactions" msgstr "Asientos" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir existencia" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8496,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,9 +8672,8 @@ msgstr "Válido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8688,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_SV.po ledgersmb-1.4-1.4.42/locale/po/es_SV.po --- ledgersmb-1.4-1.4.41/locale/po/es_SV.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_SV.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (El Salvador) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_SV/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Compañía" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fecha de pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Listo" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Correo Electrónico" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Nombre de Acceso" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nada seleccionado!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Orden de Entrada" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Informe para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7103,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7176,7 +7174,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Envíe a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7288,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7302,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8339,20 @@ msgid "Transactions" msgstr "Transacciones" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8496,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8687,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8784,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9097,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/es_VE.po ledgersmb-1.4-1.4.42/locale/po/es_VE.po --- ledgersmb-1.4-1.4.41/locale/po/es_VE.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/es_VE.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Spanish (Venezuela) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/es_VE/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Compañía" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Costo" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "¡No se pudo guardar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "No se pudo transferir Inventario!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mon." @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Fecha de Pago" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Fecha Recibido" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "¡Falta fecha de recibo!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descripción" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Hecho" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Desde almacén" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Generar órdenes" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Generar órdenes de compra" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4129,11 +4128,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventario guardado!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventario transferido!" @@ -4465,7 +4464,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "T. de Ent." @@ -4629,7 +4628,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4685,8 +4684,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4978,7 +4977,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5119,15 +5118,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "No hay nada ingresado" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "¡No se ha seleccionado nada!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "¡No hay nada que transferir!" @@ -5153,7 +5152,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5205,7 +5204,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5313,7 +5312,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orden" @@ -5353,7 +5352,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5372,7 +5371,7 @@ msgstr "Órdenes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5388,7 +5387,7 @@ msgid "Order deleted!" msgstr "¡Orden borrada!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "¡No se pudo generar la orden!" @@ -5475,7 +5474,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5492,7 +5491,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5560,7 +5559,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5992,7 +5991,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6145,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6309,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6345,7 @@ msgid "Receive" msgstr "Almacenar" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Almacenar Mercancía" @@ -6464,7 +6463,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6495,9 +6494,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Reporte para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6521,7 +6519,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Ped." @@ -6661,7 +6659,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6838,7 +6836,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7010,7 +7008,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Seleccione el proveedor" @@ -7048,9 +7046,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Seleccione el cliente" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7106,7 +7103,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serial" @@ -7179,7 +7176,7 @@ msgid "Seventy" msgstr "setenta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7246,11 +7243,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Destino" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7293,11 +7290,11 @@ msgid "Shipping" msgstr "Envío" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Fecha de Envío" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Falta Fecha de Envío" @@ -7305,7 +7302,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8137,7 +8134,7 @@ msgid "Times" msgstr "Veces" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8178,7 +8175,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Hacia almacén" @@ -8344,20 +8341,20 @@ msgid "Transactions" msgstr "Asientos" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferencia" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferir Inventario" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Transferir desde" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir a" @@ -8499,7 +8496,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8527,7 +8524,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8569,7 +8566,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8638,7 +8635,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8678,9 +8675,8 @@ msgstr "Válido hasta" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traducción" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8691,8 +8687,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8788,7 +8784,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9101,7 +9097,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9109,7 +9105,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/et.po ledgersmb-1.4-1.4.42/locale/po/et.po --- ledgersmb-1.4-1.4.41/locale/po/et.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/et.po 2017-09-16 19:45:58.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Estonian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/et/)\n" @@ -201,7 +201,7 @@ msgstr "Summa" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Ligipääs keelatud" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "miljard" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "Tühista" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Tühista?" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Ettevõte" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "Kopeeri uueks nimega" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kulu" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Ei saa salvestada!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Laoartiklit ei saa üle viia!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Lisame andmebaasi?" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "Kumulatiivne viga:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Valuuta" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Maksekuupäev" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Kättesaamise kuupäev" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "Sünnikuupäev" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Kattesaamise kuupäev puudub!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Nimetus" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2598,8 +2597,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2802,11 +2801,11 @@ msgid "Document Type" msgstr "Dokumendi tüüp" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Ei tea, mida teha varukoopiaga" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Teostatud" @@ -2893,7 +2892,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-post" @@ -3256,11 +3255,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3268,7 +3267,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3595,7 +3594,7 @@ msgid "Fri" msgstr "Reede" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3633,7 +3632,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Laost" @@ -3647,8 +3646,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3728,11 +3727,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Genereeri tellimused" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Genereeri ostutellimused" @@ -3772,8 +3771,8 @@ msgid "Grand Total" msgstr "Kokku" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupp" @@ -4063,7 +4062,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "Enne toote aegunuks märkimist peab laoseis null olema!" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Laoarvestus salvestatud!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Laoartiklid üleviidud!" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "Perekonnanimi" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Tarneaeg" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Logi sisse" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Kasutajate haldamine" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "Märkused:
" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Midagi pole sisestatud!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Midagi pole valitud!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Midagi pole üle kanda!" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "ODS" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Tellimus" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Tellimuse sisestamine" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "Tellimus kustutatud!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Tellimuse genereerimine ebaõnnestus!" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5491,7 +5490,7 @@ msgstr "Ostutellimus" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5752,9 +5751,8 @@ msgstr "Periood" #: UI/Reports/filters/income_statement.html:83 -#, fuzzy msgid "Period selection" -msgstr "tootmine" +msgstr "" #: UI/Reports/filters/balance_sheet.html:78 #: UI/Reports/filters/income_statement.html:116 @@ -5992,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6344,7 @@ msgid "Receive" msgstr "Võta vastu" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Kauba vastuvõtt" @@ -6464,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "Aruande nimi" @@ -6495,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Aruande nimi" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6508,9 +6505,8 @@ msgstr "Aruande ühikud" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Aruande ühikud" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6522,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Nõutud" @@ -6662,7 +6658,7 @@ msgid "SIC:" msgstr "Standardiseeritud tööstuskood:" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Kood" @@ -6839,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7011,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Vali tarnija" @@ -7049,9 +7045,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Vali klient" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7107,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Seerianr." @@ -7180,7 +7175,7 @@ msgid "Seventy" msgstr "seitsekümmend" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7247,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Tarneaadress" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7294,11 +7289,11 @@ msgid "Shipping" msgstr "Tarned" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Tarne kuupäev" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Tarne kuupäev puudub!" @@ -7306,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8138,7 +8133,7 @@ msgid "Times" msgstr "Korda" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8179,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Lattu" @@ -8345,20 +8340,20 @@ msgid "Transactions" msgstr "Kanded" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Valuutavahetus" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Vii laoartiklid teisse lattu" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Kust" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Kuhu" @@ -8500,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8528,7 +8523,7 @@ msgid "Unit Price" msgstr "Ühiku hind" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8570,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8639,7 +8634,7 @@ msgid "User Name" msgstr "Kasutajanimi" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8679,9 +8674,8 @@ msgstr "Kehtiv kuni" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Tervitus" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8692,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8789,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "Palgad/kinnipidamised" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9104,7 +9098,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "püsiviide" @@ -9112,7 +9106,7 @@ msgid "production" msgstr "tootmine" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "psql ei leitud." diff -Nru ledgersmb-1.4-1.4.41/locale/po/fa_IR.po ledgersmb-1.4-1.4.42/locale/po/fa_IR.po --- ledgersmb-1.4-1.4.41/locale/po/fa_IR.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fa_IR.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,9 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2015-12-27 22:20+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-06-15 12:21+0000\n" +"Last-Translator: Erik Huelsmann \n" "Language-Team: Persian (Iran) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/fa_IR/)\n" "Language: fa_IR\n" @@ -16,7 +17,7 @@ #: LedgerSMB/Report/Invoices/Outstanding.pm:163 msgid "# Invoices" -msgstr "" +msgstr "فاکتور" #: templates/demo/product_receipt.html:130 #: templates/demo/purchase_order.html:132 @@ -199,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1293,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1419,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1444,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1698,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1825,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1890,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1914,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1967,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2051,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2195,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2301,7 +2302,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2329,7 +2330,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2593,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2797,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2888,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3251,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3263,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3590,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3628,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3642,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3723,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3767,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4058,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4123,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4459,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4623,7 +4624,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4679,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4972,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5113,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5147,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5199,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5307,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5347,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5366,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5382,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5469,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5486,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5554,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5986,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6140,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6304,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6340,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6458,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6514,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6654,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6831,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7003,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7098,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7171,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7238,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7285,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7297,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8129,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8170,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8336,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8491,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8519,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8561,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8630,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8682,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8779,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9092,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9100,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/fa.po ledgersmb-1.4-1.4.42/locale/po/fa.po --- ledgersmb-1.4-1.4.41/locale/po/fa.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fa.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,9 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2015-12-27 22:20+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" +"Last-Translator: Erik Huelsmann \n" "Language-Team: Persian (http://www.transifex.com/ledgersmb/ledgersmb/language/" "fa/)\n" "Language: fa\n" @@ -199,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1293,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1419,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1444,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1698,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "" @@ -1825,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1890,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1914,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1967,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2051,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2195,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2301,7 +2302,7 @@ msgid "Date Paid" msgstr "" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2329,7 +2330,7 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" @@ -2593,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2797,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2888,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3251,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3263,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3590,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3628,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3642,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3723,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3767,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4058,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4123,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4459,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4623,7 +4624,7 @@ msgid "Login" msgstr "" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4679,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4972,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5113,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5147,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5199,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5307,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5347,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5366,7 +5367,7 @@ msgstr "" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5382,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5469,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5486,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5554,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5986,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6140,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6304,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6340,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6458,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6514,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6654,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6831,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7003,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7098,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7171,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7238,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7285,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7297,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8129,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8170,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8336,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8491,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8519,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8561,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8630,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8682,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8779,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9092,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9100,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/fi.po ledgersmb-1.4-1.4.42/locale/po/fi.po --- ledgersmb-1.4-1.4.41/locale/po/fi.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fi.po 2017-09-16 19:45:58.000000000 +0000 @@ -6,9 +6,9 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-02-07 19:30+0000\n" -"Last-Translator: Juha Eerola \n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" +"Last-Translator: Erik Huelsmann \n" "Language-Team: Finnish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "fi/)\n" "Language: fi\n" @@ -202,7 +202,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1296,7 +1296,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1422,7 +1422,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1447,7 +1447,7 @@ msgid "Cancel" msgstr "Peruuta" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Peruuta?" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Yritys" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "Kopioi uudelle nimelle" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kustannus" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Tallentaminen ei onnistu" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Varaston siirto ei onnistu" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Luo tietokanta?" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Valuutta" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Maksettu päivänä" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Vastaanotettu" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Vastaanottopvm puuttuu" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Kuvaus" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Suoritettu" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Sähköposti" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Varastosta" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Täydet oikeudet" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Luo tilaukset" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Luo ostotilaukset" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Ryhmä" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Varasto tallennettu!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Varasto siirretty!" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Johtolanka" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Nimi" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Ei syötettä" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Mitään valitsematta!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Ei siirrettävää!" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Tilaus" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Tilauksen kirjaus" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "Tilaus poistettu!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Tilausten luonti ei onnistunut" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "Saada" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Saada tuotteet" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Raportti" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Pyyntö" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Varastoyksikkö" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Valitse toimittaja" @@ -7046,9 +7044,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Valitse asiakas" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7104,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Sarjan:o" @@ -7177,7 +7174,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7244,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Toimitusosoite" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7291,11 +7288,11 @@ msgid "Shipping" msgstr "Toimittaa" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Toimituspvm" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Toimituspvm puuttuu" @@ -7303,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8135,7 +8132,7 @@ msgid "Times" msgstr "Kertaa" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8176,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Varastoon" @@ -8342,20 +8339,20 @@ msgid "Transactions" msgstr "Tapahtumat" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Siirto" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Siirrä varasto" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Siirrö hetkestä" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Siirrä hetkeen" @@ -8497,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8525,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8567,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8636,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8676,9 +8673,8 @@ msgstr "Voimassa asti" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Vienti" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8689,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8786,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9099,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9107,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/fr_BE.po ledgersmb-1.4-1.4.42/locale/po/fr_BE.po --- ledgersmb-1.4-1.4.41/locale/po/fr_BE.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fr_BE.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: French (Belgium) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/fr_BE/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Société" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Coût" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Enregistrement impossible!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Impossible de transférer l'inventaire!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Dev." @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Date de paiement" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Date de réception" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Date de réception manquante!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Description" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Fait!" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Du entrepôt" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Générer commandes" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Générer commandes d'achat" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Groupe" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventaire enregistré!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventaire transféré!" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Délai" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Rien n'a été saisi!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Pas de sélection!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Rien à transférer!" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Commande" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Commandes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "Commande supprimée!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Génération commande échouée!" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5491,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5991,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6145,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6309,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6345,7 +6344,7 @@ msgid "Receive" msgstr "Réception" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Réception marchandise" @@ -6463,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6494,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport de" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6520,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Exigence" @@ -6660,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6837,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Sélectionner vendeur" @@ -7047,9 +7045,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Séléctionner client" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7105,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "N° série" @@ -7178,7 +7175,7 @@ msgid "Seventy" msgstr "Septante" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7245,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Expédier à" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7292,11 +7289,11 @@ msgid "Shipping" msgstr "Expédition" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Date d'expédition" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Date d'expédition manquante!" @@ -7304,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8136,7 +8133,7 @@ msgid "Times" msgstr "Temps" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8177,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Vers entrepôt" @@ -8343,20 +8340,20 @@ msgid "Transactions" msgstr "Mouvements" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transfert" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transfert inventaire" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Transfert à partir" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transférer vers" @@ -8498,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8526,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8568,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8637,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8677,9 +8674,8 @@ msgstr "Valable jusqu'au" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traduction" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8690,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8787,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9100,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9108,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/fr_CA.po ledgersmb-1.4-1.4.42/locale/po/fr_CA.po --- ledgersmb-1.4-1.4.41/locale/po/fr_CA.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fr_CA.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: French (Canada) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/fr_CA/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Accès refusé" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "Milliard" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Société" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Coût" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Enregistrement impossible!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Impossible de transférer l'inventaire!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "Erreur cumulative:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Dev." @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Base de données inexistante." -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Date de paiement" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Date de réception" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "Date de naissance" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Date de réception manquante!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "À" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Fait!" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Groupe" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4129,11 +4128,11 @@ msgstr "" "La quantité en stock doit être zero avant de pouvoir annuler cette pièce!" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventaire enregistré!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventaire transféré!" @@ -4465,7 +4464,7 @@ msgid "Last name" msgstr "Nom" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4629,7 +4628,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4685,8 +4684,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4978,7 +4977,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5119,15 +5118,15 @@ msgid "Notes:
" msgstr "Notes:
" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Rien n'a été saisi!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Pas de sélection!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Rien à transférer!" @@ -5153,7 +5152,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5205,7 +5204,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5313,7 +5312,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Commande" @@ -5353,7 +5352,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5372,7 +5371,7 @@ msgstr "Commandes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5388,7 +5387,7 @@ msgid "Order deleted!" msgstr "Commande supprimée!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5475,7 +5474,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5492,7 +5491,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5560,7 +5559,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5992,7 +5991,7 @@ msgstr "Téléphone principal" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6145,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6309,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6345,7 @@ msgid "Receive" msgstr "Réception" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Réception marchandise" @@ -6464,7 +6463,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6495,9 +6494,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport de" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6521,7 +6519,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6661,7 +6659,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6838,7 +6836,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7010,7 +7008,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7048,9 +7046,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Sélectionner éléments" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7106,7 +7103,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "N° série" @@ -7179,7 +7176,7 @@ msgid "Seventy" msgstr "Soixante-dix" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7246,11 +7243,11 @@ msgstr "Expédier via" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Expédier à" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7293,11 +7290,11 @@ msgid "Shipping" msgstr "Expédition" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Date d'expédition" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Date d'expédition manquante!" @@ -7305,7 +7302,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8137,7 +8134,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8178,7 +8175,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8344,20 +8341,20 @@ msgid "Transactions" msgstr "Mouvements" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transfert" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transfert inventaire" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Transférer de" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transférer vers" @@ -8499,7 +8496,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8527,7 +8524,7 @@ msgid "Unit Price" msgstr "Prix unitaire" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8569,7 +8566,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8638,7 +8635,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8678,9 +8675,8 @@ msgstr "Valable jusqu'au" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traduction" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8691,8 +8687,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8788,7 +8784,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9101,7 +9097,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "lien permanent" @@ -9109,7 +9105,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "psql non disponible." diff -Nru ledgersmb-1.4-1.4.41/locale/po/fr.po ledgersmb-1.4-1.4.42/locale/po/fr.po --- ledgersmb-1.4-1.4.41/locale/po/fr.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/fr.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: French (http://www.transifex.com/ledgersmb/ledgersmb/language/" "fr/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Société" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Coût" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Enregistrement impossible!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Impossible de transférer l'inventaire!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Dev." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Date de paiement" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Date de réception" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Date de réception manquante!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Description" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Fait!" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Groupe" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventaire enregistré!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventaire transféré!" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Rien n'a été saisi!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Pas de sélection!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Rien à transférer!" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Commande" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Commandes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "Commande supprimée!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "Réception" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Réception marchandise" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport de" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7045,9 +7043,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Sélectionner éléments" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7103,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "N° série" @@ -7176,7 +7173,7 @@ msgid "Seventy" msgstr "Soixante-dix" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Expédier à" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7287,11 @@ msgid "Shipping" msgstr "Expédition" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Date d'expédition" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Date d'expédition manquante!" @@ -7302,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8131,7 @@ msgid "Times" msgstr "Temps" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8338,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transfert" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transfert inventaire" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transférer vers" @@ -8496,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,9 +8672,8 @@ msgstr "Valable jusqu'au" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Traduction" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8688,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/hu.po ledgersmb-1.4-1.4.42/locale/po/hu.po --- ledgersmb-1.4-1.4.41/locale/po/hu.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/hu.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Hungarian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/hu/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Hozzáférés megtagadva" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "milliárd" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Megszakítja a műveletet?" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Társaság" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "Új névbe másol" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Költség" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "Nem sikerült elmenteni az adatokat. Kérem próbálja újra" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Nem lehet elmenteni!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Nem lehet a készletet áthelyezni!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "Köteg készítése" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Új cégadatbázis létrehozása?" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "Összesített hiba:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Pénznem" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "Adatbázis művelet végrehajtva" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Az adatbázis nem létezik." -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Fizetés napja" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Beérkezés dátuma" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "Születésnap" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "A beérkezés dátuma hiányzik!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Köteg kiválasztása" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Nem tudom, mit kellene tennem a biztonsági mentéssel" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Elvégezve" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "Hiba történt a biztonsági mentés fájl létrehozása során" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Hiba történt a köteg létrehozásakor. Kérem próbálja újra." @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "Hiba a funkcióban:" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "Kezdő fájl" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Raktárból" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "Teljes" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Teljes jogosultság" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "Ellenőrző kód létrehozása" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Rendelések készítése" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Beszerzési rendelés készítése" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "Végösszeg" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Csoport" @@ -3893,9 +3892,8 @@ msgstr "Évzárás figyelmen kívül hagyása" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Évzárás figyelmen kívül hagyása" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4062,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "Valótlan jelentés alap" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Érvénytelen biztonsági mentés kérés" @@ -4131,11 +4129,11 @@ "Mielőtt ezt az anyagot/árut elévültnek nyilvánítja,a mennyiségnek nullának " "kell lennie!!" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Készlet elmentve!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Készlet áthelyezve!" @@ -4467,7 +4465,7 @@ msgid "Last name" msgstr "Vezetéknév" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Átfutás" @@ -4631,7 +4629,7 @@ msgid "Login" msgstr "Belépés" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4687,8 +4685,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Felhasználók kezelése" @@ -4980,7 +4978,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5123,15 +5121,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nincs bevitt adat!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nincs kiválasztva semmi!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nincs mit áthelyezni!" @@ -5157,7 +5155,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5209,7 +5207,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5320,7 +5318,7 @@ msgid "Or Add To Batch" msgstr "Vagy hozzáadás köteghez" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Sorrend" @@ -5360,7 +5358,7 @@ msgid "Order By" msgstr "Rendezés" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5379,7 +5377,7 @@ msgstr "Rendelések" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5395,7 +5393,7 @@ msgid "Order deleted!" msgstr "Rendelés törölve!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Sikertelen rendelés készítés!" @@ -5482,7 +5480,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5499,7 +5497,7 @@ msgstr "BR #" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5567,7 +5565,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5762,9 +5760,8 @@ msgstr "Időszak" #: UI/Reports/filters/income_statement.html:83 -#, fuzzy msgid "Period selection" -msgstr "Kiválasztás" +msgstr "" #: UI/Reports/filters/balance_sheet.html:78 #: UI/Reports/filters/income_statement.html:116 @@ -6002,7 +5999,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6156,8 +6153,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6320,7 +6317,7 @@ msgid "Re-open Books" msgstr "Könyvelés újranyitása" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6356,7 +6353,7 @@ msgid "Receive" msgstr "Bevételezés" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Áru érkeztetés" @@ -6474,7 +6471,7 @@ msgid "Report Approved" msgstr "Jelentés jóváhagyva" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6505,9 +6502,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Jelentés jóváhagyva" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,9 +6514,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Jelentés alapja" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6532,7 +6527,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Kérés" @@ -6672,7 +6667,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6849,7 +6844,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Mentés és újra" @@ -7021,7 +7016,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Szállító választás" @@ -7059,9 +7054,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Kiválasztás" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7117,7 +7111,7 @@ msgid "Serial #" msgstr "Sorozatszám" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Sorozatszám" @@ -7190,7 +7184,7 @@ msgid "Seventy" msgstr "hetven" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7257,11 +7251,11 @@ msgstr "Fizetési mód" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Szállítási cím" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7304,11 +7298,11 @@ msgid "Shipping" msgstr "Szállítás" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Szállítás dátuma" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "A szállítás dátuma hiányzik!" @@ -7316,7 +7310,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8149,7 +8143,7 @@ msgid "Times" msgstr "-szor" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8190,7 +8184,7 @@ msgid "To Pay" msgstr "Fizetendő" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Raktárba" @@ -8356,20 +8350,20 @@ msgid "Transactions" msgstr "Számlák" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Tranzakciók" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Készlet áthelyezés" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Áthelyezés innen" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Áthelyezés ide" @@ -8511,7 +8505,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "Egyedi élő cikkszám" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8539,7 +8533,7 @@ msgid "Unit Price" msgstr "Egységár" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Ismeretlen adatbázist találtam." @@ -8581,7 +8575,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8650,7 +8644,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "A felhasználó már létezik. Beolvassa az adatait?" @@ -8690,9 +8684,8 @@ msgstr "Érvényesség" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Megszólítás" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8703,8 +8696,8 @@ msgid "Variance:" msgstr "Eltérés:" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8800,7 +8793,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9113,7 +9106,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9121,7 +9114,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/id.po ledgersmb-1.4-1.4.42/locale/po/id.po --- ledgersmb-1.4-1.4.41/locale/po/id.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/id.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-06-15 06:36+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Indonesian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/id/)\n" @@ -52,13 +52,13 @@ #: templates/demo_with_images/statement.html:65 #: templates/xedemo/statement.html:65 msgid "30" -msgstr "" +msgstr "30" #: LedgerSMB/Report/Aging.pm:138 templates/demo/statement.html:66 #: templates/demo_with_images/statement.html:66 #: templates/xedemo/statement.html:66 msgid "60" -msgstr "" +msgstr "60" #: bin/io.pl:1499 msgid "894.EDI" @@ -68,7 +68,7 @@ #: templates/demo_with_images/statement.html:67 #: templates/xedemo/statement.html:67 msgid "90" -msgstr "" +msgstr "90" #: LedgerSMB/Upgrade_Tests.pm:295 msgid "?????" @@ -200,9 +200,9 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" -msgstr "" +msgstr "Akses ditolak" #: bin/aa.pl:652 bin/aa.pl:718 bin/aa.pl:887 bin/aa.pl:1756 bin/ic.pl:1136 #: bin/ir.pl:533 bin/ir.pl:928 bin/is.pl:566 bin/is.pl:1016 bin/oe.pl:505 @@ -232,20 +232,20 @@ #: LedgerSMB/Report/Trial_Balance.pm:160 UI/payments/use_overpayment2.html:117 msgid "Account Description" -msgstr "" +msgstr "Deskripsi Akun" #: LedgerSMB/Report/Budget/Variance.pm:76 msgid "Account Label" -msgstr "" +msgstr "Label Akun" #: LedgerSMB/Report/GL.pm:152 UI/Reports/co/filter_bm.html:85 #: UI/Reports/co/filter_cd.html:69 UI/Reports/filters/gl.html:247 msgid "Account Name" -msgstr "" +msgstr "Nama Akun" #: LedgerSMB/Report/GL.pm:147 msgid "Account No." -msgstr "" +msgstr "Nomor Akun" #: bin/ic.pl:1035 bin/ic.pl:1697 LedgerSMB/Report/Budget/Search.pm:123 #: LedgerSMB/Report/Budget/Variance.pm:72 LedgerSMB/Report/COA.pm:88 @@ -268,20 +268,20 @@ #: LedgerSMB/Report/co/Caja_Diaria.pm:130 msgid "Account Number End" -msgstr "" +msgstr "No. Akun Awal" #: LedgerSMB/Report/co/Caja_Diaria.pm:128 msgid "Account Number Start" -msgstr "" +msgstr "No.Akun Awal" #: LedgerSMB/Scripts/payment.pm:149 msgid "Account Title" -msgstr "" +msgstr "Judul Akun" #: LedgerSMB/Report/Taxform/Detail.pm:78 LedgerSMB/Report/Taxform/Summary.pm:75 #: UI/accounts/edit.html:197 msgid "Account Type" -msgstr "" +msgstr "Tipe Akun" #: LedgerSMB/GL.pm:206 msgid "Account [_1] not found" @@ -294,7 +294,7 @@ #: UI/Reports/filters/balance_sheet.html:192 #: UI/Reports/filters/income_statement.html:275 msgid "Account category" -msgstr "" +msgstr "Kategori Account" #: bin/am.pl:132 msgid "Account does not exist!" @@ -316,11 +316,11 @@ #: UI/Reports/co/filter_cd.html:24 msgid "Accounts From" -msgstr "" +msgstr "Akun Awal" #: UI/Reports/co/filter_cd.html:29 msgid "Accounts To" -msgstr "" +msgstr "Akun Akhir" #: LedgerSMB/Upgrade_Tests.pm:486 LedgerSMB/Upgrade_Tests.pm:543 msgid "Accounts without heading" @@ -881,7 +881,7 @@ #: bin/aa.pl:72 bin/gl.pl:68 bin/io.pl:68 LedgerSMB/App_State.pm:240 #: LedgerSMB/DBObject/Date.pm:63 msgid "April" -msgstr "" +msgstr "April" #: LedgerSMB/Scripts/asset.pm:630 LedgerSMB/Scripts/asset.pm:695 #: LedgerSMB/Scripts/asset.pm:767 @@ -1097,16 +1097,16 @@ #: bin/ir.pl:712 bin/is.pl:513 bin/is.pl:809 msgid "Automatic" -msgstr "" +msgstr "Otomatis" #: LedgerSMB/Report/Listings/Overpayments.pm:144 #: UI/payments/use_overpayment2.html:118 msgid "Available" -msgstr "" +msgstr "Tersedia" #: UI/setup/list_databases.html:8 msgid "Available Databases" -msgstr "" +msgstr "Database Tersedia" #: UI/setup/list_users.html:8 msgid "Available Users" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1323,7 +1323,7 @@ #: UI/Contact/divs/person.html:155 msgid "Birthdate" -msgstr "" +msgstr "Tanggal Lahir" #: UI/accounts/yearend.html:122 msgid "Books closed on" @@ -1375,11 +1375,11 @@ #: LedgerSMB/Report/Contact/Search.pm:77 UI/Contact/divs/credit.html:216 msgid "Business Type" -msgstr "" +msgstr "Tipe Bisnis" #: t/data/04-complex_template.html:294 msgid "Business Type:" -msgstr "" +msgstr "Tipe Bisnis:" #: LedgerSMB/Report/Listings/Business_Unit.pm:86 msgid "Business Unit List" @@ -1392,7 +1392,7 @@ #: UI/Reports/filters/invoice_outstanding.html:164 #: UI/Reports/filters/invoice_search.html:257 msgid "Business Units" -msgstr "" +msgstr "Unit Bisnis" #: bin/am.pl:304 msgid "Business deleted!" @@ -1404,7 +1404,7 @@ #: UI/payments/payments_detail.html:171 msgid "Business:" -msgstr "" +msgstr "Bisnis:" #: sql/Pg-database.sql:824 msgid "CC" @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1435,7 +1435,7 @@ #: bin/ir.pl:893 bin/is.pl:511 bin/is.pl:980 msgid "Calculate Taxes" -msgstr "" +msgstr "Kalkulasi Pajak" #: bin/is.pl:769 msgid "Can't void a voided invoice!" @@ -1443,11 +1443,11 @@ #: bin/io.pl:2293 msgid "Cancel" -msgstr "" +msgstr "Batal" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" -msgstr "" +msgstr "Batalkan?" #: bin/gl.pl:681 msgid "Cannot Repost Transaction" @@ -1543,7 +1543,7 @@ #: templates/demo_with_images/timecard.tex:27 templates/xedemo/timecard.html:44 #: templates/xedemo/timecard.tex:27 msgid "Card ID" -msgstr "" +msgstr "ID Card" #: UI/Reports/filters/income_statement.html:42 sql/Pg-database.sql:2855 msgid "Cash" @@ -1567,11 +1567,11 @@ #: sql/Pg-database.sql:812 msgid "Cell Phone" -msgstr "" +msgstr "Telefon" #: UI/users/preferences.html:29 msgid "Change Password" -msgstr "" +msgstr "Ubah Password" #: UI/timecards/timecard.html:102 msgid "Chargeable" @@ -1686,7 +1686,7 @@ #: LedgerSMB/Scripts/order.pm:107 sql/Pg-database.sql:2868 msgid "Combine" -msgstr "" +msgstr "Kombinasi" #: LedgerSMB/Scripts/order.pm:67 msgid "Combine Purchase Orders" @@ -1699,22 +1699,22 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Perusahaan" #: LedgerSMB/Scripts/configuration.pm:26 msgid "Company Address" -msgstr "" +msgstr "Alamat" #: LedgerSMB/Scripts/configuration.pm:28 msgid "Company Fax" -msgstr "" +msgstr "Fax" #: LedgerSMB/Scripts/configuration.pm:21 msgid "Company Information" -msgstr "" +msgstr "Informasi" #: LedgerSMB/Scripts/configuration.pm:41 msgid "Company License Number" @@ -1728,7 +1728,7 @@ #: LedgerSMB/Scripts/configuration.pm:27 msgid "Company Phone" -msgstr "" +msgstr "Telefon" #: LedgerSMB/Scripts/configuration.pm:39 msgid "Company Sales Tax ID" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Biaya" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Tidak dapat menyimpan" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Tidak dapat mentransfer Inventory" @@ -1950,15 +1950,15 @@ #: UI/setup/select_coa.html:31 msgid "Country Code" -msgstr "" +msgstr "Kode Negara" #: LedgerSMB/Report/Taxform/List.pm:52 msgid "Country Name" -msgstr "" +msgstr "Nama Negara" #: t/data/04-complex_template.html:477 UI/taxform/add_taxform.html:34 msgid "Country:" -msgstr "" +msgstr "Negara:" #: UI/setup/credentials.html:61 msgid "Create" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Mata Uang" @@ -2170,11 +2170,11 @@ #: bin/aa.pl:1377 LedgerSMB/Scripts/payment.pm:332 msgid "Data not saved. Please try again." -msgstr "" +msgstr "Data tidak tersimpan. Silahkan Coba kembali" #: LedgerSMB/Scripts/recon.pm:150 msgid "Data not saved. Please update again." -msgstr "" +msgstr "Data tidak tersimpan. Silahkan tambah kembali" #: UI/setup/credentials.html:44 UI/setup/list_databases.html:12 msgid "Database" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2282,7 +2282,7 @@ #: UI/users/preferences.html:55 msgid "Date Format" -msgstr "" +msgstr "Format Tanggal" #: bin/ic.pl:959 LedgerSMB/Report/Listings/Overpayments.pm:102 #: UI/Reports/filters/reconciliation_search.html:11 @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Tanggal Bayar" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Tanggal Diterima" @@ -2328,16 +2328,15 @@ #: UI/Admin/user_search.html:51 UI/setup/new_user.html:98 msgid "Date of Birth" -msgstr "" +msgstr "Tanggal Lahir" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Tanggal diterima harap diisi!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Keterangan" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2512,7 +2511,7 @@ #: templates/demo_with_images/request_quotation.html:144 #: templates/xedemo/invoice.tex:136 templates/xedemo/request_quotation.html:144 msgid "Delivery" -msgstr "" +msgstr "Pengiriman" #: bin/io.pl:260 LedgerSMB/Report/Contact/History.pm:106 #: UI/Reports/filters/purchase_history.html:312 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2793,17 +2792,17 @@ #: LedgerSMB/Report/co/Caja_Diaria.pm:77 msgid "Document" -msgstr "" +msgstr "Dokumen" #: UI/Reports/co/filter_cd.html:76 msgid "Document Type" -msgstr "" +msgstr "Tipe Dokumen" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Selesai" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "" @@ -3000,7 +2999,7 @@ #: bin/am.pl:458 msgid "Edit Language" -msgstr "" +msgstr "Edit Bahasa" #: bin/ic.pl:96 bin/ic.pl:724 msgid "Edit Part" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3329,7 +3328,7 @@ #: UI/asset/edit_asset.html:179 msgid "Expense Account" -msgstr "" +msgstr "Akun Biaya" #: UI/accounts/edit.html:331 msgid "Expense/Asset" @@ -3538,11 +3537,11 @@ #: LedgerSMB/Num2text.pm:66 msgid "Five" -msgstr "" +msgstr "Lima" #: LedgerSMB/Num2text.pm:101 msgid "Five Hundred" -msgstr "" +msgstr "Lima Ratus" #: UI/accounts/edit.html:439 msgid "Fixed Asset" @@ -3578,21 +3577,21 @@ #: LedgerSMB/Num2text.pm:94 msgid "Forty" -msgstr "" +msgstr "Empat Puluh" #: LedgerSMB/Num2text.pm:65 msgid "Four" -msgstr "" +msgstr "Empat" #: LedgerSMB/Num2text.pm:76 msgid "Fourteen" -msgstr "" +msgstr "Empat Belas" #: LedgerSMB/Report/Timecards.pm:142 msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4025,7 +4024,7 @@ #: LedgerSMB/DBObject/User.pm:78 msgid "Incorrect Password" -msgstr "" +msgstr "Password Salah" #: bin/ic.pl:1292 msgid "Individual Items" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventory sudah disimpan!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventory sudah di-transfer" @@ -4451,7 +4450,7 @@ #: UI/Admin/edit_user.html:104 UI/Admin/user_search.html:31 #: UI/Contact/divs/employee.html:58 msgid "Last Name" -msgstr "" +msgstr "Nama Belakang" #: LedgerSMB/Report/Reconciliation/Summary.pm:149 msgid "Last Updated" @@ -4459,9 +4458,9 @@ #: UI/setup/new_user.html:78 msgid "Last name" -msgstr "" +msgstr "Nama belakang" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4566,15 +4565,15 @@ #: UI/business_units/list_classes.html:108 msgid "List Units" -msgstr "" +msgstr "Daftar Unit" #: UI/setup/confirm_operation.html:60 msgid "List Users" -msgstr "" +msgstr "Daftar Pengguna" #: sql/Pg-database.sql:2844 msgid "List Warehouse" -msgstr "" +msgstr "Daftar Gudang" #: LedgerSMB/Report/Listings/Business_Type.pm:73 msgid "List of Business Types" @@ -4587,11 +4586,11 @@ #: UI/asset/edit_asset.html:134 UI/asset/search_asset.html:125 #: UI/payments/payment2.html:38 UI/payments/use_overpayment2.html:34 msgid "Location" -msgstr "" +msgstr "Lokasi" #: t/data/04-complex_template.html:368 UI/Contact/divs/address.html:2 msgid "Locations" -msgstr "" +msgstr "Lokasi" #: LedgerSMB/Scripts/configuration.pm:71 msgid "Lock Item Description" @@ -4623,15 +4622,15 @@ #: old-handler.pl:193 UI/login.html:69 UI/setup/credentials.html:54 msgid "Login" -msgstr "" +msgstr "Masuk" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" #: sql/Pg-database.sql:2931 msgid "Logout" -msgstr "" +msgstr "Keluar" #: UI/logout.html:28 msgid "Logout Successful" @@ -4681,10 +4680,10 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" -msgstr "" +msgstr "Pengaturan Pengguna/User" #: bin/aa.pl:1571 LedgerSMB/Report/Invoices/Outstanding.pm:267 #: LedgerSMB/Report/Invoices/Transactions.pm:301 LedgerSMB/Report/Orders.pm:267 @@ -4692,11 +4691,11 @@ #: UI/Reports/filters/invoice_outstanding.html:183 #: UI/Reports/filters/invoice_search.html:276 msgid "Manager" -msgstr "" +msgstr "Manajer" #: t/data/04-complex_template.html:98 msgid "Manager:" -msgstr "" +msgstr "Manajer:" #: bin/ir.pl:716 bin/is.pl:517 bin/is.pl:813 msgid "Manual" @@ -4774,11 +4773,11 @@ #: UI/Contact/divs/employee.html:47 UI/Contact/divs/person.html:97 msgid "Middle Name" -msgstr "" +msgstr "Nama Tengah" #: LedgerSMB/Num2text.pm:105 msgid "Million" -msgstr "" +msgstr "Juta" #: LedgerSMB/Report/File/Incoming.pm:53 LedgerSMB/Report/File/Internal.pm:51 msgid "Mime Type" @@ -4808,7 +4807,7 @@ #: UI/Reports/filters/search_goods.html:55 #: UI/Reports/filters/search_goods.html:341 msgid "Model" -msgstr "" +msgstr "Model" #: LedgerSMB/Report/Timecards.pm:126 msgid "Mon" @@ -4837,15 +4836,15 @@ #: LedgerSMB/Entity/Person.pm:105 sql/Pg-database.sql:740 msgid "Mr." -msgstr "" +msgstr "Tn." #: LedgerSMB/Entity/Person.pm:106 sql/Pg-database.sql:741 msgid "Mrs." -msgstr "" +msgstr "Ny." #: LedgerSMB/Entity/Person.pm:107 sql/Pg-database.sql:742 msgid "Ms." -msgstr "" +msgstr "Nn." #: UI/import_csv/import_inventory_csv.html:64 msgid "Multiple dates" @@ -4875,7 +4874,7 @@ #: t/data/04-complex_template.html:50 t/data/04-complex_template.html:160 #: UI/Contact/divs/employee.html:34 msgid "Name:" -msgstr "" +msgstr "Nama:" #: LedgerSMB/Report/Assets/Net_Book_Value.pm:134 sql/Pg-database.sql:2897 msgid "Net Book Value" @@ -4930,19 +4929,19 @@ #: LedgerSMB/Num2text.pm:70 msgid "Nine" -msgstr "" +msgstr "Sembilan" #: LedgerSMB/Num2text.pm:103 msgid "Nine Hundred" -msgstr "" +msgstr "Sembilan Ratus" #: LedgerSMB/Num2text.pm:81 msgid "Nineteen" -msgstr "" +msgstr "Sembilan Belas" #: LedgerSMB/Num2text.pm:99 msgid "Ninety" -msgstr "" +msgstr "Sembilan Puluh" #: LedgerSMB/Report/Taxform/List.pm:101 UI/am-audit-control.html:15 #: UI/am-audit-control.html:26 UI/ca-list-selector.html:41 @@ -4974,9 +4973,9 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" -msgstr "" +msgstr "Tidak Ada Perubahan" #: bin/aa.pl:210 bin/ir.pl:172 bin/is.pl:159 msgid "No currencies defined. Please set these up under System/Defaults." @@ -4992,7 +4991,7 @@ #: UI/templates/edit.html:5 UI/templates/preview.html:44 msgid "No language" -msgstr "" +msgstr "Tidak Ada Bahasa" #: bin/pe.pl:872 msgid "No open Projects!" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Catatan sudah dimasukkan!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Tidak ada yang dipilih!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Tidak ada yang akan di-transfer!" @@ -5134,7 +5133,7 @@ #: bin/aa.pl:79 bin/gl.pl:75 bin/io.pl:75 LedgerSMB/App_State.pm:249 #: LedgerSMB/DBObject/Date.pm:70 msgid "November" -msgstr "" +msgstr "November" #: LedgerSMB/Upgrade_Tests.pm:597 LedgerSMB/Upgrade_Tests.pm:616 msgid "Null employee numbers" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5299,7 +5298,7 @@ #: UI/accounts/edit.html:216 msgid "Options" -msgstr "" +msgstr "Pilihan" #: UI/file/attachment_screen.html:35 msgid "Or" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "No. Pesanan" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "Pesanan" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "Pesanan sudah dihapus!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5488,14 +5487,14 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 #: UI/Reports/filters/invoice_search.html:242 UI/Reports/filters/orders.html:48 #: UI/Reports/filters/orders.html:132 msgid "PO Number" -msgstr "" +msgstr "Nomor PO" #: UI/payments/use_overpayment2.html:270 msgid "POST" @@ -5541,7 +5540,7 @@ #: bin/pe.pl:133 UI/business_units/edit.html:41 msgid "Parent" -msgstr "" +msgstr "Induk" #: bin/io.pl:871 LedgerSMB/Report/Invoices/COGS.pm:105 msgid "Part" @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6053,11 +6052,11 @@ #: UI/Contact/divs/credit.html:359 msgid "Profit and Loss" -msgstr "" +msgstr "Laba dan Rugi" #: bin/aa.pl:1079 bin/ic.pl:956 bin/ir.pl:1046 bin/is.pl:1140 msgid "Profit/Loss" -msgstr "" +msgstr "Laba/Rugi" #: LedgerSMB/Report/PNL/Product.pm:71 msgid "Proft/Loss on Inventory Sales" @@ -6092,11 +6091,11 @@ #: LedgerSMB/Report/Listings/Asset.pm:89 LedgerSMB/Report/Listings/Asset.pm:121 #: LedgerSMB/Scripts/asset.pm:391 msgid "Purchase Date" -msgstr "" +msgstr "Tanggal Pembelian" #: UI/asset/edit_asset.html:71 UI/asset/search_asset.html:65 msgid "Purchase Date:" -msgstr "" +msgstr "Tanggal Pembelian:" #: LedgerSMB/Report/Contact/History.pm:129 #: UI/Reports/filters/purchase_history.html:12 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6194,7 +6193,7 @@ #: LedgerSMB/Report/Invoices/COGS.pm:115 msgid "Quantity" -msgstr "" +msgstr "Kuantiti" #: bin/ic.pl:2242 msgid "Quantity exceeds available units to stock!" @@ -6207,7 +6206,7 @@ #: UI/rp-search-generate_income_statement.html:46 #: UI/rp-search-generate_tax_report.html:42 msgid "Quarter" -msgstr "" +msgstr "Kwartal" #: bin/io.pl:1395 bin/io.pl:1655 bin/io.pl:1662 bin/oe.pl:286 bin/oe.pl:744 #: bin/oe.pl:952 bin/oe.pl:1349 LedgerSMB/Report/Inventory/Search.pm:286 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "Penerimaan" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Penerimaan Barang" @@ -6418,7 +6417,7 @@ #: templates/xedemo/ar_transaction.html:224 #: templates/xedemo/ar_transaction.tex:143 msgid "Registration" -msgstr "" +msgstr "Pendaftaran" #: templates/demo/invoice.html:302 templates/demo_with_images/invoice.html:305 #: templates/xedemo/invoice.html:303 @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Laporan" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6607,7 +6605,7 @@ #: LedgerSMB/Report/Listings/Overpayments.pm:159 msgid "Reverse" -msgstr "" +msgstr "Reversal" #: sql/Pg-database.sql:2947 msgid "Reverse AR Overpay" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6667,7 +6665,7 @@ #: sql/Pg-database.sql:969 msgid "Salary" -msgstr "" +msgstr "Gaji/Upah" #: sql/Pg-database.sql:3794 msgid "Sale" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -6892,7 +6890,7 @@ #: LedgerSMB/Report/Invoices/Transactions.pm:331 msgid "Search AP" -msgstr "" +msgstr "Cari Hutang" #: UI/Reports/filters/invoice_search.html:5 msgid "Search AP Invoices" @@ -6900,7 +6898,7 @@ #: LedgerSMB/Report/Invoices/Transactions.pm:332 msgid "Search AR" -msgstr "" +msgstr "Cari Piutang" #: UI/Reports/filters/invoice_search.html:9 msgid "Search AR Invoices" @@ -6936,7 +6934,7 @@ #: UI/Reports/filters/payments.html:7 UI/Reports/filters/payments.html:17 msgid "Search Payments" -msgstr "" +msgstr "Cari Pembayaran" #: UI/Reports/filters/search_pricegroups.html:4 msgid "Search Price Groups" @@ -6956,7 +6954,7 @@ #: UI/Reports/filters/payments.html:14 msgid "Search Receipts" -msgstr "" +msgstr "Cari Penerimaan" #: UI/Reports/filters/reconciliation_search.html:5 msgid "Search Reconciliation Reports" @@ -6996,7 +6994,7 @@ #: UI/reconciliation/report.html:266 UI/Reports/aging_report.html:58 msgid "Select All" -msgstr "" +msgstr "Pilih Semua" #: bin/pe.pl:1165 msgid "Select Customer" @@ -7006,13 +7004,13 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" -msgstr "" +msgstr "Pilih Supplier" #: bin/arapprn.pl:530 bin/is.pl:1538 bin/oe.pl:1398 msgid "Select a Printer!" -msgstr "" +msgstr "Pilih Printer!" #: UI/taxform/add_taxform.html:62 msgid "Select by Default:" @@ -7044,9 +7042,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Pilih pembayaran" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7102,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "No. Seri" @@ -7125,7 +7122,7 @@ #: templates/demo_with_images/bin_list.html:149 #: templates/xedemo/bin_list.html:149 msgid "Serialnumber" -msgstr "" +msgstr "Serialnumber" #: bin/io.pl:873 msgid "Service" @@ -7161,21 +7158,21 @@ #: LedgerSMB/Num2text.pm:68 msgid "Seven" -msgstr "" +msgstr "Tujuh" #: LedgerSMB/Num2text.pm:102 msgid "Seven Hundred" -msgstr "" +msgstr "Tujuh Ratus" #: LedgerSMB/Num2text.pm:79 msgid "Seventeen" -msgstr "" +msgstr "Tujuh belas" #: LedgerSMB/Num2text.pm:97 msgid "Seventy" -msgstr "" +msgstr "Tujuh puluh" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Kirim kepada" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7286,11 @@ msgid "Shipping" msgstr "Kirim dan Terima" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Tanggal Pengiriman" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Tanggal Pengiriman harap diisi!" @@ -7301,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8340,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transfer ke" @@ -8391,55 +8388,55 @@ #: LedgerSMB/Num2text.pm:74 msgid "Twelve" -msgstr "" +msgstr "Sebelas" #: LedgerSMB/Num2text.pm:82 msgid "Twenty" -msgstr "" +msgstr "Dua Puluh" #: LedgerSMB/Num2text.pm:91 msgid "Twenty Eight" -msgstr "" +msgstr "Dua Puluh Delapan" #: LedgerSMB/Num2text.pm:88 msgid "Twenty Five" -msgstr "" +msgstr "Dua Puluh Lima" #: LedgerSMB/Num2text.pm:87 msgid "Twenty Four" -msgstr "" +msgstr "Dua Puluh Empat" #: LedgerSMB/Num2text.pm:92 msgid "Twenty Nine" -msgstr "" +msgstr "Dua Puluh Sembilan" #: LedgerSMB/Num2text.pm:83 msgid "Twenty One" -msgstr "" +msgstr "Dua Puluh Satu" #: LedgerSMB/Num2text.pm:84 msgid "Twenty One-o" -msgstr "" +msgstr "Dua Puluh Satu" #: LedgerSMB/Num2text.pm:90 msgid "Twenty Seven" -msgstr "" +msgstr "Dua Puluh Tujuh" #: LedgerSMB/Num2text.pm:89 msgid "Twenty Six" -msgstr "" +msgstr "Dua Puluh Enam" #: LedgerSMB/Num2text.pm:86 msgid "Twenty Three" -msgstr "" +msgstr "Dua Puluh Tiga" #: LedgerSMB/Num2text.pm:85 msgid "Twenty Two" -msgstr "" +msgstr "Dua Puluh Dua" #: LedgerSMB/Num2text.pm:63 msgid "Two" -msgstr "" +msgstr "Dua" #: bin/io.pl:2176 LedgerSMB/Report/Inventory/History.pm:146 #: LedgerSMB/Report/Unapproved/Batch_Overview.pm:87 @@ -8495,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8521,9 +8518,9 @@ #: templates/xedemo/request_quotation.html:145 #: templates/xedemo/request_quotation.tex:124 msgid "Unit Price" -msgstr "" +msgstr "Satuan Harga" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8623,18 +8620,18 @@ #: LedgerSMB/Report/Budget/Variance.pm:86 msgid "Used" -msgstr "" +msgstr "Digunakan" #: LedgerSMB/Scripts/contact.pm:167 t/data/04-complex_template.html:36 #: UI/am-company-logo.html:12 UI/Contact/divs/user.html:2 msgid "User" -msgstr "" +msgstr "Pengguna" #: UI/login.html:41 msgid "User Name" -msgstr "" +msgstr "Nama Pengguna" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8674,9 +8671,8 @@ msgstr "Valid hingga" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Quotation" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8687,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8703,7 +8699,7 @@ #: LedgerSMB/Report/Invoices/Transactions.pm:246 msgid "Vendor Account" -msgstr "" +msgstr "Akun Supplier" #: sql/Pg-database.sql:2794 msgid "Vendor History" @@ -8721,7 +8717,7 @@ #: UI/payments/payment1.html:37 UI/payments/payment2.html:31 #: UI/Reports/filters/orders.html:6 msgid "Vendor Name" -msgstr "" +msgstr "Nama Supplier" #: bin/aa.pl:1681 bin/io.pl:2062 LedgerSMB/Report/Invoices/Payments.pm:113 #: LedgerSMB/Report/Invoices/Payments.pm:183 @@ -8784,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -8818,11 +8814,11 @@ #: bin/am.pl:826 UI/timecards/entry_filter.html:24 msgid "Week" -msgstr "" +msgstr "Pekan" #: LedgerSMB/Report/Timecards.pm:97 msgid "Week Starting" -msgstr "" +msgstr "Awal Pekan" #: bin/arap.pl:532 msgid "Week(s)" @@ -8879,7 +8875,7 @@ #: sql/Pg-database.sql:814 msgid "Yahoo" -msgstr "" +msgstr "Yahoo" #: bin/aa.pl:1665 bin/am.pl:828 bin/pe.pl:845 LedgerSMB/DBObject/Date.pm:93 #: UI/bp-search.html:50 UI/lib/report_base.html:153 UI/lib/report_base.html:238 @@ -8899,7 +8895,7 @@ #: UI/accounts/yearend.html:18 UI/accounts/yearend.html:31 msgid "Yearend" -msgstr "" +msgstr "Akhir Tahun" #: UI/accounts/yearend_complete.html:4 msgid "Yearend complete" @@ -9047,7 +9043,7 @@ #: bin/am.pl:1352 bin/am.pl:1489 msgid "failed" -msgstr "" +msgstr "gagal" #: t/data/04-gettext.tex:10 msgid "fr" @@ -9097,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,9 +9101,9 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." -msgstr "" +msgstr "plsql tidak ditemukan." #: bin/arap.pl:809 bin/io.pl:1926 msgid "sent" diff -Nru ledgersmb-1.4-1.4.41/locale/po/is.po ledgersmb-1.4-1.4.42/locale/po/is.po --- ledgersmb-1.4-1.4.41/locale/po/is.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/is.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Icelandic (http://www.transifex.com/ledgersmb/ledgersmb/" "language/is/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Fyritæki" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Gjaldm" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Greiðsludagur" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Skýringar" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Búið" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "R-póstur" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "Tengjast" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Ekkert valið!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Pöntun" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "Pöntunarblað" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "Pöntun eytt" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Skýrsla fyrir" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7006,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7101,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7174,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7241,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Senda til" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7288,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7300,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8132,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8173,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8339,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8494,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8522,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8564,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8633,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8685,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8782,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9095,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9103,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/it.po ledgersmb-1.4-1.4.42/locale/po/it.po --- ledgersmb-1.4-1.4.41/locale/po/it.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/it.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Italian (http://www.transifex.com/ledgersmb/ledgersmb/language/" "it/)\n" @@ -203,7 +203,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Accesso negato" @@ -1297,7 +1297,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1423,7 +1423,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1448,7 +1448,7 @@ msgid "Cancel" msgstr "Annulla" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Annullo?" @@ -1702,7 +1702,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Ragione Sociale" @@ -1829,7 +1829,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1894,7 +1894,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1918,11 +1918,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1971,7 +1971,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2055,7 +2055,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Valuta" @@ -2199,11 +2199,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2305,7 +2305,7 @@ msgid "Date Paid" msgstr "Data di pagamento" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2333,14 +2333,13 @@ msgid "Date of Birth" msgstr "Data di nascita" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Selezione" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2598,8 +2597,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2802,11 +2801,11 @@ msgid "Document Type" msgstr "Tipo documento" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Fatto" @@ -2893,7 +2892,7 @@ msgstr "Numero impiegato duplicato" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3256,11 +3255,11 @@ msgid "Equity to Liabilities" msgstr "Attivita a Passività" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3268,7 +3267,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3595,7 +3594,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3633,7 +3632,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3647,8 +3646,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3728,11 +3727,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Genera ordini" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Genera ordini acquisto" @@ -3772,8 +3771,8 @@ msgid "Grand Total" msgstr "Totale generale" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -3895,9 +3894,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Ignora fine anno" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4064,7 +4062,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Richiesta non valida di backup" @@ -4131,11 +4129,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventario registrato!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4467,7 +4465,7 @@ msgid "Last name" msgstr "Cognome" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4631,7 +4629,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4687,8 +4685,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Gestione utenti" @@ -4980,7 +4978,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "Invariato" @@ -5121,15 +5119,15 @@ msgid "Notes:
" msgstr "Note:
" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nulla inserito!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Non hai selezionato nulla!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nulla da trasferire!" @@ -5155,7 +5153,7 @@ msgstr "Nessun numero modelli" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5207,7 +5205,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5315,7 +5313,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Ordine" @@ -5355,7 +5353,7 @@ msgid "Order By" msgstr "Ordina per" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5374,7 +5372,7 @@ msgstr "Ordini" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5390,7 +5388,7 @@ msgid "Order deleted!" msgstr "Ordine Cancellato!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Generazione ordine fallita!" @@ -5477,7 +5475,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5494,7 +5492,7 @@ msgstr "Ordine acquisto #" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5562,7 +5560,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5755,9 +5753,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:83 -#, fuzzy msgid "Period selection" -msgstr "Selezione" +msgstr "" #: UI/Reports/filters/balance_sheet.html:78 #: UI/Reports/filters/income_statement.html:116 @@ -5995,7 +5992,7 @@ msgstr "Telefono principale" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6149,8 +6146,8 @@ msgid "Purchased" msgstr "Comprato" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6313,7 +6310,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6349,7 +6346,7 @@ msgid "Receive" msgstr "Ricevuta" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6467,7 +6464,7 @@ msgid "Report Approved" msgstr "Resoconto verificato" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "Nome resoconto" @@ -6498,9 +6495,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Tipo resoconto" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6511,9 +6507,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Nuova unità resoconto" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6525,7 +6520,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6665,7 +6660,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6842,7 +6837,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Salva e riprova" @@ -7014,7 +7009,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Scegli venditore" @@ -7052,9 +7047,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Selezione" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7110,7 +7104,7 @@ msgid "Serial #" msgstr "Serie #" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serie N." @@ -7183,7 +7177,7 @@ msgid "Seventy" msgstr "settanta" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7250,11 +7244,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Spedire a" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7297,11 +7291,11 @@ msgid "Shipping" msgstr "Logistica" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Data spedizione" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Manca data spedizione" @@ -7309,7 +7303,7 @@ msgid "Shipping Label" msgstr "Etichetta di spedizione" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8141,7 +8135,7 @@ msgid "Times" msgstr "Volte" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8182,7 +8176,7 @@ msgid "To Pay" msgstr "Da pagare" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Per magazzino" @@ -8348,20 +8342,20 @@ msgid "Transactions" msgstr "Scritture contabili" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8503,7 +8497,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8531,7 +8525,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Trovato database sconosciuto." @@ -8573,7 +8567,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8642,7 +8636,7 @@ msgid "User Name" msgstr "Nome utente" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8682,9 +8676,8 @@ msgstr "Valido fino" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "titolo" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8695,8 +8688,8 @@ msgid "Variance:" msgstr "Varianza:" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8792,7 +8785,7 @@ msgid "Wages/Deductions" msgstr "Stipendi/Deduzioni" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9105,7 +9098,7 @@ msgid "partial disposal" msgstr "disposizione parziale" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9113,7 +9106,7 @@ msgid "production" msgstr "produzione" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "psql non trovato" diff -Nru ledgersmb-1.4-1.4.41/locale/po/lt.po ledgersmb-1.4-1.4.42/locale/po/lt.po --- ledgersmb-1.4-1.4.41/locale/po/lt.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/lt.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Lithuanian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/lt/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1700,7 +1700,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1827,7 +1827,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1892,7 +1892,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1916,11 +1916,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1969,7 +1969,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val." @@ -2197,11 +2197,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2303,7 +2303,7 @@ msgid "Date Paid" msgstr "Mokėjimo Data" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2331,14 +2331,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Aprašymas" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2596,8 +2595,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2800,11 +2799,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Įvykdyta" @@ -2891,7 +2890,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-paštas" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4061,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Prisijungimas" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nieko neišrinkta!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Užsakymas" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Užsakymo įrašas" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "Užsakymai ištrinti!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Ataskaita..." +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7102,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7175,7 +7173,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Pristatyti į" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7287,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7301,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8131,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8340,20 +8338,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8495,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8686,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8783,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9096,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9104,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/lv.po ledgersmb-1.4-1.4.42/locale/po/lv.po --- ledgersmb-1.4-1.4.41/locale/po/lv.po 2017-04-09 14:58:07.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/lv.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Latvian (http://www.transifex.com/ledgersmb/ledgersmb/language/" "lv/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1700,7 +1700,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Uzņēmums" @@ -1827,7 +1827,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1892,7 +1892,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Izmaksas" @@ -1916,11 +1916,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Nevarēja saglabāt" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Nevarēja pārsūtīt krājumu" @@ -1969,7 +1969,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val." @@ -2197,11 +2197,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2303,7 +2303,7 @@ msgid "Date Paid" msgstr "Maksājuma datums" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Saņemšanas datums" @@ -2331,14 +2331,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Nav norādīts saņemšanas datums" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Apraksts" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2596,8 +2595,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2800,11 +2799,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Izdarīts" @@ -2891,7 +2890,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-pasts" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupa" @@ -4061,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4126,11 +4125,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Krājums saglabāts" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Krājums pārsūtīts" @@ -4462,7 +4461,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4626,7 +4625,7 @@ msgid "Login" msgstr "Pieteikties" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4682,8 +4681,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4975,7 +4974,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5116,15 +5115,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nekas nav ievadīts" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nekas nav iezīmēts!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nav nekā pārsūtīšanai" @@ -5150,7 +5149,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5202,7 +5201,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5310,7 +5309,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Orderis" @@ -5350,7 +5349,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5369,7 +5368,7 @@ msgstr "Ordera ieraksts" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5385,7 +5384,7 @@ msgid "Order deleted!" msgstr "Orderis izdzēsts" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5472,7 +5471,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5489,7 +5488,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5557,7 +5556,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5989,7 +5988,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6143,8 +6142,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6307,7 +6306,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6343,7 +6342,7 @@ msgid "Receive" msgstr "Saņemt" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Saņemt preces" @@ -6461,7 +6460,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6492,9 +6491,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Atskaite par" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6518,7 +6516,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6658,7 +6656,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6835,7 +6833,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7007,7 +7005,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7102,7 +7100,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Seriālais Nr." @@ -7175,7 +7173,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7240,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Piegādes adrese" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7287,11 @@ msgid "Shipping" msgstr "Piegāde" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Nosūtīšanas datums" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Nav norādīts nosūtīšanas datums" @@ -7301,7 +7299,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8131,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8172,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8340,20 +8338,20 @@ msgid "Transactions" msgstr "Transakcijas" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Pārsūtīšana" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Krājuma pārsūtīšana" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Pārsūtīt uz" @@ -8495,7 +8493,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8521,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8563,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8632,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8674,9 +8672,8 @@ msgstr "Derīgs līdz" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Tulkojums" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8687,8 +8684,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8784,7 +8781,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9097,7 +9094,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,7 +9102,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/ms_MY.po ledgersmb-1.4-1.4.42/locale/po/ms_MY.po --- ledgersmb-1.4-1.4.41/locale/po/ms_MY.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/ms_MY.po 2017-09-16 19:45:58.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/ms_MY/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Akses Dinafikan" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Batal ?" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Syarikat" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "kos" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "Data tidak boleh disimpan. Sila cuba lagi" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Tidak boleh disimpan" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Tidak dapat memindahkan Inventori!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Bina pankalan data?" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "Ralat terkumpul:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Pengkalan data tidak wujud" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Tarikh Dibayar" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Tarikh diterima" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Tarikh diterima hilang" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Tarikh kepada" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Tidak mengetahui apa yang perlu dibuat dengan backup " -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Selesai" @@ -2892,7 +2891,7 @@ msgstr "Salinan nombor pekerja" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "Kesalahan membina backup data" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Kesalahan mencipta kumpulan. sila cuba lagi. " @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "Kesalahan daripada fungsi" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "Jumaat" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Daripada gudang" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Permintaan penuh" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Menjana pesanan" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Menjana Pesanan Pembelian" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Kumpulan" @@ -3894,9 +3893,8 @@ msgstr "Abaikan Pengakhiran Tahun" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Abaikan Pengakhiran Tahun" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4063,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "Laporan Asas Tidak Sah" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Permintaan backup tidak sah" @@ -4128,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventori disimpan" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventori di hantar" @@ -4464,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Utama" @@ -4628,7 +4626,7 @@ msgid "Login" msgstr "Daftar masuk" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Pengguna diurus" @@ -4977,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "Tiada Nombor Pekerja" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5120,15 +5118,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Tiada apa-apa yang dimasukan" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Anda tidak memilih apa-apa!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "TIada apa-apa untuk dihantar" @@ -5154,7 +5152,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5206,7 +5204,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5314,7 +5312,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Pesanan" @@ -5354,7 +5352,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5373,7 +5371,7 @@ msgstr "Entri pesanan" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5389,7 +5387,7 @@ msgid "Order deleted!" msgstr "Pesanan dipadam" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Penjanaan Pesanan gagal!" @@ -5476,7 +5474,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5493,7 +5491,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5561,7 +5559,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5994,7 +5992,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6148,8 +6146,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6312,7 +6310,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6348,7 +6346,7 @@ msgid "Receive" msgstr "Diterima" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Penerimaan barang dagangan" @@ -6466,7 +6464,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6497,9 +6495,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Laporan" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6510,9 +6507,8 @@ msgstr "Unit yang dilaporkan" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Unit yang dilaporkan" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6524,7 +6520,7 @@ msgid "Reposting Not Allowed" msgstr "Ulangan pesanan tidak dibenarkan" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6664,7 +6660,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6841,7 +6837,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Simpan dan cuba lagi" @@ -7013,7 +7009,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Pilih Pembekal" @@ -7051,9 +7047,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Pilih Pelanggan" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7109,7 +7104,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "No. Siri" @@ -7182,7 +7177,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7249,11 +7244,11 @@ msgstr "Hantar Melalui" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Hantar kepada" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7296,11 +7291,11 @@ msgid "Shipping" msgstr "Penghantaran" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Tarikh penghantaran" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Tarikh penghantaran hilang!" @@ -7308,7 +7303,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8140,7 +8135,7 @@ msgid "Times" msgstr "Masa" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8181,7 +8176,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Ke gudang" @@ -8347,20 +8342,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Hantar" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Hantar Inventori" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Hantar daripada" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Hantar ke" @@ -8502,7 +8497,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8530,7 +8525,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Pangkalan data tidak dikenali dijumpai" @@ -8572,7 +8567,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8641,7 +8636,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "Pengguna telah wujud. impot?" @@ -8681,9 +8676,8 @@ msgstr "Sah Sehingga" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Penterjmahan" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8694,8 +8688,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8791,7 +8785,7 @@ msgid "Wages/Deductions" msgstr "Gaji/Potongan" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9104,7 +9098,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9112,7 +9106,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/nb.po ledgersmb-1.4-1.4.42/locale/po/nb.po --- ledgersmb-1.4-1.4.41/locale/po/nb.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/nb.po 2017-09-16 19:45:59.000000000 +0000 @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-02-13 00:41+0000\n" -"Last-Translator: Ha Sorli \n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" +"Last-Translator: Erik Huelsmann \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/ledgersmb/ledgersmb/" "language/nb/)\n" "Language: nb\n" @@ -207,7 +207,7 @@ msgstr "Akkumulert Sum" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Nektet Adgang" @@ -1301,7 +1301,7 @@ msgid "Billion" msgstr "Milliard " -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1427,7 +1427,7 @@ msgstr "Varekostnad Rapport" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1452,7 +1452,7 @@ msgid "Cancel" msgstr "Avbryt" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Avbryt?" @@ -1706,7 +1706,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1833,7 +1833,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1898,7 +1898,7 @@ msgid "Copy to New Name" msgstr "Kopier til Nytt Navn" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kostnad" @@ -1922,11 +1922,11 @@ msgid "Could not save the data. Please try again" msgstr "Kunne ikke lagre data. Prøv igjen." -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Kunne ikke lagre" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Kunne ikke overføre varebeholdning!" @@ -1975,7 +1975,7 @@ msgid "Create Batch" msgstr "Opprett Gruppe" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Opprett Database" @@ -2059,7 +2059,7 @@ msgid "Cumulative Error:" msgstr "Kumulativ Feil:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val" @@ -2203,11 +2203,11 @@ msgid "Database Operation Complete" msgstr "Database Operasjon Ferdig" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Databasen eksisterer ikke" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "Databasen eksister." @@ -2309,7 +2309,7 @@ msgid "Date Paid" msgstr "Betalingsdato" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Mottaksdato" @@ -2337,14 +2337,13 @@ msgid "Date of Birth" msgstr "Fødselsdag" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Mangler mottaksdato" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Batch valg" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2602,8 +2601,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2806,11 +2805,11 @@ msgid "Document Type" msgstr "Dokumenttype" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Vei ikke hvordan å bruke backup" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Ferdig" @@ -2897,7 +2896,7 @@ msgstr "Ansattnummer finnes fra før" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Epost" @@ -3262,11 +3261,11 @@ msgid "Equity to Liabilities" msgstr "Egenkapital til Gjeld" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "Feil ved kreering av backup fil" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Feil ved kreering av Gruppe fil. Prøv igjen." @@ -3274,7 +3273,7 @@ msgid "Error from Function:" msgstr "Feil fra Funksjon " -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "Feil ved åpning av Mappe: [_1]" @@ -3601,7 +3600,7 @@ msgid "Fri" msgstr "Fri" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3639,7 +3638,7 @@ msgid "From File" msgstr "Fra Fil" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Fra Lager" @@ -3653,8 +3652,8 @@ msgid "Full" msgstr "Full" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Fulle Rettigheter" @@ -3734,11 +3733,11 @@ msgid "Generate Control Code" msgstr "Generer Kontrollkode" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Generer orderere" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Generer innkjøpsorderere" @@ -3778,8 +3777,8 @@ msgid "Grand Total" msgstr "Grand Total" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Gruppe" @@ -3901,9 +3900,8 @@ msgstr "Ignorer Årsavslutning" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Ignorer Årsavslutning" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4073,7 +4071,7 @@ msgid "Invalid Reporting Basis" msgstr "Invalid Rapport Grunnlag" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Invalid backup forespørsel" @@ -4142,11 +4140,11 @@ "Varebeholdning må være null for at du kan sette denne monteringen som " "foreldet!" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Varebeholdning lagret" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Varebeholdning overført" @@ -4481,7 +4479,7 @@ msgid "Last name" msgstr "Etternavn" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Lede" @@ -4645,7 +4643,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "Login?" @@ -4703,8 +4701,8 @@ "Forsikre deg om at alle navn kun består av alfanumeriske tegn (og " "understreker) og er minst ett tegn langt" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Behandle Brukere" @@ -4996,7 +4994,7 @@ msgid "No Null employeenumber" msgstr "Ingen NULL Ansattnummer" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "Ingen forandringer" @@ -5137,15 +5135,15 @@ msgid "Notes:
" msgstr "Merknader:
" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Ingenting lagt inn!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Ingenting valgt!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Ingenting å overføre!" @@ -5171,7 +5169,7 @@ msgstr "Null modell nummer" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5223,7 +5221,7 @@ msgstr "Nummer mangler i rad [_1]" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "ODS" @@ -5333,7 +5331,7 @@ msgid "Or Add To Batch" msgstr "Eller legg til parti" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Ordre" @@ -5373,7 +5371,7 @@ msgid "Order By" msgstr "Ordre av" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5392,7 +5390,7 @@ msgstr "Ordrer" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5408,7 +5406,7 @@ msgid "Order deleted!" msgstr "Ordre slettet!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Ordre opprettelse feilet" @@ -5495,7 +5493,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5512,7 +5510,7 @@ msgstr "PO #" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5580,7 +5578,7 @@ msgid "Part Group" msgstr "Varegruppe" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5773,9 +5771,8 @@ msgstr "Periode" #: UI/Reports/filters/income_statement.html:83 -#, fuzzy msgid "Period selection" -msgstr "Sammenlign utvalg " +msgstr "" #: UI/Reports/filters/balance_sheet.html:78 #: UI/Reports/filters/income_statement.html:116 @@ -6013,7 +6010,7 @@ msgstr "Sentralbord tlf" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6167,8 +6164,8 @@ msgid "Purchased" msgstr "Kjøpt" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6331,7 +6328,7 @@ msgid "Re-open Books" msgstr "Reåpne Bøker" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6367,7 +6364,7 @@ msgid "Receive" msgstr "Motta" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Motta varer" @@ -6485,7 +6482,7 @@ msgid "Report Approved" msgstr "Rapport Godkjent" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "Rapportnavn" @@ -6516,9 +6513,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport Type" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6529,9 +6525,8 @@ msgstr "Rapport Enheter" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Rapport Enheter" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6543,7 +6538,7 @@ msgid "Reposting Not Allowed" msgstr "Reføring ikke lov" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Be om" @@ -6683,7 +6678,7 @@ msgid "SIC:" msgstr "SIC:" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6860,7 +6855,7 @@ msgid "Save User" msgstr "Lagre Bruker" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Lagre og Prøv igjen" @@ -7032,7 +7027,7 @@ msgid "Select Templates to Load" msgstr "Velg Maler for å vise" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Velg leverandør" @@ -7070,9 +7065,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Valgte" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7128,7 +7122,7 @@ msgid "Serial #" msgstr "Serie #" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serienummer" @@ -7201,7 +7195,7 @@ msgid "Seventy" msgstr "Sytti" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7268,11 +7262,11 @@ msgstr "Send via" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Send til" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7315,11 +7309,11 @@ msgid "Shipping" msgstr "Frakt" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Leveringsdato" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Mangler leveringsdato" @@ -7327,7 +7321,7 @@ msgid "Shipping Label" msgstr "Sending Etikett" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8162,7 +8156,7 @@ msgid "Times" msgstr "Ganger" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8203,7 +8197,7 @@ msgid "To Pay" msgstr "Til Betaling" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Til lager" @@ -8369,20 +8363,20 @@ msgid "Transactions" msgstr "Postering" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Overføre" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Overfør varebeholdning" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Overfør fra" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Overfør til" @@ -8524,7 +8518,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "Unike ikke foreldete varenummer." -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8552,7 +8546,7 @@ msgid "Unit Price" msgstr "Enhets Pris" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Ukjent database funnet" @@ -8594,7 +8588,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8663,7 +8657,7 @@ msgid "User Name" msgstr "Bruker Navn" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "Bruker eksisterer allerede. Importer?" @@ -8703,9 +8697,8 @@ msgstr "Gyldig til" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Hilsen" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8716,8 +8709,8 @@ msgid "Variance:" msgstr "Forandring:" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8813,7 +8806,7 @@ msgid "Wages/Deductions" msgstr "Lønninger/Skatt" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9128,7 +9121,7 @@ msgid "partial disposal" msgstr "delvis til rådighet" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "permanent link" @@ -9136,7 +9129,7 @@ msgid "production" msgstr "produksjon" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "psql ikke funnet" @@ -9172,9 +9165,3 @@ #: t/data/04-gettext.tex:8 msgid "zh_CN" msgstr "zh_CN" - -#~ msgid "Enter up to " -#~ msgstr "Lagt opp til" - -#~ msgid "Required period type" -#~ msgstr "Krever type periode" diff -Nru ledgersmb-1.4-1.4.41/locale/po/nl_BE.po ledgersmb-1.4-1.4.42/locale/po/nl_BE.po --- ledgersmb-1.4-1.4.41/locale/po/nl_BE.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/nl_BE.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Dutch (Belgium) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/nl_BE/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Bedrijf" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kost" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Kon niet opslaan!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Kon geen inventaris overboeken!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val." @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Betaaldatum" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Ontvangstdatum" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Ontvangstdatum ontbreekt!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Omschrijving" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Klaar" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Groep" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Voorraad opgeslagen" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Voorraad overgeheveld" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Niets ingevuld!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Niets geselecteerd!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Niets over te boeken!" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Bestelling" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Order invoer" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "Order verwijderd!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "Inkomende zending" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Goederen Ontvangen" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport voor" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7103,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serienr" @@ -7176,7 +7174,7 @@ msgid "Seventy" msgstr "zeventig" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Verzenden aan" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7288,11 @@ msgid "Shipping" msgstr "Zendingen" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Verzenddatum" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Verzenddatum ontbreekt!" @@ -7302,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8339,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Overboeking" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Inventaris overboeken" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Overboeken naar" @@ -8496,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8675,9 +8673,8 @@ msgstr "Geldig tot" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Vertaling" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8688,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8785,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9098,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9106,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/nl.po ledgersmb-1.4-1.4.42/locale/po/nl.po --- ledgersmb-1.4-1.4.41/locale/po/nl.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/nl.po 2017-09-16 19:45:59.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-04-01 15:21+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Dutch (http://www.transifex.com/ledgersmb/ledgersmb/language/" "nl/)\n" @@ -207,7 +207,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Geen toegang" @@ -1301,7 +1301,7 @@ msgid "Billion" msgstr "miljard" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1427,7 +1427,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "CSV" @@ -1452,7 +1452,7 @@ msgid "Cancel" msgstr "Annuleren" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "Annuleren?" @@ -1708,7 +1708,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Bedrijf" @@ -1835,7 +1835,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1900,7 +1900,7 @@ msgid "Copy to New Name" msgstr "Kopiëer naar nieuwe naam" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kostprijs" @@ -1924,11 +1924,11 @@ msgid "Could not save the data. Please try again" msgstr "Kan gegevens niet opslaan Probeer opnieuw" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Kon niet opslaan!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Kon geen Inventaris overboeken!" @@ -1977,7 +1977,7 @@ msgid "Create Batch" msgstr "Groep maken" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "Database maken?" @@ -2061,7 +2061,7 @@ msgid "Cumulative Error:" msgstr "Cumulatieve Fout:" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Val." @@ -2205,11 +2205,11 @@ msgid "Database Operation Complete" msgstr "Databasetaak afgerond" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "Database bestaat niet." -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "Database bestaat al." @@ -2311,7 +2311,7 @@ msgid "Date Paid" msgstr "Betaaldatum" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Ontvangstdatum" @@ -2339,14 +2339,13 @@ msgid "Date of Birth" msgstr "Geboortedatum" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Ontvangstdatum ontbreekt!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Groep selectie" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2605,8 +2604,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2809,11 +2808,11 @@ msgid "Document Type" msgstr "Document Type" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "Onbekend welke aktie met backup" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Klaar" @@ -2900,7 +2899,7 @@ msgstr "Werknemer Nummer" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3265,11 +3264,11 @@ msgid "Equity to Liabilities" msgstr "Eigen vermogen naar passiva" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "Fout in aanmaken backup bestand" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "Fout in aanmaken groep. Probeer opniew." @@ -3277,7 +3276,7 @@ msgid "Error from Function:" msgstr "Functionele fout" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "Fout bij het openen van de directory [_1]" @@ -3604,7 +3603,7 @@ msgid "Fri" msgstr "Vrij" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3642,7 +3641,7 @@ msgid "From File" msgstr "Vanuit bestand" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Van magazijn" @@ -3656,8 +3655,8 @@ msgid "Full" msgstr "Volledig" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "Systeem administrateur" @@ -3737,11 +3736,11 @@ msgid "Generate Control Code" msgstr "Genereer controlecode" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Genereer orders" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Genereer aankooporders" @@ -3781,8 +3780,8 @@ msgid "Grand Total" msgstr "Totaal generaal" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Productgroep" @@ -3904,9 +3903,8 @@ msgstr "Negeer jaarafsluitingen" #: UI/Reports/filters/income_statement.html:153 -#, fuzzy msgid "Ignore year-closing" -msgstr "Negeer jaarafsluitingen" +msgstr "" #: bin/ic.pl:501 LedgerSMB/Report/Inventory/Search.pm:258 #: UI/Reports/filters/search_goods.html:312 @@ -4076,7 +4074,7 @@ msgid "Invalid Reporting Basis" msgstr "Geen geldige rapportage basis" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "Ongeldige backup verzoek" @@ -4147,11 +4145,11 @@ "Voorraadhoeveelheid moet nul zijn voordat dit artikel incourant aangemerkt " "kan worden" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Voorraad opgeslagen!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Voorraad overgeheveld!" @@ -4488,7 +4486,7 @@ msgid "Last name" msgstr "Achternaam" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Prospect Klant" @@ -4652,7 +4650,7 @@ msgid "Login" msgstr "Aanmelden" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "Inloggen?" @@ -4710,8 +4708,8 @@ "Controleer dat iedere naam alleen bestaat uit alfanumerieke karakters (en " "lage streep) en minimaal een karakter lang is" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "Toekennen bevoegdheden aan gebruikers" @@ -5003,7 +5001,7 @@ msgid "No Null employeenumber" msgstr "Werknemer NUMMER (moet ingevuld worden!)" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "Geen veranderingen" @@ -5148,15 +5146,15 @@ msgid "Notes:
" msgstr "Notities:
" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Niets ingevuld!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Niets geselecteerd!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Niets over te boeken!" @@ -5182,7 +5180,7 @@ msgstr "NULL modelnummers" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5234,7 +5232,7 @@ msgstr "Getal mist in regel [_1]" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "ODS" @@ -5343,7 +5341,7 @@ msgid "Or Add To Batch" msgstr "Of Voeg toe aan Groep" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Bestelling" @@ -5383,7 +5381,7 @@ msgid "Order By" msgstr "Order door" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5402,7 +5400,7 @@ msgstr "Orderinvoer" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5418,7 +5416,7 @@ msgid "Order deleted!" msgstr "Order verwijderd!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Genereren order mislukt!" @@ -5505,7 +5503,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5522,7 +5520,7 @@ msgstr "PO #" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5590,7 +5588,7 @@ msgid "Part Group" msgstr "Artikelgroep" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5783,9 +5781,8 @@ msgstr "Periode" #: UI/Reports/filters/income_statement.html:83 -#, fuzzy msgid "Period selection" -msgstr "Vergelijken a.d.h.v." +msgstr "" #: UI/Reports/filters/balance_sheet.html:78 #: UI/Reports/filters/income_statement.html:116 @@ -6031,7 +6028,7 @@ msgstr "Eerste telefoonnummer" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6185,8 +6182,8 @@ msgid "Purchased" msgstr "Gekocht" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6349,7 +6346,7 @@ msgid "Re-open Books" msgstr "Heropen boeken" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6385,7 +6382,7 @@ msgid "Receive" msgstr "Ontvangen" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Goederen ontvangen" @@ -6503,7 +6500,7 @@ msgid "Report Approved" msgstr "Rapport goedgekeurd" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "Rapportnaam" @@ -6534,9 +6531,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapportsoort" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6547,9 +6543,8 @@ msgstr "Rapportage-eenheden" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Rapportage-eenheden" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6561,7 +6556,7 @@ msgid "Reposting Not Allowed" msgstr "Heraccordering niet toegestaan" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Gevr" @@ -6701,7 +6696,7 @@ msgid "SIC:" msgstr "SIC:" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6878,7 +6873,7 @@ msgid "Save User" msgstr "Gebruiker opslaan" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "Opslaan en herhalen" @@ -7050,7 +7045,7 @@ msgid "Select Templates to Load" msgstr "Kies sjablonen om te laden" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Selecteer Leverancier" @@ -7088,9 +7083,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Selectie" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7146,7 +7140,7 @@ msgid "Serial #" msgstr "Serienummer" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serienr" @@ -7219,7 +7213,7 @@ msgid "Seventy" msgstr "Zeventig" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7286,11 +7280,11 @@ msgstr "Verzenden met" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Verzenden aan" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7333,11 +7327,11 @@ msgid "Shipping" msgstr "Zendingen" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Verzenddatum" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Verzenddatum ontbreekt!" @@ -7345,7 +7339,7 @@ msgid "Shipping Label" msgstr "Verzendlabel" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8183,7 +8177,7 @@ msgid "Times" msgstr "Keren" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8224,7 +8218,7 @@ msgid "To Pay" msgstr "Betalen" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Naar Magazijn" @@ -8390,20 +8384,20 @@ msgid "Transactions" msgstr "Boekingen" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Overboeking" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Inventaris overboeken" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Overdragen van" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Overboeken naar" @@ -8545,7 +8539,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "Unieke geldige artikelnummers" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8573,7 +8567,7 @@ msgid "Unit Price" msgstr "Eenheidsprijs" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "Onbekende database aangetroffen" @@ -8615,7 +8609,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8684,7 +8678,7 @@ msgid "User Name" msgstr "Gebruikersnaam" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "Gebruiker bestaat al Importeer?" @@ -8724,9 +8718,8 @@ msgstr "Geldig tot" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Titulatuur" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8737,8 +8730,8 @@ msgid "Variance:" msgstr "Afwijking:" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8834,7 +8827,7 @@ msgid "Wages/Deductions" msgstr "Lonen/Inhoudingen" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9149,7 +9142,7 @@ msgid "partial disposal" msgstr "gedeeltelijke verwijdering" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "permanente URL" @@ -9157,7 +9150,7 @@ msgid "production" msgstr "productie" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "psql niet gevonden." @@ -9193,6 +9186,3 @@ #: t/data/04-gettext.tex:8 msgid "zh_CN" msgstr "" - -#~ msgid "Required period type" -#~ msgstr "Vereist periodetype" diff -Nru ledgersmb-1.4-1.4.41/locale/po/pl.po ledgersmb-1.4-1.4.42/locale/po/pl.po --- ledgersmb-1.4-1.4.41/locale/po/pl.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/pl.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Polish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "pl/)\n" @@ -14,7 +14,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" -"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: LedgerSMB/Report/Invoices/Outstanding.pm:163 @@ -202,7 +202,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1296,7 +1296,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1422,7 +1422,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1447,7 +1447,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Firma" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Koszt" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Nie może zapisać!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Nie może przesunąć Inwentarza" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Waluta" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Data Zapłaty" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Data Wpłaty" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Brak Daty Wpłaty" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Opis" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Zrobione" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupa" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4129,11 +4128,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inwentarz zapisany!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inwentarz przeniesiony!" @@ -4465,7 +4464,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4629,7 +4628,7 @@ msgid "Login" msgstr "Zarejestrój się" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4685,8 +4684,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4978,7 +4977,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5119,15 +5118,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nic nie wprowadzono!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nic nie zaznaczone!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nie ma nic do przeniesienia!" @@ -5153,7 +5152,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5205,7 +5204,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5313,7 +5312,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Zlecenie" @@ -5353,7 +5352,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5372,7 +5371,7 @@ msgstr "Wystawianie Zleceń" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5388,7 +5387,7 @@ msgid "Order deleted!" msgstr "Zlecenie usunięte" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5475,7 +5474,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5492,7 +5491,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5560,7 +5559,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5992,7 +5991,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6145,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6309,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6345,7 @@ msgid "Receive" msgstr "Dostawy" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Dostawy Towarów" @@ -6464,7 +6463,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6495,9 +6494,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Raport dla" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6521,7 +6519,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6661,7 +6659,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SWW" @@ -6838,7 +6836,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7010,7 +7008,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7048,9 +7046,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Wybierz płatność" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7106,7 +7103,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Nr. Sr." @@ -7179,7 +7176,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7246,11 +7243,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Wyślij do" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7293,11 +7290,11 @@ msgid "Shipping" msgstr "Spedycja" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Dzień Dostawy" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Brak Dnia Dostawy!" @@ -7305,7 +7302,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8137,7 +8134,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8178,7 +8175,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8344,20 +8341,20 @@ msgid "Transactions" msgstr "Zestawienia Transakcji" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Przelewy" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Przeniesienie Inventarza" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Przenieś do" @@ -8499,7 +8496,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8527,7 +8524,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8569,7 +8566,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8638,7 +8635,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8678,9 +8675,8 @@ msgstr "Ważne do" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Tłumaczenie" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8691,8 +8687,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8788,7 +8784,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9101,7 +9097,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9109,7 +9105,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/pt_BR.po ledgersmb-1.4-1.4.42/locale/po/pt_BR.po --- ledgersmb-1.4-1.4.41/locale/po/pt_BR.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/pt_BR.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-05-12 19:14+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/ledgersmb/" "ledgersmb/language/pt_BR/)\n" @@ -34,19 +34,19 @@ #: LedgerSMB/Report/Assets/Net_Book_Value.pm:96 msgid "(+) Salvage Value" -msgstr "" +msgstr "(+) Valor Salvamento" #: LedgerSMB/Report/Assets/Net_Book_Value.pm:104 msgid "(-) Accum. Dep." -msgstr "" +msgstr "(-) Dep. Acum." #: LedgerSMB/Report/Assets/Net_Book_Value.pm:108 msgid "(=) NBV" -msgstr "" +msgstr "(=) VCL" #: LedgerSMB/Report/Unapproved/Batch_Overview.pm:138 msgid "(Locked)" -msgstr "" +msgstr "(bloqueado)" #: LedgerSMB/Report/Aging.pm:132 templates/demo/statement.html:65 #: templates/demo_with_images/statement.html:65 @@ -87,6 +87,9 @@ "Returns must be shipped prepaid and properly insured. [_1] will not be " "responsible for damages during transit." msgstr "" +"Uma autorização de retorno deve ser obtida de [_1] antes das mercadorias " +"serem devolvidas.As devoluções devem ser enviadas pré-pagas e devidamente " +"asseguradas. [_1] não seráResponsável por danos durante o trânsito." #: sql/Pg-database.sql:813 msgid "AIM" @@ -200,7 +203,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Acesso Negado" @@ -1294,7 +1297,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1423,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1448,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1704,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Empresa" @@ -1828,7 +1831,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1896,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Custo" @@ -1917,11 +1920,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Não é possível salvar!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Não é possível transferir inventário!" @@ -1970,7 +1973,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2057,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Moeda" @@ -2198,11 +2201,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2307,7 @@ msgid "Date Paid" msgstr "Data de pagamento" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Data de recebimento" @@ -2332,14 +2335,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Data de recebimento faltando!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descrição" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2599,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2803,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Feito" @@ -2892,7 +2894,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3255,11 +3257,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3269,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3596,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3634,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Do Almoxarifado" @@ -3646,8 +3648,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3729,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Gerar Pedidos" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Gerar Ordens de Compra" @@ -3771,8 +3773,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupo" @@ -4062,7 +4064,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4129,11 +4131,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Inventário salvo!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Inventário transferido!" @@ -4465,7 +4467,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Lead" @@ -4629,7 +4631,7 @@ msgid "Login" msgstr "Entrar" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4685,8 +4687,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4978,7 +4980,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5119,15 +5121,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Nada entrou!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nada foi selecionado!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Nada a transferir!" @@ -5153,7 +5155,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5205,7 +5207,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5313,7 +5315,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Pedido" @@ -5353,7 +5355,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5372,7 +5374,7 @@ msgstr "Entrada de Pedido" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5388,7 +5390,7 @@ msgid "Order deleted!" msgstr "Pedido apagado!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "A geração de pedidos falhou!" @@ -5475,7 +5477,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5492,7 +5494,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5560,7 +5562,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5992,7 +5994,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6146,8 +6148,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6310,7 +6312,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6346,7 +6348,7 @@ msgid "Receive" msgstr "Receber" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Receber Mercadoria" @@ -6464,7 +6466,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6495,9 +6497,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Relatório para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6521,7 +6522,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Req" @@ -6661,7 +6662,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6838,7 +6839,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7010,7 +7011,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Selecionar Fornecedor" @@ -7048,9 +7049,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Selecionar Cliente" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7106,7 +7106,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Nº Série" @@ -7179,7 +7179,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7246,11 +7246,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Enviar para" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7293,11 +7293,11 @@ msgid "Shipping" msgstr "Despacho de Mercadorias" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Data do Despacho" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Data do Despacho faltando!" @@ -7305,7 +7305,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8137,7 +8137,7 @@ msgid "Times" msgstr "Vêzes" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8178,7 +8178,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Para o Almoxarifado" @@ -8344,20 +8344,20 @@ msgid "Transactions" msgstr "Tansações" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Transferir" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Transferência de Inventário" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Trasnferir de" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Transferir para" @@ -8499,7 +8499,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8527,7 +8527,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8569,7 +8569,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8638,7 +8638,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8678,9 +8678,8 @@ msgstr "Válido até" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Tradução" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8691,8 +8690,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8788,7 +8787,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9101,7 +9100,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9109,7 +9108,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/pt.po ledgersmb-1.4-1.4.42/locale/po/pt.po --- ledgersmb-1.4-1.4.41/locale/po/pt.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/pt.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Portuguese (http://www.transifex.com/ledgersmb/ledgersmb/" "language/pt/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Companhia" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Moeda" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Data de pagamento" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Descrição" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Pronto" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-Mail" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4127,11 +4126,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4463,7 +4462,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4627,7 +4626,7 @@ msgid "Login" msgstr "Login" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4683,8 +4682,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4976,7 +4975,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5117,15 +5116,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Nada seleccionado" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5151,7 +5150,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5203,7 +5202,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5311,7 +5310,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Encomenda" @@ -5351,7 +5350,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5370,7 +5369,7 @@ msgstr "Encomendas de Clientes" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5386,7 +5385,7 @@ msgid "Order deleted!" msgstr "Encomenda apagada" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5473,7 +5472,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5490,7 +5489,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5558,7 +5557,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5990,7 +5989,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6144,8 +6143,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6308,7 +6307,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6344,7 +6343,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6462,7 +6461,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6493,9 +6492,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Relatório para" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6519,7 +6517,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6659,7 +6657,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6836,7 +6834,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7008,7 +7006,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7103,7 +7101,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7176,7 +7174,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7243,11 +7241,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Expedir para" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7290,11 +7288,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7302,7 +7300,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8134,7 +8132,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8175,7 +8173,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8341,20 +8339,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8496,7 +8494,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8524,7 +8522,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8566,7 +8564,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8635,7 +8633,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8687,8 +8685,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8784,7 +8782,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9097,7 +9095,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,7 +9103,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/ru.po ledgersmb-1.4-1.4.42/locale/po/ru.po --- ledgersmb-1.4-1.4.41/locale/po/ru.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/ru.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Russian (http://www.transifex.com/ledgersmb/ledgersmb/language/" "ru/)\n" @@ -206,7 +206,7 @@ msgstr "Сводная ведомость транзакций по счетам" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "Доступ невозможен" @@ -1300,7 +1300,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1426,7 +1426,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1451,7 +1451,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1706,7 +1706,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Организация" @@ -1833,7 +1833,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1898,7 +1898,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Цена" @@ -1922,11 +1922,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Невозможно сохранить!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Невозможно пересестить инвентарь" @@ -1975,7 +1975,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2059,7 +2059,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Валюта" @@ -2203,11 +2203,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2309,7 +2309,7 @@ msgid "Date Paid" msgstr "Дата оплаты" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Дата получена" @@ -2337,14 +2337,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Пропущена дата" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Описание" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2602,8 +2601,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2806,11 +2805,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Выполнено" @@ -2897,7 +2896,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-mail" @@ -3260,11 +3259,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3272,7 +3271,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3599,7 +3598,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3637,7 +3636,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "со склада" @@ -3651,8 +3650,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3732,11 +3731,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Создать ордеры" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Создать ордеры покупки" @@ -3776,8 +3775,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Группа" @@ -4067,7 +4066,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4134,11 +4133,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Инвентарь сохранен!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Инвентарь перемещен!" @@ -4470,7 +4469,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Lead" @@ -4634,7 +4633,7 @@ msgid "Login" msgstr "Пользователь" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4690,8 +4689,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4983,7 +4982,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5124,15 +5123,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Ничего не введено!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Ничего не выбрано!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Ничего не перемещено!" @@ -5158,7 +5157,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5210,7 +5209,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5318,7 +5317,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Заказ клиента" @@ -5358,7 +5357,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5377,7 +5376,7 @@ msgstr "Заказы" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5393,7 +5392,7 @@ msgid "Order deleted!" msgstr "Заказ удален!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Ошибка создания ордера" @@ -5480,7 +5479,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5497,7 +5496,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5565,7 +5564,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5997,7 +5996,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6151,8 +6150,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6315,7 +6314,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6351,7 +6350,7 @@ msgid "Receive" msgstr "Получить" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Получить товары" @@ -6469,7 +6468,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6500,9 +6499,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Отчет для" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6513,9 +6511,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:303 -#, fuzzy msgid "Reporting unit filters" -msgstr "Добавить отчетную единицу" +msgstr "" #: sql/Pg-database.sql:2817 sql/Pg-database.sql:2830 sql/Pg-database.sql:2859 #: sql/Pg-database.sql:2863 sql/Pg-database.sql:2888 sql/Pg-database.sql:2899 @@ -6527,7 +6524,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Req" @@ -6667,7 +6664,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6844,7 +6841,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7016,7 +7013,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Выбрать поставщика" @@ -7054,9 +7051,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Выбрать покупателя" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7112,7 +7108,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Серийный ном." @@ -7185,7 +7181,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7252,11 +7248,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "доставить для" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7299,11 +7295,11 @@ msgid "Shipping" msgstr "Доставка" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Дата доставки" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Пропущена дата доставки" @@ -7311,7 +7307,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8143,7 +8139,7 @@ msgid "Times" msgstr "раз" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8184,7 +8180,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "на склад" @@ -8350,20 +8346,20 @@ msgid "Transactions" msgstr "Проводки" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Перемещение" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Перемещение инвентаря" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Переместить от" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Переместить к" @@ -8505,7 +8501,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8533,7 +8529,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8575,7 +8571,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8644,7 +8640,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8684,9 +8680,8 @@ msgstr "Действительно до" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Перевод" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8697,8 +8692,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8794,7 +8789,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9107,7 +9102,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9115,7 +9110,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/sv.po ledgersmb-1.4-1.4.42/locale/po/sv.po --- ledgersmb-1.4-1.4.41/locale/po/sv.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/sv.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Swedish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "sv/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1701,7 +1701,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Företag" @@ -1828,7 +1828,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1893,7 +1893,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Kostnader" @@ -1917,11 +1917,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Kan inte spara" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Kan inte överföra inventarier!" @@ -1970,7 +1970,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2054,7 +2054,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Valuta" @@ -2198,11 +2198,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2304,7 +2304,7 @@ msgid "Date Paid" msgstr "Betalningsdatum" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "Datum mottaget" @@ -2332,14 +2332,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Mottagningsdatum saknas" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Beskrivning" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2597,8 +2596,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2801,11 +2800,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Klart" @@ -2892,7 +2891,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "E-Post" @@ -3255,11 +3254,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3267,7 +3266,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3594,7 +3593,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3632,7 +3631,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "Från lager" @@ -3646,8 +3645,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3727,11 +3726,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Skapa order" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Skapa inköpsorder" @@ -3771,8 +3770,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Grupp" @@ -4062,7 +4061,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Lager sparat" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Lager överfört" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "Leveranstid" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Logga in" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Inget inskrivet" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Ingenting valt" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Inget att överföra" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Order" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Beställningar" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "Order raderad" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Skapande av order misslyckades!" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "Förtryckt blankett" @@ -5491,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5991,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6145,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6309,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6345,7 +6344,7 @@ msgid "Receive" msgstr "Ta emot" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Varumottagning" @@ -6463,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6494,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Rapport för" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6520,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Best" @@ -6660,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "Lagernr" @@ -6837,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Välj leverantör" @@ -7047,9 +7045,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Välj kund" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7105,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Serie nr." @@ -7178,7 +7175,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7245,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Skicka till" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7292,11 +7289,11 @@ msgid "Shipping" msgstr "Leveranser" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Skickat datum" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Leveransdatum saknas" @@ -7304,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8136,7 +8133,7 @@ msgid "Times" msgstr "Gånger" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8177,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "Till lager" @@ -8343,20 +8340,20 @@ msgid "Transactions" msgstr "Samtliga" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Överför" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "ÖVerför varor" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "Överför från" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Överför till" @@ -8498,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8526,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8568,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8637,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8677,9 +8674,8 @@ msgstr "Giltig till" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Översättning" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8690,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8787,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9100,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9108,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/tr.po ledgersmb-1.4-1.4.42/locale/po/tr.po --- ledgersmb-1.4-1.4.41/locale/po/tr.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/tr.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Turkish (http://www.transifex.com/ledgersmb/ledgersmb/language/" "tr/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Şirket" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "Ödendiği Tarih" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Açıklama" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Posta" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "Giriş" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "Sipariş" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "Sipariş Girişi" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Raporlar" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7006,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "" @@ -7101,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "" @@ -7174,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7241,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7288,11 +7286,11 @@ msgid "Shipping" msgstr "" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "" @@ -7300,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8132,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8173,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8339,20 +8337,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "" @@ -8494,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8522,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8564,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8633,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8685,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8782,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9095,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9103,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/uk.po ledgersmb-1.4-1.4.42/locale/po/uk.po --- ledgersmb-1.4-1.4.41/locale/po/uk.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/uk.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Ukrainian (http://www.transifex.com/ledgersmb/ledgersmb/" "language/uk/)\n" @@ -201,7 +201,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1295,7 +1295,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1421,7 +1421,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1446,7 +1446,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1700,7 +1700,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "Підприємство" @@ -1827,7 +1827,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1892,7 +1892,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "Затрати" @@ -1916,11 +1916,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "Не вдалось зберегти!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "Не вдалось перевести інвентар!" @@ -1969,7 +1969,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2053,7 +2053,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "Валюта" @@ -2197,11 +2197,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2303,7 +2303,7 @@ msgid "Date Paid" msgstr "Дата оплати" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "" @@ -2331,14 +2331,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "Відсутня дата отримання!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "Опис" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2596,8 +2595,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2800,11 +2799,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "Зроблено" @@ -2891,7 +2890,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "Ел. пошта" @@ -3254,11 +3253,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3266,7 +3265,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3593,7 +3592,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3631,7 +3630,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "" @@ -3645,8 +3644,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3726,11 +3725,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "Створити замовлення" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "Створити купівельні замовлення" @@ -3770,8 +3769,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "Група" @@ -4061,7 +4060,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4128,11 +4127,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "Інвентар збережено!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "Інвентар перенесено!" @@ -4464,7 +4463,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "" @@ -4628,7 +4627,7 @@ msgid "Login" msgstr "Вхід" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4684,8 +4683,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4977,7 +4976,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5118,15 +5117,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "Нічого не введено!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "Нічого не вибрано!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "Нема що перенести" @@ -5152,7 +5151,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5204,7 +5203,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5312,7 +5311,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "" @@ -5352,7 +5351,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5371,7 +5370,7 @@ msgstr "Виставлення замовлення" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5387,7 +5386,7 @@ msgid "Order deleted!" msgstr "Замовлення видалено!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "Створення замовлення зазнало невдачі!" @@ -5474,7 +5473,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5491,7 +5490,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5559,7 +5558,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5991,7 +5990,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6145,8 +6144,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6309,7 +6308,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6345,7 +6344,7 @@ msgid "Receive" msgstr "Отримати" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "Отримати товари" @@ -6463,7 +6462,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6494,9 +6493,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "Звіт для" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6520,7 +6518,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "Запит" @@ -6660,7 +6658,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "SKU" @@ -6837,7 +6835,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7009,7 +7007,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "Виберіть постачальника" @@ -7047,9 +7045,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "Виберіть елементи" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7105,7 +7102,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "Серійний No." @@ -7178,7 +7175,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7245,11 +7242,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "Відіслати до" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7292,11 +7289,11 @@ msgid "Shipping" msgstr "Відісилання" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "Дата відсилання" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "Відсутня дата відсилання!" @@ -7304,7 +7301,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8136,7 +8133,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8177,7 +8174,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "" @@ -8343,20 +8340,20 @@ msgid "Transactions" msgstr "" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "Перенесення" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "Перенести інвентар" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "Перенести до" @@ -8498,7 +8495,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8526,7 +8523,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8568,7 +8565,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8637,7 +8634,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8677,9 +8674,8 @@ msgstr "" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "Переклад" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8690,8 +8686,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8787,7 +8783,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9100,7 +9096,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9108,7 +9104,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/zh_CN.po ledgersmb-1.4-1.4.42/locale/po/zh_CN.po --- ledgersmb-1.4-1.4.41/locale/po/zh_CN.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/zh_CN.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Chinese (China) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/zh_CN/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "公司" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "成本" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "不能储存" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "存货清单不能转移" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "目前" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "付款日期" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "收款日期" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "未指明收款日期" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "说明" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "巳完成" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "电子邮件" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "从仓库" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "产生订单" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "产生采购单" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "组" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "巳储存存货" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "转移的存货" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "交货期" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "登入" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "没有巳输入" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "没有巳选择" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "没有可转移的项目" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "订单" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "下单项目" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "巳删除订单" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "订单产生失败!" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "收到" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "收到货物" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "报表来源" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "被指定的数量" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7006,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "选厂商" @@ -7044,9 +7042,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "选厂商" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7102,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "序号" @@ -7175,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "海运至" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7286,11 @@ msgid "Shipping" msgstr "海运" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "海运日期" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "未指明海运日期" @@ -7301,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8130,7 @@ msgid "Times" msgstr "" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "到仓库" @@ -8340,20 +8337,20 @@ msgid "Transactions" msgstr "交易" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "转移" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "转移存货" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "调动从" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "存货至" @@ -8495,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8674,9 +8671,8 @@ msgstr "有效至" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "翻译" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8687,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8784,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9097,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/locale/po/zh_TW.po ledgersmb-1.4-1.4.42/locale/po/zh_TW.po --- ledgersmb-1.4-1.4.41/locale/po/zh_TW.po 2017-04-09 14:58:08.000000000 +0000 +++ ledgersmb-1.4-1.4.42/locale/po/zh_TW.po 2017-09-16 19:45:59.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LedgerSMB\n" "Report-Msgid-Bugs-To: ledger-smb-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2017-04-09 14:58+0000\n" -"PO-Revision-Date: 2017-01-23 09:56+0000\n" +"POT-Creation-Date: 2017-09-16 19:45+0000\n" +"PO-Revision-Date: 2017-04-10 08:33+0000\n" "Last-Translator: Erik Huelsmann \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/ledgersmb/ledgersmb/" "language/zh_TW/)\n" @@ -200,7 +200,7 @@ msgstr "" #: LedgerSMB.pm:754 LedgerSMB.pm:755 LedgerSMB/Scripts/configuration.pm:324 -#: LedgerSMB/Scripts/setup.pm:795 +#: LedgerSMB/Scripts/setup.pm:826 msgid "Access Denied" msgstr "" @@ -1294,7 +1294,7 @@ msgid "Billion" msgstr "" -#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1995 +#: bin/ic.pl:491 bin/ic.pl:2122 bin/io.pl:243 bin/oe.pl:1997 #: LedgerSMB/Report/Inventory/History.pm:134 #: LedgerSMB/Report/Inventory/Search.pm:214 templates/demo/bin_list.html:154 #: templates/demo/bin_list.tex:109 templates/demo/pick_list.html:116 @@ -1420,7 +1420,7 @@ msgstr "" #: UI/Contact/pricelist.html:100 UI/Reports/aging_report.html:116 -#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:71 +#: UI/Reports/balance_sheet.html:117 UI/Reports/display_report.html:77 #: UI/Reports/PNL.html:98 msgid "CSV" msgstr "" @@ -1445,7 +1445,7 @@ msgid "Cancel" msgstr "" -#: LedgerSMB/Scripts/setup.pm:177 +#: LedgerSMB/Scripts/setup.pm:178 msgid "Cancel?" msgstr "" @@ -1699,7 +1699,7 @@ #: LedgerSMB/Report/Taxform/Detail.pm:74 LedgerSMB/Report/Taxform/Summary.pm:71 #: LedgerSMB/Scripts/contact.pm:164 UI/Contact/contact.html:17 #: UI/Contact/divs/company.html:1 UI/login.html:64 -#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:20 +#: UI/Reports/aging_report.html:19 UI/Reports/display_report.html:26 #: UI/Reports/display_report.tex:24 msgid "Company" msgstr "公司" @@ -1826,7 +1826,7 @@ #: bin/aa.pl:1835 bin/arap.pl:269 bin/arapprn.pl:423 bin/ic.pl:967 #: bin/ic.pl:1789 bin/ic.pl:2072 bin/ic.pl:2226 bin/io.pl:681 bin/io.pl:887 -#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2226 bin/oe.pl:2737 bin/pe.pl:339 +#: bin/io.pl:1327 bin/oe.pl:1659 bin/oe.pl:2228 bin/oe.pl:2739 bin/pe.pl:339 #: bin/pe.pl:768 bin/pe.pl:938 bin/pe.pl:1215 LedgerSMB/Scripts/payment.pm:606 #: LedgerSMB/Scripts/payment.pm:695 LedgerSMB/Scripts/payment.pm:1430 #: UI/am-audit-control.html:44 UI/asset/begin_approval.html:66 @@ -1891,7 +1891,7 @@ msgid "Copy to New Name" msgstr "" -#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2576 +#: bin/ic.pl:1037 bin/ic.pl:1282 bin/oe.pl:2578 msgid "Cost" msgstr "成本" @@ -1915,11 +1915,11 @@ msgid "Could not save the data. Please try again" msgstr "" -#: bin/oe.pl:2144 +#: bin/oe.pl:2146 msgid "Could not save!" msgstr "不能儲存!" -#: bin/oe.pl:2439 +#: bin/oe.pl:2441 msgid "Could not transfer Inventory!" msgstr "存貨清單不能轉移!" @@ -1968,7 +1968,7 @@ msgid "Create Batch" msgstr "" -#: LedgerSMB/Scripts/setup.pm:153 +#: LedgerSMB/Scripts/setup.pm:154 msgid "Create Database?" msgstr "" @@ -2052,7 +2052,7 @@ msgid "Cumulative Error:" msgstr "" -#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2581 +#: bin/ic.pl:1023 bin/ic.pl:1122 bin/oe.pl:2583 #: LedgerSMB/Report/Invoices/Outstanding.pm:243 msgid "Curr" msgstr "目前" @@ -2196,11 +2196,11 @@ msgid "Database Operation Complete" msgstr "" -#: LedgerSMB/Scripts/setup.pm:152 +#: LedgerSMB/Scripts/setup.pm:153 msgid "Database does not exist." msgstr "" -#: LedgerSMB/Scripts/setup.pm:757 +#: LedgerSMB/Scripts/setup.pm:788 msgid "Database exists." msgstr "" @@ -2302,7 +2302,7 @@ msgid "Date Paid" msgstr "付款日期" -#: bin/oe.pl:1862 +#: bin/oe.pl:1864 msgid "Date Received" msgstr "收款日期" @@ -2330,14 +2330,13 @@ msgid "Date of Birth" msgstr "" -#: bin/oe.pl:2129 +#: bin/oe.pl:2131 msgid "Date received missing!" msgstr "未指明收款日期!" #: UI/Reports/filters/balance_sheet.html:42 -#, fuzzy msgid "Date selection" -msgstr "說明" +msgstr "" #: bin/aa.pl:1776 UI/payments/payment1.html:68 #: UI/Reports/filters/contact_search.html:116 @@ -2595,8 +2594,8 @@ #: bin/aa.pl:666 bin/aa.pl:719 bin/aa.pl:1597 bin/am.pl:859 bin/ic.pl:752 #: bin/ic.pl:1276 bin/ic.pl:2046 bin/ic.pl:2118 bin/io.pl:231 bin/io.pl:565 -#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1988 bin/oe.pl:2207 -#: bin/oe.pl:2285 bin/oe.pl:2319 bin/oe.pl:2568 bin/pe.pl:320 bin/pe.pl:366 +#: bin/io.pl:2182 bin/ir.pl:559 bin/is.pl:595 bin/oe.pl:1990 bin/oe.pl:2209 +#: bin/oe.pl:2287 bin/oe.pl:2321 bin/oe.pl:2570 bin/pe.pl:320 bin/pe.pl:366 #: bin/pe.pl:395 bin/pe.pl:1062 LedgerSMB/Report/Aging.pm:109 #: LedgerSMB/Report/Assets/Net_Book_Value.pm:76 #: LedgerSMB/Report/Budget/Search.pm:84 LedgerSMB/Report/Budget/Variance.pm:68 @@ -2799,11 +2798,11 @@ msgid "Document Type" msgstr "" -#: LedgerSMB/Scripts/setup.pm:384 +#: LedgerSMB/Scripts/setup.pm:385 msgid "Don't know what to do with backup" msgstr "" -#: bin/oe.pl:2085 bin/oe.pl:2093 +#: bin/oe.pl:2087 bin/oe.pl:2095 msgid "Done" msgstr "已完成" @@ -2890,7 +2889,7 @@ msgstr "" #: bin/am.pl:872 bin/arap.pl:411 bin/is.pl:685 bin/is.pl:1126 bin/oe.pl:726 -#: bin/oe.pl:948 bin/oe.pl:2092 UI/io-email.html:16 +#: bin/oe.pl:948 bin/oe.pl:2094 UI/io-email.html:16 #: UI/Reports/filters/contact_search.html:46 UI/rp-email.html:15 msgid "E-mail" msgstr "電子郵件" @@ -3253,11 +3252,11 @@ msgid "Equity to Liabilities" msgstr "" -#: LedgerSMB/Scripts/setup.pm:345 +#: LedgerSMB/Scripts/setup.pm:346 msgid "Error creating backup file" msgstr "" -#: LedgerSMB/Scripts/vouchers.pm:99 +#: LedgerSMB/Scripts/vouchers.pm:100 msgid "Error creating batch. Please try again." msgstr "" @@ -3265,7 +3264,7 @@ msgid "Error from Function:" msgstr "" -#: LedgerSMB/Scripts/setup.pm:430 +#: LedgerSMB/Scripts/setup.pm:431 msgid "Error while opening directory: [_1]" msgstr "" @@ -3592,7 +3591,7 @@ msgid "Fri" msgstr "" -#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2293 bin/pe.pl:855 +#: bin/aa.pl:1774 bin/ic.pl:1141 bin/oe.pl:2295 bin/pe.pl:855 #: templates/demo/bin_list.html:28 templates/demo/bin_list.tex:35 #: templates/demo_with_images/bin_list.html:28 #: templates/demo_with_images/bin_list.tex:35 templates/xedemo/bin_list.html:28 @@ -3630,7 +3629,7 @@ msgid "From File" msgstr "" -#: bin/oe.pl:2306 +#: bin/oe.pl:2308 msgid "From Warehouse" msgstr "從貨倉" @@ -3644,8 +3643,8 @@ msgid "Full" msgstr "" -#: LedgerSMB/Scripts/setup.pm:892 LedgerSMB/Scripts/setup.pm:950 -#: LedgerSMB/Scripts/setup.pm:1155 +#: LedgerSMB/Scripts/setup.pm:923 LedgerSMB/Scripts/setup.pm:981 +#: LedgerSMB/Scripts/setup.pm:1186 msgid "Full Permissions" msgstr "" @@ -3725,11 +3724,11 @@ msgid "Generate Control Code" msgstr "" -#: bin/oe.pl:2678 +#: bin/oe.pl:2680 msgid "Generate Orders" msgstr "生成訂單" -#: bin/oe.pl:2583 +#: bin/oe.pl:2585 msgid "Generate Purchase Orders" msgstr "生成採購單" @@ -3769,8 +3768,8 @@ msgid "Grand Total" msgstr "" -#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2211 -#: bin/oe.pl:2289 bin/oe.pl:2324 bin/pe.pl:144 +#: bin/ic.pl:424 bin/ic.pl:1285 bin/io.pl:263 bin/io.pl:567 bin/oe.pl:2213 +#: bin/oe.pl:2291 bin/oe.pl:2326 bin/pe.pl:144 #: LedgerSMB/Report/Inventory/Partsgroups.pm:48 UI/io-email.html:87 msgid "Group" msgstr "組別" @@ -4060,7 +4059,7 @@ msgid "Invalid Reporting Basis" msgstr "" -#: LedgerSMB/Scripts/setup.pm:342 +#: LedgerSMB/Scripts/setup.pm:343 msgid "Invalid backup request" msgstr "" @@ -4125,11 +4124,11 @@ msgid "Inventory quantity must be zero before you can set this part obsolete!" msgstr "" -#: bin/oe.pl:2141 +#: bin/oe.pl:2143 msgid "Inventory saved!" msgstr "已儲存存貨!" -#: bin/oe.pl:2436 +#: bin/oe.pl:2438 msgid "Inventory transferred!" msgstr "轉移的存貨!" @@ -4461,7 +4460,7 @@ msgid "Last name" msgstr "" -#: bin/oe.pl:2579 sql/Pg-database.sql:546 +#: bin/oe.pl:2581 sql/Pg-database.sql:546 msgid "Lead" msgstr "交付時間" @@ -4625,7 +4624,7 @@ msgid "Login" msgstr "登入" -#: LedgerSMB/Scripts/setup.pm:759 +#: LedgerSMB/Scripts/setup.pm:790 msgid "Login?" msgstr "" @@ -4681,8 +4680,8 @@ "only and is at least one character long" msgstr "" -#: LedgerSMB/Scripts/setup.pm:891 LedgerSMB/Scripts/setup.pm:949 -#: LedgerSMB/Scripts/setup.pm:1154 +#: LedgerSMB/Scripts/setup.pm:922 LedgerSMB/Scripts/setup.pm:980 +#: LedgerSMB/Scripts/setup.pm:1185 msgid "Manage Users" msgstr "" @@ -4974,7 +4973,7 @@ msgid "No Null employeenumber" msgstr "" -#: LedgerSMB/Scripts/setup.pm:1156 +#: LedgerSMB/Scripts/setup.pm:1187 msgid "No changes" msgstr "" @@ -5115,15 +5114,15 @@ msgid "Notes:
" msgstr "" -#: bin/oe.pl:2138 +#: bin/oe.pl:2140 msgid "Nothing entered!" msgstr "沒有任何輸入!" -#: bin/oe.pl:2454 bin/oe.pl:2717 bin/pe.pl:1190 +#: bin/oe.pl:2456 bin/oe.pl:2719 bin/pe.pl:1190 msgid "Nothing selected!" msgstr "沒有選擇任何東西!" -#: bin/oe.pl:2165 +#: bin/oe.pl:2167 msgid "Nothing to transfer!" msgstr "沒有可轉移的項目!" @@ -5149,7 +5148,7 @@ msgstr "" #: bin/ic.pl:751 bin/ic.pl:1273 bin/ic.pl:2040 bin/ic.pl:2114 bin/io.pl:228 -#: bin/io.pl:561 bin/oe.pl:1985 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 +#: bin/io.pl:561 bin/oe.pl:1987 bin/pe.pl:277 bin/pe.pl:359 bin/pe.pl:391 #: templates/demo/bin_list.html:147 templates/demo/invoice.html:135 #: templates/demo/invoice.tex:139 templates/demo/packing_list.html:119 #: templates/demo/pick_list.html:111 templates/demo/product_receipt.html:125 @@ -5201,7 +5200,7 @@ msgstr "" #: UI/Contact/pricelist.html:96 UI/Reports/aging_report.html:124 -#: UI/Reports/display_report.html:75 +#: UI/Reports/display_report.html:81 msgid "ODS" msgstr "" @@ -5309,7 +5308,7 @@ msgid "Or Add To Batch" msgstr "" -#: bin/oe.pl:2572 LedgerSMB/Report/Inventory/Search.pm:282 +#: bin/oe.pl:2574 LedgerSMB/Report/Inventory/Search.pm:282 #: LedgerSMB/Report/Invoices/Outstanding.pm:201 msgid "Order" msgstr "訂單" @@ -5349,7 +5348,7 @@ msgid "Order By" msgstr "" -#: bin/oe.pl:463 bin/oe.pl:1941 templates/demo/purchase_order.html:103 +#: bin/oe.pl:463 bin/oe.pl:1943 templates/demo/purchase_order.html:103 #: templates/demo/sales_order.html:103 #: templates/demo_with_images/purchase_order.html:103 #: templates/demo_with_images/sales_order.html:103 @@ -5368,7 +5367,7 @@ msgstr "下單項目" #: bin/aa.pl:682 bin/aa.pl:1585 bin/aa.pl:1698 bin/ir.pl:574 bin/is.pl:620 -#: bin/oe.pl:457 bin/oe.pl:1936 LedgerSMB/Report/Contact/Purchase.pm:69 +#: bin/oe.pl:457 bin/oe.pl:1938 LedgerSMB/Report/Contact/Purchase.pm:69 #: UI/orders/order.html:84 UI/Reports/filters/invoice_outstanding.html:143 #: UI/Reports/filters/invoice_search.html:97 #: UI/Reports/filters/invoice_search.html:236 UI/Reports/filters/orders.html:38 @@ -5384,7 +5383,7 @@ msgid "Order deleted!" msgstr "已刪除訂單!" -#: bin/oe.pl:2706 +#: bin/oe.pl:2708 msgid "Order generation failed!" msgstr "生成訂單失敗!" @@ -5471,7 +5470,7 @@ #: bin/am.pl:1087 bin/arapprn.pl:489 bin/io.pl:1493 #: UI/Contact/pricelist.html:90 UI/Reports/aging_report.html:111 -#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:66 +#: UI/Reports/balance_sheet.html:115 UI/Reports/display_report.html:72 #: UI/Reports/PNL.html:96 msgid "PDF" msgstr "PDF" @@ -5488,7 +5487,7 @@ msgstr "" #: bin/aa.pl:698 bin/aa.pl:1589 bin/aa.pl:1700 bin/ir.pl:591 bin/is.pl:637 -#: bin/oe.pl:471 bin/oe.pl:1946 LedgerSMB/Report/Contact/Purchase.pm:73 +#: bin/oe.pl:471 bin/oe.pl:1948 LedgerSMB/Report/Contact/Purchase.pm:73 #: LedgerSMB/Report/Invoices/Outstanding.pm:205 LedgerSMB/Report/Orders.pm:247 #: UI/orders/order.html:102 UI/Reports/filters/invoice_outstanding.html:149 #: UI/Reports/filters/invoice_search.html:107 @@ -5556,7 +5555,7 @@ msgid "Part Group" msgstr "" -#: bin/oe.pl:2203 bin/oe.pl:2281 bin/oe.pl:2315 bin/oe.pl:2566 bin/pe.pl:1057 +#: bin/oe.pl:2205 bin/oe.pl:2283 bin/oe.pl:2317 bin/oe.pl:2568 bin/pe.pl:1057 #: LedgerSMB/Report/Contact/History.pm:79 #: LedgerSMB/Report/Inventory/Adj_Details.pm:87 #: LedgerSMB/Report/Inventory/History.pm:118 @@ -5988,7 +5987,7 @@ msgstr "" #: bin/aa.pl:977 bin/aa.pl:1002 bin/am.pl:873 bin/arap.pl:486 bin/ir.pl:620 -#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2089 +#: bin/is.pl:680 bin/is.pl:1121 bin/oe.pl:721 bin/oe.pl:941 bin/oe.pl:2091 #: LedgerSMB/Report/Taxform/Detail.pm:129 #: LedgerSMB/Report/Taxform/Summary.pm:127 UI/payments/payments_detail.html:485 #: UI/timecards/timecard.html:155 @@ -6142,8 +6141,8 @@ msgid "Purchased" msgstr "" -#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1991 -#: bin/oe.pl:2298 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 +#: bin/ic.pl:1268 bin/ic.pl:2125 bin/io.pl:234 bin/io.pl:571 bin/oe.pl:1993 +#: bin/oe.pl:2300 bin/pe.pl:1065 LedgerSMB/Report/Contact/History.pm:87 #: LedgerSMB/Report/Inventory/History.pm:155 #: LedgerSMB/Report/Inventory/Search.pm:294 templates/demo/bin_list.html:151 #: templates/demo/bin_list.tex:108 templates/demo/invoice.html:138 @@ -6306,7 +6305,7 @@ msgid "Re-open Books" msgstr "" -#: bin/io.pl:176 bin/oe.pl:1975 templates/demo/bin_list.html:152 +#: bin/io.pl:176 bin/oe.pl:1977 templates/demo/bin_list.html:152 #: templates/demo_with_images/bin_list.html:152 #: templates/xedemo/bin_list.html:152 msgid "Recd" @@ -6342,7 +6341,7 @@ msgid "Receive" msgstr "收到" -#: bin/oe.pl:1861 +#: bin/oe.pl:1862 msgid "Receive Merchandise" msgstr "收到貨物" @@ -6460,7 +6459,7 @@ msgid "Report Approved" msgstr "" -#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:16 +#: UI/Reports/aging_report.html:15 UI/Reports/display_report.html:22 #: UI/Reports/display_report.tex:22 msgid "Report Name" msgstr "" @@ -6491,9 +6490,8 @@ #: UI/Reports/filters/balance_sheet.html:10 #: UI/Reports/filters/income_statement.html:20 -#, fuzzy msgid "Report type" -msgstr "報表來源" +msgstr "" #: LedgerSMB/Report/PNL/Income_Statement.pm:85 msgid "Reporting Basis" @@ -6517,7 +6515,7 @@ msgid "Reposting Not Allowed" msgstr "" -#: bin/oe.pl:2574 +#: bin/oe.pl:2576 msgid "Req" msgstr "需要" @@ -6657,7 +6655,7 @@ msgid "SIC:" msgstr "" -#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1977 bin/oe.pl:2564 +#: bin/io.pl:264 bin/io.pl:563 bin/oe.pl:1979 bin/oe.pl:2566 msgid "SKU" msgstr "庫存單位" @@ -6834,7 +6832,7 @@ msgid "Save User" msgstr "" -#: LedgerSMB/Scripts/setup.pm:695 +#: LedgerSMB/Scripts/setup.pm:709 msgid "Save and Retry" msgstr "" @@ -7006,7 +7004,7 @@ msgid "Select Templates to Load" msgstr "" -#: bin/oe.pl:2683 +#: bin/oe.pl:2685 msgid "Select Vendor" msgstr "選擇供應商" @@ -7044,9 +7042,8 @@ #: UI/Reports/filters/balance_sheet.html:45 #: UI/Reports/filters/income_statement.html:86 -#, fuzzy msgid "Select using" -msgstr "選擇客戶" +msgstr "" #: LedgerSMB/Report/Invoices/Payments.pm:121 msgid "Selected" @@ -7102,7 +7099,7 @@ msgid "Serial #" msgstr "" -#: bin/io.pl:261 bin/oe.pl:1998 +#: bin/io.pl:261 bin/oe.pl:2000 msgid "Serial No." msgstr "序號" @@ -7175,7 +7172,7 @@ msgid "Seventy" msgstr "" -#: bin/io.pl:169 bin/oe.pl:1971 LedgerSMB/Scripts/order.pm:61 +#: bin/io.pl:169 bin/oe.pl:1973 LedgerSMB/Scripts/order.pm:61 #: templates/demo/packing_list.html:124 templates/demo/pick_list.html:114 #: templates/demo_with_images/packing_list.html:124 #: templates/demo_with_images/pick_list.html:114 @@ -7242,11 +7239,11 @@ msgstr "" #: bin/aa.pl:980 bin/io.pl:2047 bin/is.pl:683 bin/is.pl:1124 bin/oe.pl:724 -#: bin/oe.pl:945 bin/oe.pl:2091 +#: bin/oe.pl:945 bin/oe.pl:2093 msgid "Ship to" msgstr "付運至" -#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1925 +#: bin/aa.pl:1740 bin/aa.pl:1770 bin/is.pl:605 bin/oe.pl:684 bin/oe.pl:1927 #: templates/demo/bin_list.html:115 templates/demo/invoice.html:112 #: templates/demo/invoice.tex:127 templates/demo/packing_list.html:86 #: templates/demo/packing_list.tex:93 templates/demo/pick_list.html:83 @@ -7289,11 +7286,11 @@ msgid "Shipping" msgstr "付運" -#: bin/oe.pl:1858 +#: bin/oe.pl:1859 msgid "Shipping Date" msgstr "付運日期" -#: bin/oe.pl:2125 +#: bin/oe.pl:2127 msgid "Shipping Date missing!" msgstr "未指明付運日期!" @@ -7301,7 +7298,7 @@ msgid "Shipping Label" msgstr "" -#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1920 +#: bin/aa.pl:1738 bin/is.pl:601 bin/oe.pl:680 bin/oe.pl:1922 #: LedgerSMB/Report/Contact/Purchase.pm:113 #: LedgerSMB/Report/Invoices/Outstanding.pm:271 #: LedgerSMB/Report/Invoices/Transactions.pm:304 LedgerSMB/Report/Orders.pm:255 @@ -8133,7 +8130,7 @@ msgid "Times" msgstr "次" -#: bin/ic.pl:1142 bin/oe.pl:2296 bin/pe.pl:858 templates/demo/invoice.html:22 +#: bin/ic.pl:1142 bin/oe.pl:2298 bin/pe.pl:858 templates/demo/invoice.html:22 #: templates/demo/request_quotation.tex:27 templates/demo/sales_order.html:28 #: templates/demo_with_images/invoice.html:24 #: templates/demo_with_images/request_quotation.tex:27 @@ -8174,7 +8171,7 @@ msgid "To Pay" msgstr "" -#: bin/oe.pl:2311 +#: bin/oe.pl:2313 msgid "To Warehouse" msgstr "到倉庫" @@ -8340,20 +8337,20 @@ msgid "Transactions" msgstr "所有交易" -#: bin/oe.pl:2300 bin/oe.pl:2416 sql/Pg-database.sql:2827 +#: bin/oe.pl:2302 bin/oe.pl:2418 sql/Pg-database.sql:2827 #: sql/Pg-database.sql:2862 msgid "Transfer" msgstr "轉移" -#: bin/oe.pl:2177 bin/oe.pl:2327 +#: bin/oe.pl:2179 bin/oe.pl:2329 msgid "Transfer Inventory" msgstr "轉移存貨" -#: bin/oe.pl:2195 +#: bin/oe.pl:2197 msgid "Transfer from" msgstr "由這裡取貨" -#: bin/oe.pl:2199 +#: bin/oe.pl:2201 msgid "Transfer to" msgstr "存貨至" @@ -8495,7 +8492,7 @@ msgid "Unique nonobsolete partnumbers" msgstr "" -#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1993 +#: bin/ic.pl:796 bin/ic.pl:1270 bin/io.pl:236 bin/oe.pl:1995 #: LedgerSMB/Report/Contact/History.pm:91 #: LedgerSMB/Report/Inventory/History.pm:130 #: LedgerSMB/Report/Inventory/Search.pm:206 templates/demo/invoice.tex:143 @@ -8523,7 +8520,7 @@ msgid "Unit Price" msgstr "" -#: LedgerSMB/Scripts/setup.pm:175 +#: LedgerSMB/Scripts/setup.pm:176 msgid "Unknown database found." msgstr "" @@ -8565,7 +8562,7 @@ #: bin/aa.pl:976 bin/aa.pl:996 bin/gl.pl:279 bin/ic.pl:838 bin/ic.pl:847 #: bin/ir.pl:614 bin/ir.pl:1029 bin/is.pl:674 bin/is.pl:1120 bin/oe.pl:719 -#: bin/oe.pl:940 bin/oe.pl:2088 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 +#: bin/oe.pl:940 bin/oe.pl:2090 bin/pe.pl:620 LedgerSMB/Scripts/budgets.pm:94 #: UI/am-taxes.html:61 UI/payments/payment2.html:333 #: UI/payments/payments_detail.html:459 UI/payroll/deduction.html:90 #: UI/payroll/income.html:96 UI/reconciliation/report.html:260 @@ -8634,7 +8631,7 @@ msgid "User Name" msgstr "" -#: LedgerSMB/Scripts/setup.pm:936 +#: LedgerSMB/Scripts/setup.pm:967 msgid "User already exists. Import?" msgstr "" @@ -8674,9 +8671,8 @@ msgstr "有效至" #: UI/Reports/filters/income_statement.html:22 -#, fuzzy msgid "Valuation" -msgstr "翻譯" +msgstr "" #: LedgerSMB/Report/Budget/Variance.pm:91 #: LedgerSMB/Report/Inventory/Adj_Details.pm:99 @@ -8687,8 +8683,8 @@ msgid "Variance:" msgstr "" -#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2570 -#: bin/oe.pl:2726 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 +#: bin/aa.pl:567 bin/aa.pl:1680 bin/ic.pl:1034 bin/ir.pl:499 bin/oe.pl:2572 +#: bin/oe.pl:2728 bin/pe.pl:1040 bin/pe.pl:1195 LedgerSMB/Report/Aging.pm:80 #: LedgerSMB/Report/Invoices/Outstanding.pm:176 #: LedgerSMB/Report/Invoices/Transactions.pm:247 LedgerSMB/Report/Orders.pm:191 #: LedgerSMB/Report/Orders.pm:197 UI/Contact/divs/credit.html:7 @@ -8784,7 +8780,7 @@ msgid "Wages/Deductions" msgstr "" -#: bin/oe.pl:1874 templates/demo/bin_list.html:112 +#: bin/oe.pl:1876 templates/demo/bin_list.html:112 #: templates/demo/bin_list.tex:82 templates/demo/packing_list.html:83 #: templates/demo/packing_list.tex:90 templates/demo/pick_list.html:81 #: templates/demo/pick_list.tex:82 templates/demo_with_images/bin_list.html:112 @@ -9097,7 +9093,7 @@ msgid "partial disposal" msgstr "" -#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:62 +#: UI/Reports/aging_report.html:107 UI/Reports/display_report.html:68 msgid "permalink" msgstr "" @@ -9105,7 +9101,7 @@ msgid "production" msgstr "" -#: LedgerSMB/Scripts/setup.pm:214 +#: LedgerSMB/Scripts/setup.pm:215 msgid "psql not found." msgstr "" diff -Nru ledgersmb-1.4-1.4.41/.proverc ledgersmb-1.4-1.4.42/.proverc --- ledgersmb-1.4-1.4.41/.proverc 1970-01-01 00:00:00.000000000 +0000 +++ ledgersmb-1.4-1.4.42/.proverc 2017-09-16 19:45:14.000000000 +0000 @@ -0,0 +1,3 @@ +# for Perl 5.26 +-I. + diff -Nru ledgersmb-1.4-1.4.41/sql/modules/Company.sql ledgersmb-1.4-1.4.42/sql/modules/Company.sql --- ledgersmb-1.4-1.4.41/sql/modules/Company.sql 2017-04-09 14:57:24.000000000 +0000 +++ ledgersmb-1.4-1.4.42/sql/modules/Company.sql 2017-09-16 19:45:17.000000000 +0000 @@ -271,113 +271,109 @@ RETURNS SETOF contact_search_result AS $$ DECLARE out_row contact_search_result; - loop_count int; - t_contact_info text[]; BEGIN - t_contact_info = in_contact_info; - - - FOR out_row IN - SELECT e.id, e.control_code, ec.id, ec.meta_number, - ec.description, ec.entity_class, - c.legal_name, c.sic_code, b.description , ec.curr::text - FROM (select * from entity - where control_code like in_control_code || '%' - union - select * from entity where in_control_code is null) e - JOIN (SELECT legal_name, sic_code, entity_id - FROM company - WHERE legal_name @@ plainto_tsquery(in_name_part) - OR legal_name ilike in_name_part || '%' - UNION ALL - SELECT legal_name, sic_code, entity_id - FROM company - WHERE in_name_part IS NULL - UNION ALL - SELECT coalesce(first_name, '') || ' ' - || coalesce(middle_name, '') || ' ' - || coalesce(last_name, ''), null, entity_id - FROM person - WHERE coalesce(first_name, '') || ' ' - || coalesce(middle_name, '') || ' ' - || coalesce(last_name, '') - @@ plainto_tsquery(in_name_part) - UNION ALL - SELECT coalesce(first_name, '') || ' ' - || coalesce(middle_name, '') || ' ' - || coalesce(last_name, ''), null, entity_id - FROM person - WHERE in_name_part IS NULL) c ON (e.id = c.entity_id) - LEFT JOIN entity_credit_account ec ON (ec.entity_id = e.id) - LEFT JOIN business b ON (ec.business_id = b.id) - WHERE (in_entity_class is null - OR coalesce(ec.entity_class,e.entity_class) = in_entity_class) - AND (c.entity_id IN - (select entity_id - FROM entity_credit_account leca - JOIN eca_to_contact le2c ON leca.id = le2c.credit_id - WHERE contact ILIKE ANY(t_contact_info)) - OR '' ILIKE ALL(t_contact_info) - OR t_contact_info IS NULL) - - AND ((in_address IS NULL AND in_city IS NULL - AND in_state IS NULL - AND in_country IS NULL) - OR (c.entity_id IN - (select entity_id - FROM entity_credit_account leca - JOIN eca_to_location le2a - ON leca.id = le2a.credit_id - JOIN location ll ON le2a.location_id = ll.id - WHERE (line_one @@ plainto_tsquery(in_address) - OR - line_two @@ plainto_tsquery(in_address) - OR - line_three @@ plainto_tsquery(in_address)) - AND city ILIKE - '%' || coalesce(in_city, '') || '%' - AND state ILIKE - '%' || coalesce(in_state, '') || '%' - AND mail_code ILIKE - coalesce(in_mail_code, '') || '%' - AND country_id - IN (SELECT id FROM country - WHERE name ilike in_country - OR short_name - ilike in_country)))) - AND (ec.business_id = - coalesce(in_business_id, ec.business_id) - OR (ec.business_id IS NULL - AND in_business_id IS NULL)) - AND (ec.startdate <= coalesce(in_active_date_to, - ec.startdate) - OR (ec.startdate IS NULL)) - AND (ec.enddate >= coalesce(in_active_date_from, ec.enddate) - OR (ec.enddate IS NULL)) - AND (ec.meta_number like in_meta_number || '%' - OR in_meta_number IS NULL) - AND (in_notes IS NULL OR e.id in ( - SELECT entity_id from entity_note - WHERE note @@ plainto_tsquery(in_notes)) - OR ec.id IN (select ref_key FROM eca_note - WHERE note @@ plainto_tsquery(in_notes))) - AND (in_users IS NULL OR in_users = - (exists (select 1 from users - where entity_id = e.id))) - AND (in_contact IS NULL - OR e.id IN (select entity_id - FROM entity_to_contact - WHERE description - @@ plainto_tsquery(in_contact)) - OR ec.id IN (SELECT credit_id - FROM eca_to_contact - WHERE description - @@ plainto_tsquery(in_contact)) - ) - ORDER BY legal_name - LOOP - RETURN NEXT out_row; - END LOOP; +FOR out_row IN + WITH entities_matching_name AS ( + SELECT legal_name, sic_code, entity_id + FROM company + WHERE in_name_part IS NULL + OR legal_name @@ plainto_tsquery(in_name_part) + OR legal_name ilike in_name_part || '%' + UNION ALL + SELECT coalesce(first_name, '') || ' ' + || coalesce(middle_name, '') + || ' ' || coalesce(last_name, ''), null, entity_id + FROM person + WHERE in_name_part IS NULL + OR coalesce(first_name, '') || ' ' || coalesce(middle_name, '') + || ' ' || coalesce(last_name, '') + @@ plainto_tsquery(in_name_part) + ), + matching_eca_contacts AS ( + SELECT credit_id + FROM eca_to_contact + WHERE (in_contact_info IS NULL + OR contact = ANY(in_contact_info)) + AND (in_contact IS NULL + OR description @@ plainto_tsquery(in_contact)) + ), + matching_entity_contacts AS ( + SELECT entity_id + FROM entity_to_contact + WHERE (in_contact_info IS NULL + OR contact = ANY(in_contact_info)) + AND (in_contact IS NULL + OR description @@ plainto_tsquery(in_contact)) + ), + matching_locations AS ( + SELECT id + FROM location + WHERE (in_address IS NULL + OR line_one @@ plainto_tsquery(in_address) + OR line_two @@ plainto_tsquery(in_address) + OR line_three @@ plainto_tsquery(in_address)) + AND (in_city IS NULL + OR city ILIKE '%' || in_city || '%') + AND (in_state IS NULL + OR state ILIKE '%' || in_state || '%') + AND (in_mail_code IS NULL + OR mail_code ILIKE in_mail_code || '%') + AND (in_country IS NULL + OR EXISTS (select 1 from country + where name ilike '%' || in_country || '%' + or short_name ilike '%' || in_country || '%')) + ) + SELECT e.id, e.control_code, ec.id, ec.meta_number, + ec.description, ec.entity_class, + c.legal_name, c.sic_code, b.description , ec.curr::text + FROM entity e + JOIN entities_matching_name c ON c.entity_id = e.id +LEFT JOIN entity_credit_account ec ON (ec.entity_id = e.id) +LEFT JOIN business b ON (ec.business_id = b.id) + WHERE (in_entity_class is null + OR coalesce(ec.entity_class, e.entity_class) = in_entity_class) + AND (in_control_code IS NULL + OR e.control_code like in_control_code || '%') + AND ((in_contact_info IS NULL AND in_contact IS NULL) + OR EXISTS (select 1 + from matching_eca_contacts mec + where mec.credit_id = ec.id) + OR EXISTS (select 1 + from matching_entity_contacts mec + where mec.entity_id = e.id)) + AND ((in_address IS NULL AND in_city IS NULL + AND in_state IS NULL AND in_mail_code IS NULL + AND in_country IS NULL) + OR EXISTS (select 1 + from matching_locations m + join eca_to_location etl ON m.id = etl.location_id + where etl.credit_id = ec.id) + OR EXISTS (select 1 + from matching_locations m + join entity_to_location etl + ON m.id = etl.location_id + where etl.entity_id = e.id)) + AND (in_business_id IS NULL + OR ec.business_id = in_business_id) + AND (in_active_date_to IS NULL + OR ec.startdate <= in_active_date_to) + AND (in_active_date_from IS NULL + OR ec.enddate >= ec.enddate) + AND (in_meta_number IS NULL + OR ec.meta_number like in_meta_number || '%') + AND (in_notes IS NULL + OR EXISTS (select 1 from entity_note n + where e.id = n.entity_id + and note @@ plainto_tsquery(in_notes)) + OR EXISTS (select 1 from eca_note n + where ec.id = n.ref_key + and note @@ plainto_tsquery(in_notes))) + AND (in_users IS NULL OR NOT in_users + OR EXISTS (select 1 from users where entity_id = e.id)) + ORDER BY legal_name +LOOP + RETURN NEXT out_row; +END LOOP; END; $$ language plpgsql; diff -Nru ledgersmb-1.4-1.4.41/sql/modules/Goods.sql ledgersmb-1.4-1.4.42/sql/modules/Goods.sql --- ledgersmb-1.4-1.4.41/sql/modules/Goods.sql 2017-04-09 14:57:24.000000000 +0000 +++ ledgersmb-1.4-1.4.42/sql/modules/Goods.sql 2017-09-16 19:45:17.000000000 +0000 @@ -467,18 +467,18 @@ 'i' as i_type FROM invoice) i ON p.id = i.parts_id JOIN (select o.id, 'oe' as o_table, ordnumber as ordnumber, c.oe_class, - o.oe_class_id, o.transdate, o.entity_credit_account + o.oe_class_id, o.transdate, o.entity_credit_account, 'o' as expected_line FROM oe o JOIN oe_class c ON o.oe_class_id = c.id UNION SELECT id, 'ar' as o_table, invnumber as ordnumber, 'is' as oe_class, - null, transdate, entity_credit_account + null, transdate, entity_credit_account, 'i' as expected_line FROM ar UNION SELECT id, 'ap' as o_table, invnumber as ordnumber, 'ir' as oe_class, - null, transdate, entity_credit_account + null, transdate, entity_credit_account, 'i' as expected_line FROM ap) o ON o.id = i.trans_id - AND (o_table = 'oe') = (i_type = 'o') + AND o.expected_line = i.i_type JOIN entity_credit_account eca ON o.entity_credit_account = eca.id JOIN entity e ON e.id = eca.entity_id WHERE (in_partnumber is null or p.partnumber like in_partnumber || '%') @@ -486,12 +486,17 @@ OR p.description @@ plainto_tsquery(in_description)) AND (in_date_from is null or in_date_from <= o.transdate) and (in_date_to is null or in_date_to >= o.transdate) - AND (in_inc_po is not true or o.oe_class = 'Purchase Order') - AND (in_inc_so is not true or o.oe_class = 'Sales Order') - AND (in_inc_quo is not true or o.oe_class = 'Quotation') - AND (in_inc_rfq is not true or o.oe_class = 'RFQ') - AND (in_inc_ir is not true or o.oe_class = 'ir') - AND (in_inc_is is not true or o.oe_class = 'is') + AND ((in_inc_po IS NULL AND in_inc_so IS NULL + AND in_inc_quo IS NULL AND in_inc_rfq IS NULL + AND in_inc_ir IS NULL AND in_inc_is IS NULL) + OR ( + (in_inc_po is true and o.oe_class = 'Purchase Order') + OR (in_inc_so is true and o.oe_class = 'Sales Order') + OR (in_inc_quo is true and o.oe_class = 'Quotation') + OR (in_inc_rfq is true and o.oe_class = 'RFQ') + OR (in_inc_ir is true and o.oe_class = 'ir') + OR (in_inc_is is true and o.oe_class = 'is') + )) ORDER BY o.transdate desc, o.id desc; END; $$; diff -Nru ledgersmb-1.4-1.4.41/sql/modules/Report.sql ledgersmb-1.4-1.4.42/sql/modules/Report.sql --- ledgersmb-1.4-1.4.41/sql/modules/Report.sql 2017-04-09 14:57:24.000000000 +0000 +++ ledgersmb-1.4-1.4.42/sql/modules/Report.sql 2017-09-16 19:45:17.000000000 +0000 @@ -405,6 +405,9 @@ entity_name text, transdate date, invnumber text, + ordnumber text, + ponumber text, + curr char(3), amount numeric, netamount numeric, tax numeric, @@ -433,7 +436,8 @@ FOR retval IN SELECT a.id, a.invoice, eeca.id, eca.meta_number, eeca.name, a.transdate, - a.invnumber, a.amount, a.netamount, a.amount - a.netamount as tax, + a.invnumber, a.ordnumber, a.ponumber, a.curr, a.amount, a.netamount, + a.amount - a.netamount as tax, a.amount - p.due as paid, p.due, p.last_payment, a.duedate, a.notes, a.till, ee.name, me.name, a.shippingpoint, a.shipvia, '{}' as business_units -- TODO @@ -443,7 +447,7 @@ FROM ar WHERE in_entity_class = 2 and approved UNION - SELECT id, transdate, invnumber, amount, netamount, duedate, notes, + SELECT id, transdate, invnumber, curr, amount, netamount, duedate, notes, null, person_id, entity_credit_account, invoice, shippingpoint, shipvia, ordnumber, ponumber, description, on_hold, force_closed FROM ap @@ -504,6 +508,7 @@ SELECT null::int as id, null::bool as invoice, entity_id, meta_number, entity_name, null::date as transdate, count(*)::text as invnumber, + null::text as ordnumber, null::text as ponumber, curr, sum(amount) as amount, sum(netamount) as netamount, sum(tax) as tax, sum(paid) as paid, sum(due) as due, max(last_payment) as last_payment, null::date as duedate, null::text as notes, null::text as till, @@ -512,17 +517,26 @@ null::text[] as business_units FROM report__aa_outstanding_details($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) - GROUP BY meta_number, entity_name, entity_id; + GROUP BY meta_number, entity_name, entity_id, curr; $$; +DROP FUNCTION IF EXISTS report__aa_transactions +(in_entity_class int, in_account_id int, in_entity_name text, + in_meta_number text, + in_employee_id int, in_manager_id int, in_invnumber text, in_ordnumber text, + in_ponumber text, in_source text, in_description text, in_notes text, + in_shipvia text, in_from_date date, in_to_date date, in_on_hold bool, + in_taxable bool, in_tax_account_id int, in_open bool, in_closed bool); + CREATE OR REPLACE FUNCTION report__aa_transactions (in_entity_class int, in_account_id int, in_entity_name text, in_meta_number text, in_employee_id int, in_manager_id int, in_invnumber text, in_ordnumber text, in_ponumber text, in_source text, in_description text, in_notes text, in_shipvia text, in_from_date date, in_to_date date, in_on_hold bool, - in_taxable bool, in_tax_account_id int, in_open bool, in_closed bool) + in_taxable bool, in_tax_account_id int, in_open bool, in_closed bool, + in_partnumber text) RETURNS SETOF aa_transactions_line LANGUAGE PLPGSQL AS $$ DECLARE retval aa_transactions_line; @@ -532,19 +546,20 @@ FOR retval IN SELECT a.id, a.invoice, eeca.id, eca.meta_number, eeca.name, - a.transdate, a.invnumber, a.amount, a.netamount, + a.transdate, a.invnumber, a.ordnumber, a.ponumber, a.curr, + a.amount, a.netamount, a.amount - a.netamount as tax, a.amount - p.due, p.due, p.last_payment, a.duedate, a.notes, a.till, eee.name as employee, mee.name as manager, a.shippingpoint, a.shipvia, '{}' - FROM (select id, transdate, invnumber, amount, netamount, duedate, notes, + FROM (select id, transdate, invnumber, curr, amount, netamount, duedate, notes, till, person_id, entity_credit_account, invoice, shippingpoint, shipvia, ordnumber, ponumber, description, on_hold, force_closed FROM ar WHERE in_entity_class = 2 and approved UNION - SELECT id, transdate, invnumber, amount, netamount, duedate, notes, + SELECT id, transdate, invnumber, curr, amount, netamount, duedate, notes, null, person_id, entity_credit_account, invoice, shippingpoint, shipvia, ordnumber, ponumber, description, on_hold, force_closed FROM ap @@ -612,6 +627,12 @@ OR (in_closed IS TRUE AND ( a.force_closed IS NOT TRUE AND abs(p.due) > 0.005) IS NOT TRUE) ) + AND -- by partnumber + (in_partnumber IS NULL + OR a.id IN ( + select i.trans_id + FROM invoice i JOIN parts p ON i.parts_id = p.id + WHERE p.partnumber = in_partnumber)) LOOP diff -Nru ledgersmb-1.4-1.4.41/sql/modules/test/COGS-FIFO.sql ledgersmb-1.4-1.4.42/sql/modules/test/COGS-FIFO.sql --- ledgersmb-1.4-1.4.41/sql/modules/test/COGS-FIFO.sql 2017-04-09 14:57:24.000000000 +0000 +++ ledgersmb-1.4-1.4.42/sql/modules/test/COGS-FIFO.sql 2017-09-16 19:45:17.000000000 +0000 @@ -712,6 +712,28 @@ SELECT 'post-ar-3, allocation invoice 4 series 5 is -75; ' || allocated, allocated = -75 FROM invoice WHERE id = -5204; +-- Testing inventory history here because we kind of need complete invoices here +INSERT INTO test_result(test_name, success) + select 'get correct count of ar and ap lines from inv. history', count(*) = 26 + from goods__history(null, null, null, null, null, false, false, false, false, true, true); + +INSERT INTO test_result(test_name, success) + select 'get correct count of ar lines from inv. history', count(*) = 14 + from goods__history(null, null, null, null, null, false, false, false, false, true, false); + +INSERT INTO test_result(test_name, success) + select 'get correct count of ap lines from inv. history', count(*) = 12 + from goods__history(null, null, null, null, null, false, false, false, false, false, true); + +INSERT INTO test_result(test_name, success) + select 'get correct count of none (0) from inv. history', count(*) = 0 + from goods__history(null, null, null, null, null, false, false, false, false, false, false); + +INSERT INTO test_result(test_name, success) + select 'get correct count of all from inv. history', count(*) = 26 + from goods__history(null, null, null, null, null, null, null, null, null, null, null); + + SELECT * FROM test_result; diff -Nru ledgersmb-1.4-1.4.41/sql/Pg-database.sql ledgersmb-1.4-1.4.42/sql/Pg-database.sql --- ledgersmb-1.4-1.4.41/sql/Pg-database.sql 2017-04-09 14:58:52.000000000 +0000 +++ ledgersmb-1.4-1.4.42/sql/Pg-database.sql 2017-09-16 19:46:15.000000000 +0000 @@ -1362,7 +1362,7 @@ sonumber|1 yearend|1 businessnumber|1 -version|1.4.41 +version|1.4.42 closedto|\N revtrans|1 ponumber|1 diff -Nru ledgersmb-1.4-1.4.41/t/43-dbtest.t ledgersmb-1.4-1.4.42/t/43-dbtest.t --- ledgersmb-1.4-1.4.41/t/43-dbtest.t 2017-04-09 14:57:24.000000000 +0000 +++ ledgersmb-1.4-1.4.42/t/43-dbtest.t 2017-09-16 19:45:17.000000000 +0000 @@ -5,7 +5,7 @@ plan skip_all => 'Skipping all. Told not to test db.'; } else { - plan tests => 467; + plan tests => 472; if (defined $ENV{LSMB_NEW_DB}){ $ENV{PGDATABASE} = $ENV{LSMB_NEW_DB}; } diff -Nru ledgersmb-1.4-1.4.41/.travis.yml ledgersmb-1.4-1.4.42/.travis.yml --- ledgersmb-1.4-1.4.41/.travis.yml 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/.travis.yml 2017-09-16 19:45:14.000000000 +0000 @@ -1,11 +1,17 @@ # run on container-based build: sudo: false language: perl +dist: trusty matrix: include: + - perl: '5.26' + addons: + postgresql: "9.6" + env: + - DB_TESTING=1 - perl: '5.24' addons: - postgresql: "9.3" + postgresql: "9.5" env: - DB_TESTING=1 - perl: '5.22' @@ -35,7 +41,7 @@ - DB_TESTING=1 - perl: '5.12' addons: - postgresql: "9.1" + postgresql: "9.2" env: - DB_TESTING=1 - perl: '5.10' diff -Nru ledgersmb-1.4-1.4.41/UI/Contact/divs/bank_act.html ledgersmb-1.4-1.4.42/UI/Contact/divs/bank_act.html --- ledgersmb-1.4-1.4.41/UI/Contact/divs/bank_act.html 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/UI/Contact/divs/bank_act.html 2017-09-16 19:45:14.000000000 +0000 @@ -4,8 +4,8 @@ href_base = script _ '?&entity_id=' _ entity_id _ '&target_div=bank_act_div' _ '&form_id=' _ form_id _ '&credit_id=' _ credit_id _ '&id='; FOREACH ba IN bank_account; - ba.iban_href_suffix = '&bic=' _ ba.bic _ '&iban=' _ ba.iban _ - '&action=edit' _ '&id=' _ ba.id; + ba.iban_href_suffix = '&bic=' _ tt_url(ba.bic) _ '&iban=' + _ tt_url(ba.iban) _ '&action=edit' _ '&id=' _ ba.id; ba.delete_href_suffix=ba.id _ '&action=delete_bank_account'; ba.delete = '[' _ text('Delete') _ ']'; END; diff -Nru ledgersmb-1.4-1.4.41/UI/Reports/display_report.html ledgersmb-1.4-1.4.42/UI/Reports/display_report.html --- ledgersmb-1.4-1.4.41/UI/Reports/display_report.html 2017-04-09 14:57:16.000000000 +0000 +++ ledgersmb-1.4-1.4.42/UI/Reports/display_report.html 2017-09-16 19:45:14.000000000 +0000 @@ -8,7 +8,13 @@ PROCESS "dynatable.html"; FORMATS = LIST_FORMATS(); -LINK = request.script _ '?' _ ENVARS.QUERY_STRING _ '&company=' _ DBNAME; +QSTRING = ENVARS.QUERY_STRING; + +IF NOT QSTRING.match('&company='); + QSTRING = QSTRING _ '&company=' _ DBNAME; +END; + +LINK = request.script _ '?' _ QSTRING; LINK = LINK.replace('\&\&', '&'); ?>