Results for between translation from Russian to German

Computer translation

Trying to learn how to translate from the human translation examples.

Russian

German

Info

Russian

between

German

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Russian

German

Info

Russian

between 10 and 20

German

zwischen 10 und 20

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

not between x and y

German

not between x and y

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

sets duration between pages

German

(php 3 = 3.0.6, php 4)

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Russian

sets distance between text lines

German

(php 3 = 3.0.6, php 4)

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Russian

нет очковresulting score of a game between 1 and 4

German

keine punkteresulting score of a game between 1 and 4

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

Вторая четвертьmoon phase between full moon and 3rd quarter

German

zunehmender mondmoon phase between full moon and 3rd quarter

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

Воспроизвести лучшие дорожки сfrom one date to another, this text is in between

German

beste stücke spielen vonfrom one date to another, this text is in between

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

- на английски език : fresh, chilled or frozen beef - agreement between ec and usa.

German

- englisch : fresh, chilled or frozen beef - agreement between ec and usa.

Last Update: 2014-05-07
Usage Frequency: 1
Quality:

Russian

Кореньdo not translate the keyword between brackets (e. g. servername, serveradmin, etc.)

German

basisdo not translate the keyword between brackets (e.g. servername, serveradmin, etc.)

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

Синхронизация 1@ title: window that displays difference between current file and 'merge source'

German

primärer abgleich@title:window that displays difference between current file and 'merge source'

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

Именованные цвета% 1 is the number of paths,% 2 is the list of paths (with newlines between them)

German

benannte farben%1 is the number of paths, %2 is the list of paths (with newlines between them)

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

День месяца, в который должно повториться событие или задача. @ label part between xxx and yyy of 'recur on day xxx of month yyy'

German

legt einen genauen kalendertag in genau einem monat fest, an dem sich dieses ereignis oder diese aufgabe wiederholen soll.@label part between xxx and yyy of 'recur on day xxx of month yyy'

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

День определённой недели месяца, в который должно повториться событие или задача. @ label part between weekday and month in 'recur on nnn. weekday of month'

German

legt einen genauen kalendertag in genau einer woche eines bestimmten monats fest, an dem sich dieses ereignis oder diese aufgabe wiederholen soll.@label part between weekday and month in 'recur on nnn. weekday of month'

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Russian

################################################################ # # disclaimer/ license # this template ist (c) by mario weilguni & lt; mweilguni@ kde. orggt; # it ist licensed under the same terms as the kppp package, # which it is part of # ################################################################ # # this is a sample rule set for kppp. you can use it as a # template when you have to create your own ruleset. if you do # so, remove all comments and add your own. this will allow # other users to check your ruleset more easily. # # please sign the the tarif file with your name an email address # so that i can contact you if necessary. # # note: the rules in this rule set do not make much sense and # are only for demonstration purposes # # note on filenames: # when you create your own ruleset, use "_" in filename # instead of spaces and use ". rst as extension # i. e." austria city calls "# -- > file should be saved as" austria_ city_ calls. rst "# # thanks, bernd wuebben # wuebben@ math. cornell. edu / wuebben@ kde. org ################################################################ ################################################################ # # name of the ruleset. this is needed for accounting purposes. # ################################################################ name=default ################################################################ # currency settings ################################################################ # defines ats (austrian schilling) to be used as currency # symbol (not absolutely needed, default =" $") currency_ symbol=ats # define the position of the currency symbol. # (not absolutely needed, default is" right ") currency_ position=right # define the number of significant digits. # (not absolutely needed, default is" 2 "currency_ digits=2 ################################################################ # connection settings ################################################################ # note: rules are applied from top to bottom - the # last matching rule is the one used for the # cost computations. # this is charged whenever you connect. if you don' t have to # pay per- connection, use" 0 "here or comment it out. per_ connection=0. 0 # minimum costs per per connection. if the costs of a phone # call are less than this value, this value is used instead minimum_ costs=0. 0 # you pay. 74 for the first 180 seconds (3 minutes) no matter # whether you are connected for 1 second or 180 seconds. # this rule will take priority during the first 180 seconds # over any other rule, in particular the 'default' rule. # have a look at costgraphs. gif in the docs directory # of the kppp distribution for a graphic illustration. flat_ init_ costs=( 0. 74, 180) # this is the default rule which is used when no other rule # applies. the first component" 0. 1 "is the price of one #" unit ", while" 72 "is the duration in seconds. # therefore the following rule means:" every 72 seconds 0. 1 # ats are added to the bill "default=( 0. 1, 72) # # more complicated rules: # #" on monday until sunday from 12: 00 am until 11: 59 pm the costs # are 0. 2 each 72 seconds "on () between () use (0. 2, 2) # same as above on (monday.. sunday) between () use (0. 2, 2) # same as above. you must use 24 hour notation, or the accounting # will not work correctly. (example: write 15: 00 for 3 pm) on (monday.. sunday) between (0: 00.. 23: 59) use (0. 2, 2) # applies on friday, saturday, sunday and monday 8am until 1pm on (friday.. monday) between (8: 00.. 13: 00) use( 0. 3, 72) # attention: on( monday.. friday) between (21: 00.. 5: 00) use (0. 4, 2) # does not include saturday 0: 00- 5: 00, just monday.. friday, as it says. # applies on a given date (christmas) on (12/ 25) between () use (0. 3, 72) # a range of dates and one weekday on (12/ 25.. 12/ 27, 12/ 31, 07/ 04, monday) between () use (0. 4, 72) # use this for easter on (easter) between () use (0. 3, 72) # easter + 50 days (pfingstmontag / pentecost monday) on (easter+50) between () use (0. 3, 72) on (thursday) between (20: 00.. 21: 52) use (8. 2, 1) # the" on () "rules above all relates to current time only. you can also # make a rule depend on the number of seconds you have been connected # by specifying this time as a third argument to" use () ". # for instance, let' s say normal rate in the evening is 0. 20 per minute, # and it drops by 20% after one hour of connect time. this can be modelled # like: on () between (19: 30.. 08: 00) use (0. 20, 60) on () between (19: 30.. 08: 00) use (0. 16, 60, 3600) # note that these rules, just like other rules, are sensitive to the # order in which they appear.

German

################################################################### # # lizenz # diese vorlage wurde erstellt von mario weilguni & lt;mweilguni@kde.orggt; # sie ist lizenziert unter den selben bedingungen wie das zugehörige kppp-paket. # # ################################################################### # # dies ist ein beispiel-regelsatz für kppp. sie können das beispiel wie eine vorlage benutzen, # wenn sie ihren eigenen regelsatz erstellen müssen. # entfernen sie alle kommentare und fügen sie ihre eigenen hinzu. # dies erlaubt es anderen benutzern ihren regelsatz schnell zu verstehen. # # bitte tragen sie in die tarif-datei ihren namen und ihre e-mail-adresse ein, so dass ich, wenn nötig, sie erreichen kann. # # bemerkung: # die regeln in diesem regelsatz machen nicht viel sinn und sind nur zu demonstrationszwecken gedacht. # # bemerkung zu dateinamen: #\twenn sie ihren eigenen regelsatz erstellen, benutzen sie "_" im dateinamen #\tanstelle von leerzeichen und ".rst" als datei-erweiterung. #\t nstrationszwecken gedacht. # # bemerkung zu dateinamen: #\twenn sie ihren eigenen regelsatz erstellen, benutzen sie "_" im dateinamen #\tanstelle von leerzeichen und ".rst" als datei-erweiterung. #\t & eg; "stadtgespräche Österreich" # -- > die datei sollte gespeichert werden unter "stadtgespräche_oesterreich.rst" # # vielen dank bernd wuebben # wuebben@math.cornell.eduwuebben@kde.org ################################################################### ################################################################### # # name des regelsatzes. dieser wird zu abrechnungszwecken benÖtigt. # ################################################################### name=default ################################################################### #einstellungen: währung ################################################################### # definiere ats (österreichischer schilling) als zu benutzendes währungssymbol. # (nicht unbedingt notwendig, standard="$ ") currency_symbol=ats # definition der position des währungssymbols. # (nicht unbedingt notwendig, standard="rechts") currency_position=right # definition der signifikanten ziffern. # (nicht unbedingt notwendig, standard sind"2 ") currency_digits=2 ################################################################### # einstellungen: verbindung ################################################################### # bemerkung: # regeln werden der reihe nach angewendet - die letzte passende regel wird zur kosten-berechnung benutzt. # diese wird bei jedem verbindungs-aufbau geladen. wenn sie nicht für jeden verbindungs-aufbau zahlen müssen, # benutzen sie hier" 0 "oder kommentieren sie die folgende zeile aus. per_connection=0.0 # mindestkosten pro verbindung. wenn die kosten einer telefon-verbindung niedriger sind als dieser wert, # dann benutzen sie diesen wert stattdessen. minimum_costs=0.0 # sie zahlen 0.74 für die ersten 180 sekunden (3 minuten) egal ob sie für 1 sekunde oder 180 sekunden verbunden sind. # diese regel hat die ersten 180 sekunden vorrang vor allen anderen regeln, einschließlich der 'standard' regel. # betrachten sie die datei costgraphs.gif im verzeichnis docs der kppp distribution für die grafische darstellung. flat_init_costs=(0.74,180) ## dies ist die standard regel, welche verwendet wird, falls keine andere regel zur anwendung kommt. # die erste komponente" 0.1 "ist der preis für eine" einheit ", während" 72 "die dauer in sekunden angibt. # die folgende regel bedeutet also:" jede 72 sekunden werden 0.1 ats der abrechnung hinzugefügt. default=(0.1, 72) # # schwierigere regeln: # # "von montag bis sonntag von 12:00 bis 23:59 uhr kosten 72 sekunden 0.2 ats" on () between () use (0.2, 2) # wie oben on (monday..sunday) between () use (0.2, 2) # wie oben # sie müssen die 24-stunden schreibweise benutzen, oder die abrechnung arbeitet nicht richtig. # (zum beispiel schreiben sie 15:00 uhr für 3 uhr nachmittags) on (monday..sunday) between (0:00..23:59) use (0.2, 2) # verwenden für freitag, sonnabend, sonntag und montag von 8:00 bis 13:00 uhr on (friday..monday) between (8:00..13:00) use(0.3,72) # beachten sie: on(monday..friday) between (21:00..5:00) use (0.4,2) # beinhaltet nicht sonnabend 0:00-5:00; sonderd nur montag-freitag. # verwenden an weihnachten on (12/25) between () use (0.3,72) # eine liste von daten und einem wochentag on (12/25..12/27, 12/31, 07/04, monday) between () use (0.4, 72) # für ostern verwenden sie: on (easter) between () use (0.3,72) # ostern + 50 tage (pfingstmontag) on (easter+50) between () use (0.3,72) on (thursday) between (20:00..21:52) use (8.2, 1) # die vorangehenden "on()" regeln beziehen sich alle auf die aktuelle zeit, die sie verbunden sind. # sie können aber auch regeln erstellen, abhängig von der anzahl der sekunden die sie verbunden sind, # indem sie diese zeit als drittes argument für "use()" eintragen. # zum beispiel legen wir fest, die normale rate am abend beträgt 0.20 pro minute. # diese rate verringert sich um 20% nachdem sie eine stunde verbunden sind. die regeln dafür sehen aus wie folgt: on () between (19:30..08:00) use (0.20, 60) on () between (19:30..08:00) use (0.16, 60, 3600) # beachten sie: diese regeln werden, wie alle anderen auch, in der reihenfolge benutzt, in der sie stehen.

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,742,680,919 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK