From 71d154991d885c85d97ae777785faf019ef5a56b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 1 Aug 2012 17:33:26 +0200 Subject: [PATCH] Add CPHP bootstrap --- public_html/cphp | 1 + public_html/index.php | 4 ++++ public_html/locales/dutch.lng | 24 ++++++++++++++++++++++++ public_html/locales/english.lng | 24 ++++++++++++++++++++++++ public_html/locales/romanian.lng | 24 ++++++++++++++++++++++++ 5 files changed, 77 insertions(+) create mode 120000 public_html/cphp create mode 100644 public_html/index.php create mode 100644 public_html/locales/dutch.lng create mode 100644 public_html/locales/english.lng create mode 100644 public_html/locales/romanian.lng diff --git a/public_html/cphp b/public_html/cphp new file mode 120000 index 0000000..3fe15f7 --- /dev/null +++ b/public_html/cphp @@ -0,0 +1 @@ +../../cphp/ \ No newline at end of file diff --git a/public_html/index.php b/public_html/index.php new file mode 100644 index 0000000..28ce046 --- /dev/null +++ b/public_html/index.php @@ -0,0 +1,4 @@ + diff --git a/public_html/locales/dutch.lng b/public_html/locales/dutch.lng new file mode 100644 index 0000000..1a98fc1 --- /dev/null +++ b/public_html/locales/dutch.lng @@ -0,0 +1,24 @@ +_locale; nl_NL.UTF-8,nl_NL +_datetime_short; %d/%m/%Y %H:%M:%S +_datetime_long; %A %B %d, %Y %H:%M:%S +_date_short; %d/%m/%Y +_date_long; %A %B %d, %Y +_time; %H:%M:%S + +event-now; zojuist +event-future; in de toekomst +event-past; in het verleden +event-1second-ago; 1 seconde geleden +event-seconds-ago; %1$d seconden geleden +event-1minutes-ago; 1 minuut geleden +event-minutes-ago; %1$d minuten geleden +event-1hour-ago; 1 uur geleden +event-hours-ago; %1$d uren geleden +event-1day-ago; 1 dag geleden +event-days-ago; %1$d dagen geleden +event-1week-ago; 1 week geleden +event-weeks-ago; %1$d weken geleden +event-1month-ago; 1 maand geleden +event-months-ago; %1$d maanden geleden +event-1year-ago; 1 jaar geleden +event-years-ago; %1$d jaar geleden diff --git a/public_html/locales/english.lng b/public_html/locales/english.lng new file mode 100644 index 0000000..2b24f5a --- /dev/null +++ b/public_html/locales/english.lng @@ -0,0 +1,24 @@ +_locale; en_US.UTF-8,en_US +_datetime_short; %d/%m/%Y %H:%M:%S +_datetime_long; %A %B %d, %Y %H:%M:%S +_date_short; %d/%m/%Y +_date_long; %A %B %d, %Y +_time; %H:%M:%S + +event-now; now +event-future; in the future +event-past; in the past +event-1second-ago; 1 second ago +event-seconds-ago; %1$d seconds ago +event-1minutes-ago; 1 minute ago +event-minutes-ago; %1$d minutes ago +event-1hour-ago; 1 hour ago +event-hours-ago; %1$d hours ago +event-1day-ago; 1 day ago +event-days-ago; %1$d days ago +event-1week-ago; 1 week ago +event-weeks-ago; %1$d weeks ago +event-1month-ago; 1 month ago +event-months-ago; %1$d months ago +event-1year-ago; 1 year ago +event-years-ago; %1$d years ago diff --git a/public_html/locales/romanian.lng b/public_html/locales/romanian.lng new file mode 100644 index 0000000..8cf892c --- /dev/null +++ b/public_html/locales/romanian.lng @@ -0,0 +1,24 @@ +_locale; ro_RO.UTF-8,ro_RO +_datetime_short; %d/%m/%Y %H:%M:%S +_datetime_long; %A %B %d, %Y %H:%M:%S +_date_short; %d/%m/%Y +_date_long; %A %B %d, %Y +_time; %H:%M:%S + +event-now; acum +event-future; in viitor +event-past; in trecut +event-1second-ago; cu o secunda in urma +event-seconds-ago; cu %1$d secunde in urma +event-1minutes-ago; cu un minut in urma +event-minutes-ago; cu %1$d minute in urma +event-1hour-ago; cu o ora in urma +event-hours-ago; cu %1$d ore in urma +event-1day-ago; cu o zi in urma +event-days-ago; cu %1$d zile in urma +event-1week-ago; saptamana trecuta +event-weeks-ago; cu %1$d saptamani in urma +event-1month-ago; luna trecuta +event-months-ago; cu %1$d luni in urma +event-1year-ago; anul trecut +event-years-ago; cu %1$d ani in urma