From 605233e095d886a874bd0fd4e6f729561055f139 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:06:19 +0100 Subject: [PATCH] New translations setup.php (Romanian) --- resources/lang/ro-RO/setup.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/ro-RO/setup.php diff --git a/resources/lang/ro-RO/setup.php b/resources/lang/ro-RO/setup.php new file mode 100644 index 00000000..655332d5 --- /dev/null +++ b/resources/lang/ro-RO/setup.php @@ -0,0 +1,23 @@ + 'Instalare', + 'title' => 'Instalare Cachet', + 'service_details' => 'Detalii Serviciu', + 'env_setup' => 'Instalare Mediu', + 'status_page_setup' => 'Instalare Pagină de Status', + 'show_support' => 'Vrei să contribui la proiectul Cachet?', + 'admin_account' => 'Cont Administrator', + 'complete_setup' => 'Completaţi Instalarea', + 'completed' => 'Cachet a fost configurat cu succes!', + 'finish_setup' => 'Mergi la panoul de comenzi', +]; \ No newline at end of file