]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/pt.lang.php
Work in progress on translations.
[timetracker.git] / WEB-INF / resources / pt.lang.php
index 3c8503a961dae10ea54eec169f0e87c050db8dbf..8daaa378deb60c9f025648e1344b126eec45fe0a 100644 (file)
@@ -105,16 +105,18 @@ $i18n_key_words = array(
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
 
-
-
-// TODO: refactoring ongoing down from here.
-
 // Labels for buttons.
 'button.login' => 'Login',
 'button.now' => 'Hoje',
 'button.save' => 'Salvar',
-'button.delete' => 'Apagar',
+// TODO: translate the following.
+// 'button.copy' => 'Copy',
 'button.cancel' => 'Cancelar',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 'button.submit' => 'Submeter',
 // TODO: translate the following.
 // 'button.add_user' => 'Add user',
@@ -155,6 +157,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
+'label.delete' => 'Apagar',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.