PHP Classes

File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/de.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/nesbot/carbon/src/Carbon/Lang/de.php   Download  
File: libraries/vendor/nesbot/carbon/src/Carbon/Lang/de.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 1,203 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return array(
   
'year' => '1 Jahr|:count Jahre',
   
'y' => '1J|:countJ',
   
'month' => '1 Monat|:count Monate',
   
'm' => '1Mon|:countMon',
   
'week' => '1 Woche|:count Wochen',
   
'w' => '1Wo|:countWo',
   
'day' => '1 Tag|:count Tage',
   
'd' => '1Tg|:countTg',
   
'hour' => '1 Stunde|:count Stunden',
   
'h' => '1Std|:countStd',
   
'minute' => '1 Minute|:count Minuten',
   
'min' => '1Min|:countMin',
   
'second' => '1 Sekunde|:count Sekunden',
   
's' => '1Sek|:countSek',
   
'ago' => 'vor :time',
   
'from_now' => 'in :time',
   
'after' => ':time später',
   
'before' => ':time zuvor',

   
'year_from_now' => '1 Jahr|:count Jahren',
   
'month_from_now' => '1 Monat|:count Monaten',
   
'week_from_now' => '1 Woche|:count Wochen',
   
'day_from_now' => '1 Tag|:count Tagen',
   
'year_ago' => '1 Jahr|:count Jahren',
   
'month_ago' => '1 Monat|:count Monaten',
   
'week_ago' => '1 Woche|:count Wochen',
   
'day_ago' => '1 Tag|:count Tagen',
);